Skip to content

Commit 76bc6d2

Browse files
tbradshamatticbot
authored andcommitted
Updated package versions for automattic/wp-super-cache
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12717168736 Upstream-Ref: Automattic/jetpack@53b572f
1 parent ee34256 commit 76bc6d2

File tree

12 files changed

+103
-117
lines changed

12 files changed

+103
-117
lines changed

CHANGELOG.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,25 @@
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.0.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [2.0.0] - 2025-01-10
129
### Added
13-
- Enable test coverage.
10+
- Enable test coverage. [#39961]
1411

1512
### Changed
16-
- General: indicate compatibility with the upcoming version of WordPress - 6.7.
17-
- Updated package dependencies.
13+
- General: Indicate compatibility with the upcoming version of WordPress - 6.7. [#39786]
14+
- Updated package dependencies. [#38822] [#38870] [#39004] [#39278] [#39288] [#39653] [#40116] [#40515]
1815

1916
### Removed
20-
- Cleaned up legacy code.
21-
- General: Update minimum PHP version to 7.2.
22-
- General: Update minimum WordPress version to 6.6.
17+
- Cleaned up legacy code. [#40200]
18+
- General: Update minimum PHP version to 7.2. [#40147]
19+
- General: Update minimum WordPress version to 6.6. [#40146]
2320

2421
### Fixed
25-
- Caching: make sure there is cache content to serve, even if the cache file was found
26-
- Ensure homepage cache gets flushed when a post is unpublished.
27-
- Lossless image optimization for images (should improve performance with no visible changes).
28-
- Move trailing space out of i18n message.
29-
- Revert recent SVG image optimizations.
30-
- Super Cache: Fixed the apache_request_headers fallback so it works when that command is disabled
22+
- Caching: make sure there is cache content to serve, even if the cache file was found [#40342]
23+
- Ensure homepage cache gets flushed when a post is unpublished. [#40879]
24+
- Lossless image optimization for images (should improve performance with no visible changes). [#38750] [#38981]
25+
- Move trailing space out of i18n message. [#39305]
26+
- Fix apache_request_headers fallback so it works when that command is disabled. [#39951]
3127

3228
## [1.12.4] - 2024-07-17
3329
### Removed
@@ -788,7 +784,7 @@ This is an alpha version! The changes listed here are not final.
788784

789785
Misc fixes
790786

791-
[2.0.0-alpha]: https://github.com/Automattic/wp-super-cache/compare/v1.12.4...v2.0.0-alpha
787+
[2.0.0]: https://github.com/Automattic/wp-super-cache/compare/v1.12.4...v2.0.0
792788
[1.12.4]: https://github.com/Automattic/wp-super-cache/compare/v1.12.3...v1.12.4
793789
[1.12.3]: https://github.com/Automattic/wp-super-cache/compare/v1.12.2...v1.12.3
794790
[1.12.2]: https://github.com/Automattic/wp-super-cache/compare/v1.12.1...v1.12.2

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"build-production": "echo 'Add your build step to composer.json, please!'",
3232
"build-development": "echo 'Add your build step to composer.json, please!'"
3333
},
34+
"repositories": [],
3435
"minimum-stability": "dev",
3536
"prefer-stable": true,
3637
"extra": {
@@ -45,6 +46,6 @@
4546
"wp-svn-autopublish": true
4647
},
4748
"config": {
48-
"autoloader-suffix": "6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0_alpha"
49+
"autoloader-suffix": "6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0"
4950
}
5051
}

composer.lock

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@automattic/jetpack-super-cache",
4-
"version": "2.0.0-alpha",
4+
"version": "2.0.0",
55
"description": "A very fast caching engine for WordPress that produces static html files.",
66
"homepage": "https://jetpack.com",
77
"bugs": {

readme.txt

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,12 +268,25 @@ Your theme is probably responsive which means it resizes the page to suit whatev
268268

269269

270270
== Changelog ==
271-
### 1.12.4 - 2024-07-17
271+
### 2.0.0 - 2025-01-10
272+
#### Added
273+
- Enable test coverage.
274+
275+
#### Changed
276+
- General: Indicate compatibility with the upcoming version of WordPress - 6.7.
277+
- Updated package dependencies.
278+
272279
#### Removed
273-
- General: update WordPress version requirements to WordPress 6.5.
280+
- Cleaned up legacy code.
281+
- General: Update minimum PHP version to 7.2.
282+
- General: Update minimum WordPress version to 6.6.
274283

275284
#### Fixed
276-
- Fixed problem with is_utf8_charset missing in WP 6.6
285+
- Caching: make sure there is cache content to serve, even if the cache file was found
286+
- Ensure homepage cache gets flushed when a post is unpublished.
287+
- Lossless image optimization for images (should improve performance with no visible changes).
288+
- Move trailing space out of i18n message.
289+
- Fix apache_request_headers fallback so it works when that command is disabled.
277290

278291
--------
279292

vendor/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
require_once __DIR__ . '/composer/autoload_real.php';
2424

25-
return ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0_alpha::getLoader();
25+
return ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0::getLoader();

vendor/automattic/jetpack-device-detection/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^1.1.1",
11-
"automattic/jetpack-changelogger": "^5.1.0"
11+
"automattic/jetpack-changelogger": "^5.0.0"
1212
},
1313
"suggest": {
1414
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

vendor/composer/autoload_real.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// autoload_real.php @generated by Composer
44

5-
class ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0_alpha
5+
class ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0
66
{
77
private static $loader;
88

@@ -24,12 +24,12 @@ public static function getLoader()
2424

2525
require __DIR__ . '/platform_check.php';
2626

27-
spl_autoload_register(array('ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0_alpha', 'loadClassLoader'), true, true);
27+
spl_autoload_register(array('ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0', 'loadClassLoader'), true, true);
2828
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29-
spl_autoload_unregister(array('ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0_alpha', 'loadClassLoader'));
29+
spl_autoload_unregister(array('ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0', 'loadClassLoader'));
3030

3131
require __DIR__ . '/autoload_static.php';
32-
call_user_func(\Composer\Autoload\ComposerStaticInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0_alpha::getInitializer($loader));
32+
call_user_func(\Composer\Autoload\ComposerStaticInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0::getInitializer($loader));
3333

3434
$loader->setClassMapAuthoritative(true);
3535
$loader->register(true);

vendor/composer/autoload_static.php

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

55
namespace Composer\Autoload;
66

7-
class ComposerStaticInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0_alpha
7+
class ComposerStaticInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0
88
{
99
public static $classMap = array (
1010
'Automattic\\Jetpack\\Device_Detection' => __DIR__ . '/..' . '/automattic/jetpack-device-detection/src/class-device-detection.php',
@@ -15,7 +15,7 @@ class ComposerStaticInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0_alp
1515
public static function getInitializer(ClassLoader $loader)
1616
{
1717
return \Closure::bind(function () use ($loader) {
18-
$loader->classMap = ComposerStaticInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0_alpha::$classMap;
18+
$loader->classMap = ComposerStaticInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0::$classMap;
1919

2020
}, null, ClassLoader::class);
2121
}

0 commit comments

Comments
 (0)