File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1616 * Plugin Name: CBX PhpSpreadSheet Library
1717 * Plugin URI: https://codeboxr.com/php-spreadsheet-library-wordpress-plugin/
1818 * Description: A pure PHP library for reading and writing spreadsheet files https://phpspreadsheet.readthedocs.io/
19- * Version: 1.0.10
19+ * Version: 1.0.11
2020 * Requires PHP: 8.1.99
2121 * Author: Codeboxr
2222 * Author URI: https://github.com/PHPOffice/PhpSpreadsheet
3333}
3434
3535defined ( 'CBXPHPSPREADSHEET_PLUGIN_NAME ' ) or define ( 'CBXPHPSPREADSHEET_PLUGIN_NAME ' , 'cbxphpspreadsheet ' );
36- defined ( 'CBXPHPSPREADSHEET_PLUGIN_VERSION ' ) or define ( 'CBXPHPSPREADSHEET_PLUGIN_VERSION ' , '1.0.10 ' );
36+ defined ( 'CBXPHPSPREADSHEET_PLUGIN_VERSION ' ) or define ( 'CBXPHPSPREADSHEET_PLUGIN_VERSION ' , '1.0.11 ' );
3737defined ( 'CBXPHPSPREADSHEET_BASE_NAME ' ) or define ( 'CBXPHPSPREADSHEET_BASE_NAME ' , plugin_basename ( __FILE__ ) );
3838defined ( 'CBXPHPSPREADSHEET_ROOT_PATH ' ) or define ( 'CBXPHPSPREADSHEET_ROOT_PATH ' , plugin_dir_path ( __FILE__ ) );
3939defined ( 'CBXPHPSPREADSHEET_ROOT_URL ' ) or define ( 'CBXPHPSPREADSHEET_ROOT_URL ' , plugin_dir_url ( __FILE__ ) );
Original file line number Diff line number Diff line change 11=== CBX PhpSpreadSheet Library ===
22Contributors: codeboxr, manchumahara
33Requires at least: 5.3
4- Tested up to: 6.7.2
5- Stable tag: 1.0.10
4+ Tested up to: 6.8
5+ Stable tag: 1.0.11
66License: MIT
77License URI: https://github.com/codeboxrcodehub/cbxphpspreadsheet/blob/master/LICENSE.txt
88
@@ -52,6 +52,9 @@ if ( function_exists( 'cbxphpspreadsheet_loadable' ) && cbxphpspreadsheet_loadab
5252
5353
5454== Changelog ==
55+ = 1.0.11 =
56+ * [updated] Added plugin update checker
57+
5558= 1.0.10 =
5659* Updated php package phpoffice/phpspreadsheet to 3.9.1
5760
You can’t perform that action at this time.
0 commit comments