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 11=== CBX PhpSpreadSheet Library ===
22Contributors: codeboxr,manchumahara
33Requires at least: 3.5
4- Tested up to: 5.8.3
5- Stable tag: 1.0.2
4+ Tested up to: 6.0.2
5+ Stable tag: 1.0.3
66License: GPLv2 or later
77License URI: http://www.gnu.org/licenses/gpl-2.0.html
88
@@ -59,6 +59,9 @@ if ( defined('CBXPHPSPREADSHEET_PLUGIN_NAME') && file_exists( CBXPHPSPREADSHEET_
5959
6060== Changelog ==
6161
62+ = 1.0.3 =
63+ * Updated the phpspreadsheet package to latest V1.21.0
64+
6265= 1.0.2 =
6366* Updated the phpspreadsheet package to latest V1.21.0
6467
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.2
19+ * Version: 1.0.3
2020 * Author: Codeboxr
2121 * Author URI: https://github.com/PHPOffice/PhpSpreadsheet
2222 * License: GPL-2.0+
3131}
3232
3333defined ( 'CBXPHPSPREADSHEET_PLUGIN_NAME ' ) or define ( 'CBXPHPSPREADSHEET_PLUGIN_NAME ' , 'cbxphpspreadsheet ' );
34- defined ( 'CBXPHPSPREADSHEET_PLUGIN_VERSION ' ) or define ( 'CBXPHPSPREADSHEET_PLUGIN_VERSION ' , '1.0.2 ' );
34+ defined ( 'CBXPHPSPREADSHEET_PLUGIN_VERSION ' ) or define ( 'CBXPHPSPREADSHEET_PLUGIN_VERSION ' , '1.0.3 ' );
3535defined ( 'CBXPHPSPREADSHEET_BASE_NAME ' ) or define ( 'CBXPHPSPREADSHEET_BASE_NAME ' , plugin_basename ( __FILE__ ) );
3636defined ( 'CBXPHPSPREADSHEET_ROOT_PATH ' ) or define ( 'CBXPHPSPREADSHEET_ROOT_PATH ' , plugin_dir_path ( __FILE__ ) );
3737defined ( 'CBXPHPSPREADSHEET_ROOT_URL ' ) or define ( 'CBXPHPSPREADSHEET_ROOT_URL ' , plugin_dir_url ( __FILE__ ) );
You can’t perform that action at this time.
0 commit comments