Skip to content

Commit 5a002c2

Browse files
committed
version 1.0.11 released
1 parent 47f0141 commit 5a002c2

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

cbxphpspreadsheet.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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
@@ -33,7 +33,7 @@
3333
}
3434

3535
defined( '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' );
3737
defined( 'CBXPHPSPREADSHEET_BASE_NAME' ) or define( 'CBXPHPSPREADSHEET_BASE_NAME', plugin_basename( __FILE__ ) );
3838
defined( 'CBXPHPSPREADSHEET_ROOT_PATH' ) or define( 'CBXPHPSPREADSHEET_ROOT_PATH', plugin_dir_path( __FILE__ ) );
3939
defined( 'CBXPHPSPREADSHEET_ROOT_URL' ) or define( 'CBXPHPSPREADSHEET_ROOT_URL', plugin_dir_url( __FILE__ ) );

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=== CBX PhpSpreadSheet Library ===
22
Contributors: codeboxr, manchumahara
33
Requires 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
66
License: MIT
77
License 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

0 commit comments

Comments
 (0)