Skip to content

Commit

Permalink
Merge pull request #7 from codeboxrcodehub/dev
Browse files Browse the repository at this point in the history
github token fixed again, licence link added and readme file updated
  • Loading branch information
manchumahara authored Mar 13, 2024
2 parents 48c2bb5 + fbdb787 commit 7644f2a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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)
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion includes/Hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7644f2a

Please sign in to comment.