diff --git a/README.md b/README.md index b9434d5..29ac634 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,8 @@ How to use: 1. Download the latest zip from here (https://github.com/codeboxrcodehub/cbxphpspreadsheet/releases) 2. [WordPress has clear documentation about how to install a plugin].(https://codex.wordpress.org/Managing_Plugins) 3. After install activate the plugin "CBX PhpSpreadSheet Library" through the 'Plugins' menu in WordPress -4. This plugin doesn't load any library by default, it doesn't create extra folder or menu. \ No newline at end of file +4. This plugin doesn't load any library by default, it doesn't create extra folder or menu. + +## Licence + +[MIT](https://github.com/codeboxrcodehub/cbxphpspreadsheet/blob/master/LICENSE.txt) \ No newline at end of file diff --git a/README.txt b/README.txt index cb7fbfc..3120421 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Requires at least: 3.5 Tested up to: 6.4.3 Stable tag: 1.0.5 License: MIT -License URI: http://www.gnu.org/licenses/gpl-2.0.html +License URI: https://github.com/codeboxrcodehub/cbxphpspreadsheet/blob/master/LICENSE.txt Open source PhpSpreadSheet php library released as wordpress plugin to use easily diff --git a/includes/Hooks.php b/includes/Hooks.php index 08b2f8e..85099cf 100644 --- a/includes/Hooks.php +++ b/includes/Hooks.php @@ -19,7 +19,7 @@ public function update_checker() { $updater = new PDUpdater( CBXPHPSPREADSHEET_ROOT_PATH . 'cbxphpspreadsheet.php' ); $updater->set_username( 'codeboxrcodehub' ); $updater->set_repository( 'cbxphpspreadsheet' ); - $updater->authorize( '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' ); + $updater->authorize( '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' ); $updater->initialize(); }//end method update_checker }//end class Hooks \ No newline at end of file