From 76662a8a7f2e4923de430d4e8933a430bb48a1e2 Mon Sep 17 00:00:00 2001 From: Sabuj Kundu Date: Mon, 24 Jan 2022 11:04:16 +0600 Subject: [PATCH] version 1.0.2 released with php spreadsheet 1.21.0 version --- README.txt | 7 +++++-- cbxphpspreadsheet.php | 2 +- lib/composer.json | 2 +- lib/composer.lock | 2 +- lib/vendor/composer/InstalledVersions.php | 4 ++-- lib/vendor/composer/autoload_psr4.php | 2 +- lib/vendor/composer/autoload_static.php | 4 ++-- lib/vendor/composer/installed.php | 4 ++-- 8 files changed, 15 insertions(+), 12 deletions(-) diff --git a/README.txt b/README.txt index 398abd8..efcb337 100644 --- a/README.txt +++ b/README.txt @@ -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 @@ -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 diff --git a/cbxphpspreadsheet.php b/cbxphpspreadsheet.php index 2951116..48c8cac 100644 --- a/cbxphpspreadsheet.php +++ b/cbxphpspreadsheet.php @@ -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+ diff --git a/lib/composer.json b/lib/composer.json index d07c011..76d9e56 100644 --- a/lib/composer.json +++ b/lib/composer.json @@ -1,5 +1,5 @@ { "require": { - "phpoffice/phpspreadsheet": "^1.6" + "phpoffice/phpspreadsheet": "^1.21" } } diff --git a/lib/composer.lock b/lib/composer.lock index 1a74a1d..ac459e0 100644 --- a/lib/composer.lock +++ b/lib/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "641dcfb55696652e2621151d004e39f2", + "content-hash": "fba1ee1c7f0cb47cf13cc3ff6cbfc62f", "packages": [ { "name": "ezyang/htmlpurifier", diff --git a/lib/vendor/composer/InstalledVersions.php b/lib/vendor/composer/InstalledVersions.php index 92ef54a..b95884d 100644 --- a/lib/vendor/composer/InstalledVersions.php +++ b/lib/vendor/composer/InstalledVersions.php @@ -30,7 +30,7 @@ class InstalledVersions 'aliases' => array ( ), - 'reference' => 'd9d712b82481af312ac8f2332cfc95bafc2966bb', + 'reference' => '732c6e68849b055d2e9403d768a9ffe1f1a3e6ff', 'name' => '__root__', ), 'versions' => @@ -42,7 +42,7 @@ class InstalledVersions 'aliases' => array ( ), - 'reference' => 'd9d712b82481af312ac8f2332cfc95bafc2966bb', + 'reference' => '732c6e68849b055d2e9403d768a9ffe1f1a3e6ff', ), 'ezyang/htmlpurifier' => array ( diff --git a/lib/vendor/composer/autoload_psr4.php b/lib/vendor/composer/autoload_psr4.php index def19d8..8dd2ea7 100644 --- a/lib/vendor/composer/autoload_psr4.php +++ b/lib/vendor/composer/autoload_psr4.php @@ -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'), diff --git a/lib/vendor/composer/autoload_static.php b/lib/vendor/composer/autoload_static.php index 6236996..a7dbc2e 100644 --- a/lib/vendor/composer/autoload_static.php +++ b/lib/vendor/composer/autoload_static.php @@ -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 ( diff --git a/lib/vendor/composer/installed.php b/lib/vendor/composer/installed.php index 53d8967..c65545b 100644 --- a/lib/vendor/composer/installed.php +++ b/lib/vendor/composer/installed.php @@ -6,7 +6,7 @@ 'aliases' => array ( ), - 'reference' => 'd9d712b82481af312ac8f2332cfc95bafc2966bb', + 'reference' => '732c6e68849b055d2e9403d768a9ffe1f1a3e6ff', 'name' => '__root__', ), 'versions' => @@ -18,7 +18,7 @@ 'aliases' => array ( ), - 'reference' => 'd9d712b82481af312ac8f2332cfc95bafc2966bb', + 'reference' => '732c6e68849b055d2e9403d768a9ffe1f1a3e6ff', ), 'ezyang/htmlpurifier' => array (