Skip to content

Commit

Permalink
version 1.0.2 released with php spreadsheet 1.21.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
manchumahara committed Jan 24, 2022
1 parent 732c6e6 commit 76662a8
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 12 deletions.
7 changes: 5 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== CBX PhpSpreadSheet Library ===
Contributors: codeboxr,manchumahara
Requires at least: 3.5
Tested up to: 5.2
Stable tag: 1.0.1
Tested up to: 5.8.3
Stable tag: 1.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -59,6 +59,9 @@ if ( defined('CBXPHPSPREADSHEET_PLUGIN_NAME') && file_exists( CBXPHPSPREADSHEET_

== Changelog ==

= 1.0.2 =
* Updated the phpspreadsheet package to latest V1.21.0

= 1.0.1 =
* Updated the phpspreadsheet package to latest

Expand Down
2 changes: 1 addition & 1 deletion cbxphpspreadsheet.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: CBX PhpSpreadSheet Library
* Plugin URI: https://codeboxr.com/php-spreadsheet-library-wordpress-plugin/
* Description: A pure PHP library for reading and writing spreadsheet files https://phpspreadsheet.readthedocs.io/
* Version: 1.0.1
* Version: 1.0.2
* Author: Codeboxr
* Author URI: https://github.com/PHPOffice/PhpSpreadsheet
* License: GPL-2.0+
Expand Down
2 changes: 1 addition & 1 deletion lib/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require": {
"phpoffice/phpspreadsheet": "^1.6"
"phpoffice/phpspreadsheet": "^1.21"
}
}
2 changes: 1 addition & 1 deletion lib/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/vendor/composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => 'd9d712b82481af312ac8f2332cfc95bafc2966bb',
'reference' => '732c6e68849b055d2e9403d768a9ffe1f1a3e6ff',
'name' => '__root__',
),
'versions' =>
Expand All @@ -42,7 +42,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => 'd9d712b82481af312ac8f2332cfc95bafc2966bb',
'reference' => '732c6e68849b055d2e9403d768a9ffe1f1a3e6ff',
),
'ezyang/htmlpurifier' =>
array (
Expand Down
2 changes: 1 addition & 1 deletion lib/vendor/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'ZipStream\\' => array($vendorDir . '/maennchen/zipstream-php/src'),
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src', $vendorDir . '/psr/http-factory/src'),
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
'PhpOffice\\PhpSpreadsheet\\' => array($vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet'),
'MyCLabs\\Enum\\' => array($vendorDir . '/myclabs/php-enum/src'),
Expand Down
4 changes: 2 additions & 2 deletions lib/vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ class ComposerStaticInitde4337951e26476c7edd4fc205b2db5c
),
'Psr\\Http\\Message\\' =>
array (
0 => __DIR__ . '/..' . '/psr/http-message/src',
1 => __DIR__ . '/..' . '/psr/http-factory/src',
0 => __DIR__ . '/..' . '/psr/http-factory/src',
1 => __DIR__ . '/..' . '/psr/http-message/src',
),
'Psr\\Http\\Client\\' =>
array (
Expand Down
4 changes: 2 additions & 2 deletions lib/vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'aliases' =>
array (
),
'reference' => 'd9d712b82481af312ac8f2332cfc95bafc2966bb',
'reference' => '732c6e68849b055d2e9403d768a9ffe1f1a3e6ff',
'name' => '__root__',
),
'versions' =>
Expand All @@ -18,7 +18,7 @@
'aliases' =>
array (
),
'reference' => 'd9d712b82481af312ac8f2332cfc95bafc2966bb',
'reference' => '732c6e68849b055d2e9403d768a9ffe1f1a3e6ff',
),
'ezyang/htmlpurifier' =>
array (
Expand Down

0 comments on commit 76662a8

Please sign in to comment.