Skip to content

Commit 76662a8

Browse files
committed
version 1.0.2 released with php spreadsheet 1.21.0 version
1 parent 732c6e6 commit 76662a8

File tree

8 files changed

+15
-12
lines changed

8 files changed

+15
-12
lines changed

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: 3.5
4-
Tested up to: 5.2
5-
Stable tag: 1.0.1
4+
Tested up to: 5.8.3
5+
Stable tag: 1.0.2
66
License: GPLv2 or later
77
License 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.2 =
63+
* Updated the phpspreadsheet package to latest V1.21.0
64+
6265
= 1.0.1 =
6366
* Updated the phpspreadsheet package to latest
6467

cbxphpspreadsheet.php

Lines changed: 1 addition & 1 deletion
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.1
19+
* Version: 1.0.2
2020
* Author: Codeboxr
2121
* Author URI: https://github.com/PHPOffice/PhpSpreadsheet
2222
* License: GPL-2.0+

lib/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require": {
3-
"phpoffice/phpspreadsheet": "^1.6"
3+
"phpoffice/phpspreadsheet": "^1.21"
44
}
55
}

lib/composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/vendor/composer/InstalledVersions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class InstalledVersions
3030
'aliases' =>
3131
array (
3232
),
33-
'reference' => 'd9d712b82481af312ac8f2332cfc95bafc2966bb',
33+
'reference' => '732c6e68849b055d2e9403d768a9ffe1f1a3e6ff',
3434
'name' => '__root__',
3535
),
3636
'versions' =>
@@ -42,7 +42,7 @@ class InstalledVersions
4242
'aliases' =>
4343
array (
4444
),
45-
'reference' => 'd9d712b82481af312ac8f2332cfc95bafc2966bb',
45+
'reference' => '732c6e68849b055d2e9403d768a9ffe1f1a3e6ff',
4646
),
4747
'ezyang/htmlpurifier' =>
4848
array (

lib/vendor/composer/autoload_psr4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'ZipStream\\' => array($vendorDir . '/maennchen/zipstream-php/src'),
1010
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
1111
'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
12-
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src', $vendorDir . '/psr/http-factory/src'),
12+
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
1313
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
1414
'PhpOffice\\PhpSpreadsheet\\' => array($vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet'),
1515
'MyCLabs\\Enum\\' => array($vendorDir . '/myclabs/php-enum/src'),

lib/vendor/composer/autoload_static.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ class ComposerStaticInitde4337951e26476c7edd4fc205b2db5c
5353
),
5454
'Psr\\Http\\Message\\' =>
5555
array (
56-
0 => __DIR__ . '/..' . '/psr/http-message/src',
57-
1 => __DIR__ . '/..' . '/psr/http-factory/src',
56+
0 => __DIR__ . '/..' . '/psr/http-factory/src',
57+
1 => __DIR__ . '/..' . '/psr/http-message/src',
5858
),
5959
'Psr\\Http\\Client\\' =>
6060
array (

lib/vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'aliases' =>
77
array (
88
),
9-
'reference' => 'd9d712b82481af312ac8f2332cfc95bafc2966bb',
9+
'reference' => '732c6e68849b055d2e9403d768a9ffe1f1a3e6ff',
1010
'name' => '__root__',
1111
),
1212
'versions' =>
@@ -18,7 +18,7 @@
1818
'aliases' =>
1919
array (
2020
),
21-
'reference' => 'd9d712b82481af312ac8f2332cfc95bafc2966bb',
21+
'reference' => '732c6e68849b055d2e9403d768a9ffe1f1a3e6ff',
2222
),
2323
'ezyang/htmlpurifier' =>
2424
array (

0 commit comments

Comments
 (0)