Skip to content

Commit fbdb787

Browse files
committed
github token fixed again, licence link added and readme file updated
1 parent dbaa930 commit fbdb787

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,8 @@ How to use:
3838
1. Download the latest zip from here (https://github.com/codeboxrcodehub/cbxphpspreadsheet/releases)
3939
2. [WordPress has clear documentation about how to install a plugin].(https://codex.wordpress.org/Managing_Plugins)
4040
3. After install activate the plugin "CBX PhpSpreadSheet Library" through the 'Plugins' menu in WordPress
41-
4. This plugin doesn't load any library by default, it doesn't create extra folder or menu.
41+
4. This plugin doesn't load any library by default, it doesn't create extra folder or menu.
42+
43+
## Licence
44+
45+
[MIT](https://github.com/codeboxrcodehub/cbxphpspreadsheet/blob/master/LICENSE.txt)

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Requires at least: 3.5
44
Tested up to: 6.4.3
55
Stable tag: 1.0.5
66
License: MIT
7-
License URI: http://www.gnu.org/licenses/gpl-2.0.html
7+
License URI: https://github.com/codeboxrcodehub/cbxphpspreadsheet/blob/master/LICENSE.txt
88

99
Open source PhpSpreadSheet php library released as wordpress plugin to use easily
1010

includes/Hooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function update_checker() {
1919
$updater = new PDUpdater( CBXPHPSPREADSHEET_ROOT_PATH . 'cbxphpspreadsheet.php' );
2020
$updater->set_username( 'codeboxrcodehub' );
2121
$updater->set_repository( 'cbxphpspreadsheet' );
22-
$updater->authorize( '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' );
22+
$updater->authorize( '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' );
2323
$updater->initialize();
2424
}//end method update_checker
2525
}//end class Hooks

0 commit comments

Comments
 (0)