Skip to content

Commit 24d8137

Browse files
committed
version 1.0.5 released
1 parent 08c249e commit 24d8137

File tree

28 files changed

+377
-368
lines changed

28 files changed

+377
-368
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, moojomoore
33
Requires at least: 3.5
4-
Tested up to: 6.3.1
5-
Stable tag: 1.0.4
4+
Tested up to: 6.4.2
5+
Stable tag: 1.0.5
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.5 =
63+
* Dependency vendor packages updated to latest
64+
6265
= 1.0.4 =
6366
* Updated the phpspreadsheet package to latest V1.29.0
6467

lib/composer.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/vendor/composer/installed.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"packages": [
33
{
44
"name": "ezyang/htmlpurifier",
5-
"version": "v4.16.0",
6-
"version_normalized": "4.16.0.0",
5+
"version": "v4.17.0",
6+
"version_normalized": "4.17.0.0",
77
"source": {
88
"type": "git",
99
"url": "https://github.com/ezyang/htmlpurifier.git",
10-
"reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
10+
"reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
1111
},
1212
"dist": {
1313
"type": "zip",
14-
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
15-
"reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
14+
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
15+
"reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
1616
"shasum": ""
1717
},
1818
"require": {
19-
"php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
19+
"php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
2020
},
2121
"require-dev": {
2222
"cerdic/css-tidy": "^1.7 || ^2.0",
@@ -28,7 +28,7 @@
2828
"ext-iconv": "Converts text to and from non-UTF-8 encodings",
2929
"ext-tidy": "Used for pretty-printing HTML"
3030
},
31-
"time": "2022-09-18T07:06:19+00:00",
31+
"time": "2023-11-17T15:01:25+00:00",
3232
"type": "library",
3333
"installation-source": "dist",
3434
"autoload": {
@@ -60,7 +60,7 @@
6060
],
6161
"support": {
6262
"issues": "https://github.com/ezyang/htmlpurifier/issues",
63-
"source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
63+
"source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0"
6464
},
6565
"install-path": "../ezyang/htmlpurifier"
6666
},
@@ -437,24 +437,24 @@
437437
},
438438
{
439439
"name": "psr/http-client",
440-
"version": "1.0.2",
441-
"version_normalized": "1.0.2.0",
440+
"version": "1.0.3",
441+
"version_normalized": "1.0.3.0",
442442
"source": {
443443
"type": "git",
444444
"url": "https://github.com/php-fig/http-client.git",
445-
"reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
445+
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
446446
},
447447
"dist": {
448448
"type": "zip",
449-
"url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
450-
"reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
449+
"url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
450+
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
451451
"shasum": ""
452452
},
453453
"require": {
454454
"php": "^7.0 || ^8.0",
455455
"psr/http-message": "^1.0 || ^2.0"
456456
},
457-
"time": "2023-04-10T20:12:12+00:00",
457+
"time": "2023-09-23T14:17:50+00:00",
458458
"type": "library",
459459
"extra": {
460460
"branch-alias": {
@@ -486,7 +486,7 @@
486486
"psr-18"
487487
],
488488
"support": {
489-
"source": "https://github.com/php-fig/http-client/tree/1.0.2"
489+
"source": "https://github.com/php-fig/http-client"
490490
},
491491
"install-path": "../psr/http-client"
492492
},

lib/vendor/composer/installed.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => '__root__',
44
'pretty_version' => 'dev-master',
55
'version' => 'dev-master',
6-
'reference' => '676f87e590534318ec22aebb63cb681299d64a87',
6+
'reference' => '08c249ed5dfbe0cbbf3d54c026261485d70ab703',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -13,16 +13,16 @@
1313
'__root__' => array(
1414
'pretty_version' => 'dev-master',
1515
'version' => 'dev-master',
16-
'reference' => '676f87e590534318ec22aebb63cb681299d64a87',
16+
'reference' => '08c249ed5dfbe0cbbf3d54c026261485d70ab703',
1717
'type' => 'library',
1818
'install_path' => __DIR__ . '/../../',
1919
'aliases' => array(),
2020
'dev_requirement' => false,
2121
),
2222
'ezyang/htmlpurifier' => array(
23-
'pretty_version' => 'v4.16.0',
24-
'version' => '4.16.0.0',
25-
'reference' => '523407fb06eb9e5f3d59889b3978d5bfe94299c8',
23+
'pretty_version' => 'v4.17.0',
24+
'version' => '4.17.0.0',
25+
'reference' => 'bbc513d79acf6691fa9cf10f192c90dd2957f18c',
2626
'type' => 'library',
2727
'install_path' => __DIR__ . '/../ezyang/htmlpurifier',
2828
'aliases' => array(),
@@ -74,9 +74,9 @@
7474
'dev_requirement' => false,
7575
),
7676
'psr/http-client' => array(
77-
'pretty_version' => '1.0.2',
78-
'version' => '1.0.2.0',
79-
'reference' => '0955afe48220520692d2d09f7ab7e0f93ffd6a31',
77+
'pretty_version' => '1.0.3',
78+
'version' => '1.0.3.0',
79+
'reference' => 'bb5906edc1c324c9a05aa0873d40117941e5fa90',
8080
'type' => 'library',
8181
'install_path' => __DIR__ . '/../psr/http-client',
8282
'aliases' => array(),

lib/vendor/composer/platform_check.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44

55
$issues = array();
66

7-
if (!(PHP_VERSION_ID >= 80000)) {
8-
$issues[] = 'Your Composer dependencies require a PHP version ">= 8.0.0". You are running ' . PHP_VERSION . '.';
7+
if (!(PHP_VERSION_ID >= 80100)) {
8+
$issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.';
9+
}
10+
11+
if (PHP_INT_SIZE !== 8) {
12+
$issues[] = 'Your Composer dependencies require a 64-bit build of PHP.';
913
}
1014

1115
if ($issues) {

lib/vendor/ezyang/htmlpurifier/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.15.0
1+
4.17.0

lib/vendor/ezyang/htmlpurifier/composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
16+
"php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
1717
},
1818
"require-dev": {
1919
"cerdic/css-tidy": "^1.7 || ^2.0",
@@ -38,7 +38,8 @@
3838
"repositories": [
3939
{
4040
"type": "vcs",
41-
"url": "https://github.com/ezyang/simpletest.git"
41+
"url": "https://github.com/ezyang/simpletest.git",
42+
"no-api": true
4243
}
4344
]
4445
}

lib/vendor/ezyang/htmlpurifier/library/HTMLPurifier.includes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* primary concern and you are using an opcode cache. PLEASE DO NOT EDIT THIS
88
* FILE, changes will be overwritten the next time the script is run.
99
*
10-
* @version 4.15.0
10+
* @version 4.17.0
1111
*
1212
* @warning
1313
* You must *not* include any other HTML Purifier files before this file,

lib/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020

2121
/*
22-
HTML Purifier 4.15.0 - Standards Compliant HTML Filtering
22+
HTML Purifier 4.17.0 - Standards Compliant HTML Filtering
2323
Copyright (C) 2006-2008 Edward Z. Yang
2424
2525
This library is free software; you can redistribute it and/or
@@ -58,12 +58,12 @@ class HTMLPurifier
5858
* Version of HTML Purifier.
5959
* @type string
6060
*/
61-
public $version = '4.15.0';
61+
public $version = '4.17.0';
6262

6363
/**
6464
* Constant with version of HTML Purifier.
6565
*/
66-
const VERSION = '4.15.0';
66+
const VERSION = '4.17.0';
6767

6868
/**
6969
* Global configuration object.

0 commit comments

Comments
 (0)