@automattic/newspack-blocks 3.0.5-alpha.1 → 3.0.6-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/composer.lock +68 -62
- package/newspack-blocks.php +2 -2
- package/package.json +3 -3
- package/src/blocks/homepage-articles/view.php +1 -1
- package/vendor/autoload.php +1 -1
- package/vendor/composer/autoload_real.php +4 -4
- package/vendor/composer/autoload_static.php +2 -2
- package/vendor/composer/installed.php +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [3.0.6-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v3.0.5...v3.0.6-alpha.1) (2024-03-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add encoding to all attributes in rest URL ([#1690](https://github.com/Automattic/newspack-blocks/issues/1690)) ([e0f74d7](https://github.com/Automattic/newspack-blocks/commit/e0f74d7a6318a34d21a05b16937975f1b61f0664))
|
|
7
|
+
|
|
8
|
+
## [3.0.5](https://github.com/Automattic/newspack-blocks/compare/v3.0.4...v3.0.5) (2024-03-25)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **author-profile:** only display guest author profile when linked ([#1688](https://github.com/Automattic/newspack-blocks/issues/1688)) ([ee1bb21](https://github.com/Automattic/newspack-blocks/commit/ee1bb2138ad1d8705746585916c371d3b3243089))
|
|
14
|
+
* correct carousel button styles in editor ([#1680](https://github.com/Automattic/newspack-blocks/issues/1680)) ([d4aba73](https://github.com/Automattic/newspack-blocks/commit/d4aba73ee6a65115122d35b1587afbfc28d08fcd))
|
|
15
|
+
* **modal-checkout:** ensure customer location when state is required but country is not ([#1683](https://github.com/Automattic/newspack-blocks/issues/1683)) ([27badf8](https://github.com/Automattic/newspack-blocks/commit/27badf8690dfcc84819bd495a1e0a947756b7739))
|
|
16
|
+
|
|
1
17
|
## [3.0.5-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v3.0.4...v3.0.5-alpha.1) (2024-03-07)
|
|
2
18
|
|
|
3
19
|
|
package/composer.lock
CHANGED
|
@@ -488,16 +488,16 @@
|
|
|
488
488
|
},
|
|
489
489
|
{
|
|
490
490
|
"name": "nikic/php-parser",
|
|
491
|
-
"version": "v5.0.
|
|
491
|
+
"version": "v5.0.2",
|
|
492
492
|
"source": {
|
|
493
493
|
"type": "git",
|
|
494
494
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
|
495
|
-
"reference": "
|
|
495
|
+
"reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
|
|
496
496
|
},
|
|
497
497
|
"dist": {
|
|
498
498
|
"type": "zip",
|
|
499
|
-
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/
|
|
500
|
-
"reference": "
|
|
499
|
+
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
|
|
500
|
+
"reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
|
|
501
501
|
"shasum": ""
|
|
502
502
|
},
|
|
503
503
|
"require": {
|
|
@@ -540,26 +540,27 @@
|
|
|
540
540
|
],
|
|
541
541
|
"support": {
|
|
542
542
|
"issues": "https://github.com/nikic/PHP-Parser/issues",
|
|
543
|
-
"source": "https://github.com/nikic/PHP-Parser/tree/v5.0.
|
|
543
|
+
"source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
|
|
544
544
|
},
|
|
545
|
-
"time": "2024-
|
|
545
|
+
"time": "2024-03-05T20:51:40+00:00"
|
|
546
546
|
},
|
|
547
547
|
{
|
|
548
548
|
"name": "phar-io/manifest",
|
|
549
|
-
"version": "2.0.
|
|
549
|
+
"version": "2.0.4",
|
|
550
550
|
"source": {
|
|
551
551
|
"type": "git",
|
|
552
552
|
"url": "https://github.com/phar-io/manifest.git",
|
|
553
|
-
"reference": "
|
|
553
|
+
"reference": "54750ef60c58e43759730615a392c31c80e23176"
|
|
554
554
|
},
|
|
555
555
|
"dist": {
|
|
556
556
|
"type": "zip",
|
|
557
|
-
"url": "https://api.github.com/repos/phar-io/manifest/zipball/
|
|
558
|
-
"reference": "
|
|
557
|
+
"url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
|
|
558
|
+
"reference": "54750ef60c58e43759730615a392c31c80e23176",
|
|
559
559
|
"shasum": ""
|
|
560
560
|
},
|
|
561
561
|
"require": {
|
|
562
562
|
"ext-dom": "*",
|
|
563
|
+
"ext-libxml": "*",
|
|
563
564
|
"ext-phar": "*",
|
|
564
565
|
"ext-xmlwriter": "*",
|
|
565
566
|
"phar-io/version": "^3.0.1",
|
|
@@ -600,9 +601,15 @@
|
|
|
600
601
|
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
|
|
601
602
|
"support": {
|
|
602
603
|
"issues": "https://github.com/phar-io/manifest/issues",
|
|
603
|
-
"source": "https://github.com/phar-io/manifest/tree/2.0.
|
|
604
|
+
"source": "https://github.com/phar-io/manifest/tree/2.0.4"
|
|
604
605
|
},
|
|
605
|
-
"
|
|
606
|
+
"funding": [
|
|
607
|
+
{
|
|
608
|
+
"url": "https://github.com/theseer",
|
|
609
|
+
"type": "github"
|
|
610
|
+
}
|
|
611
|
+
],
|
|
612
|
+
"time": "2024-03-03T12:33:53+00:00"
|
|
606
613
|
},
|
|
607
614
|
{
|
|
608
615
|
"name": "phar-io/version",
|
|
@@ -967,16 +974,16 @@
|
|
|
967
974
|
},
|
|
968
975
|
{
|
|
969
976
|
"name": "phpunit/php-code-coverage",
|
|
970
|
-
"version": "9.2.
|
|
977
|
+
"version": "9.2.31",
|
|
971
978
|
"source": {
|
|
972
979
|
"type": "git",
|
|
973
980
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
974
|
-
"reference": "
|
|
981
|
+
"reference": "48c34b5d8d983006bd2adc2d0de92963b9155965"
|
|
975
982
|
},
|
|
976
983
|
"dist": {
|
|
977
984
|
"type": "zip",
|
|
978
|
-
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/
|
|
979
|
-
"reference": "
|
|
985
|
+
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/48c34b5d8d983006bd2adc2d0de92963b9155965",
|
|
986
|
+
"reference": "48c34b5d8d983006bd2adc2d0de92963b9155965",
|
|
980
987
|
"shasum": ""
|
|
981
988
|
},
|
|
982
989
|
"require": {
|
|
@@ -1033,7 +1040,7 @@
|
|
|
1033
1040
|
"support": {
|
|
1034
1041
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
|
1035
1042
|
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
|
|
1036
|
-
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.
|
|
1043
|
+
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31"
|
|
1037
1044
|
},
|
|
1038
1045
|
"funding": [
|
|
1039
1046
|
{
|
|
@@ -1041,7 +1048,7 @@
|
|
|
1041
1048
|
"type": "github"
|
|
1042
1049
|
}
|
|
1043
1050
|
],
|
|
1044
|
-
"time": "
|
|
1051
|
+
"time": "2024-03-02T06:37:42+00:00"
|
|
1045
1052
|
},
|
|
1046
1053
|
{
|
|
1047
1054
|
"name": "phpunit/php-file-iterator",
|
|
@@ -1286,16 +1293,16 @@
|
|
|
1286
1293
|
},
|
|
1287
1294
|
{
|
|
1288
1295
|
"name": "phpunit/phpunit",
|
|
1289
|
-
"version": "9.6.
|
|
1296
|
+
"version": "9.6.18",
|
|
1290
1297
|
"source": {
|
|
1291
1298
|
"type": "git",
|
|
1292
1299
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
1293
|
-
"reference": "
|
|
1300
|
+
"reference": "32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04"
|
|
1294
1301
|
},
|
|
1295
1302
|
"dist": {
|
|
1296
1303
|
"type": "zip",
|
|
1297
|
-
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/
|
|
1298
|
-
"reference": "
|
|
1304
|
+
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04",
|
|
1305
|
+
"reference": "32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04",
|
|
1299
1306
|
"shasum": ""
|
|
1300
1307
|
},
|
|
1301
1308
|
"require": {
|
|
@@ -1369,7 +1376,7 @@
|
|
|
1369
1376
|
"support": {
|
|
1370
1377
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
|
1371
1378
|
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
|
1372
|
-
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.
|
|
1379
|
+
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.18"
|
|
1373
1380
|
},
|
|
1374
1381
|
"funding": [
|
|
1375
1382
|
{
|
|
@@ -1385,7 +1392,7 @@
|
|
|
1385
1392
|
"type": "tidelift"
|
|
1386
1393
|
}
|
|
1387
1394
|
],
|
|
1388
|
-
"time": "2024-
|
|
1395
|
+
"time": "2024-03-21T12:07:32+00:00"
|
|
1389
1396
|
},
|
|
1390
1397
|
{
|
|
1391
1398
|
"name": "psr/container",
|
|
@@ -1437,16 +1444,16 @@
|
|
|
1437
1444
|
},
|
|
1438
1445
|
{
|
|
1439
1446
|
"name": "sebastian/cli-parser",
|
|
1440
|
-
"version": "1.0.
|
|
1447
|
+
"version": "1.0.2",
|
|
1441
1448
|
"source": {
|
|
1442
1449
|
"type": "git",
|
|
1443
1450
|
"url": "https://github.com/sebastianbergmann/cli-parser.git",
|
|
1444
|
-
"reference": "
|
|
1451
|
+
"reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b"
|
|
1445
1452
|
},
|
|
1446
1453
|
"dist": {
|
|
1447
1454
|
"type": "zip",
|
|
1448
|
-
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/
|
|
1449
|
-
"reference": "
|
|
1455
|
+
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
|
|
1456
|
+
"reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
|
|
1450
1457
|
"shasum": ""
|
|
1451
1458
|
},
|
|
1452
1459
|
"require": {
|
|
@@ -1481,7 +1488,7 @@
|
|
|
1481
1488
|
"homepage": "https://github.com/sebastianbergmann/cli-parser",
|
|
1482
1489
|
"support": {
|
|
1483
1490
|
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
|
|
1484
|
-
"source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.
|
|
1491
|
+
"source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2"
|
|
1485
1492
|
},
|
|
1486
1493
|
"funding": [
|
|
1487
1494
|
{
|
|
@@ -1489,7 +1496,7 @@
|
|
|
1489
1496
|
"type": "github"
|
|
1490
1497
|
}
|
|
1491
1498
|
],
|
|
1492
|
-
"time": "
|
|
1499
|
+
"time": "2024-03-02T06:27:43+00:00"
|
|
1493
1500
|
},
|
|
1494
1501
|
{
|
|
1495
1502
|
"name": "sebastian/code-unit",
|
|
@@ -1735,16 +1742,16 @@
|
|
|
1735
1742
|
},
|
|
1736
1743
|
{
|
|
1737
1744
|
"name": "sebastian/diff",
|
|
1738
|
-
"version": "4.0.
|
|
1745
|
+
"version": "4.0.6",
|
|
1739
1746
|
"source": {
|
|
1740
1747
|
"type": "git",
|
|
1741
1748
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
|
1742
|
-
"reference": "
|
|
1749
|
+
"reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc"
|
|
1743
1750
|
},
|
|
1744
1751
|
"dist": {
|
|
1745
1752
|
"type": "zip",
|
|
1746
|
-
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/
|
|
1747
|
-
"reference": "
|
|
1753
|
+
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc",
|
|
1754
|
+
"reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc",
|
|
1748
1755
|
"shasum": ""
|
|
1749
1756
|
},
|
|
1750
1757
|
"require": {
|
|
@@ -1789,7 +1796,7 @@
|
|
|
1789
1796
|
],
|
|
1790
1797
|
"support": {
|
|
1791
1798
|
"issues": "https://github.com/sebastianbergmann/diff/issues",
|
|
1792
|
-
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.
|
|
1799
|
+
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
|
|
1793
1800
|
},
|
|
1794
1801
|
"funding": [
|
|
1795
1802
|
{
|
|
@@ -1797,7 +1804,7 @@
|
|
|
1797
1804
|
"type": "github"
|
|
1798
1805
|
}
|
|
1799
1806
|
],
|
|
1800
|
-
"time": "
|
|
1807
|
+
"time": "2024-03-02T06:30:58+00:00"
|
|
1801
1808
|
},
|
|
1802
1809
|
{
|
|
1803
1810
|
"name": "sebastian/environment",
|
|
@@ -1864,16 +1871,16 @@
|
|
|
1864
1871
|
},
|
|
1865
1872
|
{
|
|
1866
1873
|
"name": "sebastian/exporter",
|
|
1867
|
-
"version": "4.0.
|
|
1874
|
+
"version": "4.0.6",
|
|
1868
1875
|
"source": {
|
|
1869
1876
|
"type": "git",
|
|
1870
1877
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
|
1871
|
-
"reference": "
|
|
1878
|
+
"reference": "78c00df8f170e02473b682df15bfcdacc3d32d72"
|
|
1872
1879
|
},
|
|
1873
1880
|
"dist": {
|
|
1874
1881
|
"type": "zip",
|
|
1875
|
-
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/
|
|
1876
|
-
"reference": "
|
|
1882
|
+
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72",
|
|
1883
|
+
"reference": "78c00df8f170e02473b682df15bfcdacc3d32d72",
|
|
1877
1884
|
"shasum": ""
|
|
1878
1885
|
},
|
|
1879
1886
|
"require": {
|
|
@@ -1929,7 +1936,7 @@
|
|
|
1929
1936
|
],
|
|
1930
1937
|
"support": {
|
|
1931
1938
|
"issues": "https://github.com/sebastianbergmann/exporter/issues",
|
|
1932
|
-
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.
|
|
1939
|
+
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6"
|
|
1933
1940
|
},
|
|
1934
1941
|
"funding": [
|
|
1935
1942
|
{
|
|
@@ -1937,20 +1944,20 @@
|
|
|
1937
1944
|
"type": "github"
|
|
1938
1945
|
}
|
|
1939
1946
|
],
|
|
1940
|
-
"time": "
|
|
1947
|
+
"time": "2024-03-02T06:33:00+00:00"
|
|
1941
1948
|
},
|
|
1942
1949
|
{
|
|
1943
1950
|
"name": "sebastian/global-state",
|
|
1944
|
-
"version": "5.0.
|
|
1951
|
+
"version": "5.0.7",
|
|
1945
1952
|
"source": {
|
|
1946
1953
|
"type": "git",
|
|
1947
1954
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
|
1948
|
-
"reference": "
|
|
1955
|
+
"reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"
|
|
1949
1956
|
},
|
|
1950
1957
|
"dist": {
|
|
1951
1958
|
"type": "zip",
|
|
1952
|
-
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/
|
|
1953
|
-
"reference": "
|
|
1959
|
+
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
|
|
1960
|
+
"reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
|
|
1954
1961
|
"shasum": ""
|
|
1955
1962
|
},
|
|
1956
1963
|
"require": {
|
|
@@ -1993,7 +2000,7 @@
|
|
|
1993
2000
|
],
|
|
1994
2001
|
"support": {
|
|
1995
2002
|
"issues": "https://github.com/sebastianbergmann/global-state/issues",
|
|
1996
|
-
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.
|
|
2003
|
+
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
|
|
1997
2004
|
},
|
|
1998
2005
|
"funding": [
|
|
1999
2006
|
{
|
|
@@ -2001,7 +2008,7 @@
|
|
|
2001
2008
|
"type": "github"
|
|
2002
2009
|
}
|
|
2003
2010
|
],
|
|
2004
|
-
"time": "
|
|
2011
|
+
"time": "2024-03-02T06:35:11+00:00"
|
|
2005
2012
|
},
|
|
2006
2013
|
{
|
|
2007
2014
|
"name": "sebastian/lines-of-code",
|
|
@@ -2237,16 +2244,16 @@
|
|
|
2237
2244
|
},
|
|
2238
2245
|
{
|
|
2239
2246
|
"name": "sebastian/resource-operations",
|
|
2240
|
-
"version": "3.0.
|
|
2247
|
+
"version": "3.0.4",
|
|
2241
2248
|
"source": {
|
|
2242
2249
|
"type": "git",
|
|
2243
2250
|
"url": "https://github.com/sebastianbergmann/resource-operations.git",
|
|
2244
|
-
"reference": "
|
|
2251
|
+
"reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
|
|
2245
2252
|
},
|
|
2246
2253
|
"dist": {
|
|
2247
2254
|
"type": "zip",
|
|
2248
|
-
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/
|
|
2249
|
-
"reference": "
|
|
2255
|
+
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
|
|
2256
|
+
"reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
|
|
2250
2257
|
"shasum": ""
|
|
2251
2258
|
},
|
|
2252
2259
|
"require": {
|
|
@@ -2258,7 +2265,7 @@
|
|
|
2258
2265
|
"type": "library",
|
|
2259
2266
|
"extra": {
|
|
2260
2267
|
"branch-alias": {
|
|
2261
|
-
"dev-
|
|
2268
|
+
"dev-main": "3.0-dev"
|
|
2262
2269
|
}
|
|
2263
2270
|
},
|
|
2264
2271
|
"autoload": {
|
|
@@ -2279,8 +2286,7 @@
|
|
|
2279
2286
|
"description": "Provides a list of PHP built-in functions that operate on resources",
|
|
2280
2287
|
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
|
2281
2288
|
"support": {
|
|
2282
|
-
"
|
|
2283
|
-
"source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
|
|
2289
|
+
"source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4"
|
|
2284
2290
|
},
|
|
2285
2291
|
"funding": [
|
|
2286
2292
|
{
|
|
@@ -2288,7 +2294,7 @@
|
|
|
2288
2294
|
"type": "github"
|
|
2289
2295
|
}
|
|
2290
2296
|
],
|
|
2291
|
-
"time": "
|
|
2297
|
+
"time": "2024-03-14T16:00:52+00:00"
|
|
2292
2298
|
},
|
|
2293
2299
|
{
|
|
2294
2300
|
"name": "sebastian/type",
|
|
@@ -3343,16 +3349,16 @@
|
|
|
3343
3349
|
},
|
|
3344
3350
|
{
|
|
3345
3351
|
"name": "theseer/tokenizer",
|
|
3346
|
-
"version": "1.2.
|
|
3352
|
+
"version": "1.2.3",
|
|
3347
3353
|
"source": {
|
|
3348
3354
|
"type": "git",
|
|
3349
3355
|
"url": "https://github.com/theseer/tokenizer.git",
|
|
3350
|
-
"reference": "
|
|
3356
|
+
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
|
|
3351
3357
|
},
|
|
3352
3358
|
"dist": {
|
|
3353
3359
|
"type": "zip",
|
|
3354
|
-
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/
|
|
3355
|
-
"reference": "
|
|
3360
|
+
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
|
|
3361
|
+
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
|
|
3356
3362
|
"shasum": ""
|
|
3357
3363
|
},
|
|
3358
3364
|
"require": {
|
|
@@ -3381,7 +3387,7 @@
|
|
|
3381
3387
|
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
|
3382
3388
|
"support": {
|
|
3383
3389
|
"issues": "https://github.com/theseer/tokenizer/issues",
|
|
3384
|
-
"source": "https://github.com/theseer/tokenizer/tree/1.2.
|
|
3390
|
+
"source": "https://github.com/theseer/tokenizer/tree/1.2.3"
|
|
3385
3391
|
},
|
|
3386
3392
|
"funding": [
|
|
3387
3393
|
{
|
|
@@ -3389,7 +3395,7 @@
|
|
|
3389
3395
|
"type": "github"
|
|
3390
3396
|
}
|
|
3391
3397
|
],
|
|
3392
|
-
"time": "
|
|
3398
|
+
"time": "2024-03-03T12:36:25+00:00"
|
|
3393
3399
|
},
|
|
3394
3400
|
{
|
|
3395
3401
|
"name": "wp-coding-standards/wpcs",
|
package/newspack-blocks.php
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* Author URI: https://newspack.com/
|
|
8
8
|
* Text Domain: newspack-blocks
|
|
9
9
|
* Domain Path: /languages
|
|
10
|
-
* Version: 3.0.
|
|
10
|
+
* Version: 3.0.6-alpha.1
|
|
11
11
|
*
|
|
12
12
|
* @package Newspack_Blocks
|
|
13
13
|
*/
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
define( 'NEWSPACK_BLOCKS__PLUGIN_FILE', __FILE__ );
|
|
16
16
|
define( 'NEWSPACK_BLOCKS__BLOCKS_DIRECTORY', 'dist/' );
|
|
17
17
|
define( 'NEWSPACK_BLOCKS__PLUGIN_DIR', plugin_dir_path( NEWSPACK_BLOCKS__PLUGIN_FILE ) );
|
|
18
|
-
define( 'NEWSPACK_BLOCKS__VERSION', '3.0.
|
|
18
|
+
define( 'NEWSPACK_BLOCKS__VERSION', '3.0.6-alpha.1' );
|
|
19
19
|
|
|
20
20
|
require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'includes/class-newspack-blocks.php';
|
|
21
21
|
require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'includes/class-newspack-blocks-api.php';
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/newspack-blocks",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.6-alpha.1",
|
|
4
4
|
"author": "Automattic",
|
|
5
5
|
"devDependencies": {
|
|
6
|
-
"@rushstack/eslint-patch": "^1.
|
|
6
|
+
"@rushstack/eslint-patch": "^1.8.0",
|
|
7
7
|
"@testing-library/dom": "^9.3.4",
|
|
8
8
|
"@testing-library/user-event": "^14.5.2",
|
|
9
|
-
"@types/lodash": "^4.
|
|
9
|
+
"@types/lodash": "^4.17.0",
|
|
10
10
|
"@types/lodash.debounce": "^4.0.9",
|
|
11
11
|
"eslint": "^7.32.0",
|
|
12
12
|
"fetch-mock-jest": "^1.5.1",
|
|
@@ -326,7 +326,7 @@ function newspack_blocks_render_block_homepage_articles( $attributes ) {
|
|
|
326
326
|
map_deep(
|
|
327
327
|
$attributes,
|
|
328
328
|
function( $attribute ) {
|
|
329
|
-
return false === $attribute ? '0' : $attribute;
|
|
329
|
+
return false === $attribute ? '0' : rawurlencode( $attribute );
|
|
330
330
|
}
|
|
331
331
|
),
|
|
332
332
|
[
|
package/vendor/autoload.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
// autoload_real.php @generated by Composer
|
|
4
4
|
|
|
5
|
-
class
|
|
5
|
+
class ComposerAutoloaderInit7e09c9ece2b0c8b7c148676d76ca2681
|
|
6
6
|
{
|
|
7
7
|
private static $loader;
|
|
8
8
|
|
|
@@ -22,12 +22,12 @@ class ComposerAutoloaderInit06ec7c7a70a7eef8363b26d9e1fd4ba8
|
|
|
22
22
|
return self::$loader;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
spl_autoload_register(array('
|
|
25
|
+
spl_autoload_register(array('ComposerAutoloaderInit7e09c9ece2b0c8b7c148676d76ca2681', 'loadClassLoader'), true, true);
|
|
26
26
|
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
|
27
|
-
spl_autoload_unregister(array('
|
|
27
|
+
spl_autoload_unregister(array('ComposerAutoloaderInit7e09c9ece2b0c8b7c148676d76ca2681', 'loadClassLoader'));
|
|
28
28
|
|
|
29
29
|
require __DIR__ . '/autoload_static.php';
|
|
30
|
-
call_user_func(\Composer\Autoload\
|
|
30
|
+
call_user_func(\Composer\Autoload\ComposerStaticInit7e09c9ece2b0c8b7c148676d76ca2681::getInitializer($loader));
|
|
31
31
|
|
|
32
32
|
$loader->register(true);
|
|
33
33
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
namespace Composer\Autoload;
|
|
6
6
|
|
|
7
|
-
class
|
|
7
|
+
class ComposerStaticInit7e09c9ece2b0c8b7c148676d76ca2681
|
|
8
8
|
{
|
|
9
9
|
public static $classMap = array (
|
|
10
10
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
@@ -13,7 +13,7 @@ class ComposerStaticInit06ec7c7a70a7eef8363b26d9e1fd4ba8
|
|
|
13
13
|
public static function getInitializer(ClassLoader $loader)
|
|
14
14
|
{
|
|
15
15
|
return \Closure::bind(function () use ($loader) {
|
|
16
|
-
$loader->classMap =
|
|
16
|
+
$loader->classMap = ComposerStaticInit7e09c9ece2b0c8b7c148676d76ca2681::$classMap;
|
|
17
17
|
|
|
18
18
|
}, null, ClassLoader::class);
|
|
19
19
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
'name' => 'automattic/newspack-blocks',
|
|
4
4
|
'pretty_version' => 'dev-trunk',
|
|
5
5
|
'version' => 'dev-trunk',
|
|
6
|
-
'reference' => '
|
|
6
|
+
'reference' => 'e5212512413d57d97f6f1e7a7af3e723deb8b683',
|
|
7
7
|
'type' => 'wordpress-plugin',
|
|
8
8
|
'install_path' => __DIR__ . '/../../',
|
|
9
9
|
'aliases' => array(),
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
'automattic/newspack-blocks' => array(
|
|
14
14
|
'pretty_version' => 'dev-trunk',
|
|
15
15
|
'version' => 'dev-trunk',
|
|
16
|
-
'reference' => '
|
|
16
|
+
'reference' => 'e5212512413d57d97f6f1e7a7af3e723deb8b683',
|
|
17
17
|
'type' => 'wordpress-plugin',
|
|
18
18
|
'install_path' => __DIR__ . '/../../',
|
|
19
19
|
'aliases' => array(),
|