File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -38,4 +38,8 @@ How to use:
38381 . Download the latest zip from here (https://github.com/codeboxrcodehub/cbxphpspreadsheet/releases )
39392 . [ WordPress has clear documentation about how to install a plugin] .(https://codex.wordpress.org/Managing_Plugins )
40403 . 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 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Requires at least: 3.5
44Tested up to: 6.4.3
55Stable tag: 1.0.5
66License: 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
99Open source PhpSpreadSheet php library released as wordpress plugin to use easily
1010
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments