Skip to content

Commit 51f69fa

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/14271309706 Upstream-Ref: Automattic/jetpack@e12c0e9
1 parent e07392a commit 51f69fa

File tree

12 files changed

+103
-155
lines changed

12 files changed

+103
-155
lines changed

CHANGELOG.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,18 @@
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.1-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [2.0.1] - 2025-04-04
129
### Changed
13-
- Code: Use function-style exit() and die() with a default status code of 0.
14-
- Updated package dependencies.
15-
- Update package dependencies.
10+
- Code: Use function-style `exit()` and `die()` with a default status code of 0. [#41167]
11+
- Update package dependencies. [#40980] [#41659] [#42180] [#42308] [#42762] [#42815]
1612

1713
## [2.0.0] - 2025-01-10
1814
### Added
1915
- Enable test coverage. [#39961]
2016

2117
### Changed
2218
- General: Indicate compatibility with the upcoming version of WordPress - 6.7. [#39786]
23-
- Updated package dependencies. [#38822] [#38870] [#39004] [#39278] [#39288] [#39653] [#40116] [#40515]
19+
- Update package dependencies. [#38822] [#38870] [#39004] [#39278] [#39288] [#39653] [#40116] [#40515]
2420

2521
### Removed
2622
- Cleaned up legacy code. [#40200]
@@ -793,7 +789,7 @@ This is an alpha version! The changes listed here are not final.
793789

794790
Misc fixes
795791

796-
[2.0.1-alpha]: https://github.com/Automattic/wp-super-cache/compare/v2.0.0...v2.0.1-alpha
792+
[2.0.1]: https://github.com/Automattic/wp-super-cache/compare/v2.0.0...v2.0.1
797793
[2.0.0]: https://github.com/Automattic/wp-super-cache/compare/v1.12.4...v2.0.0
798794
[1.12.4]: https://github.com/Automattic/wp-super-cache/compare/v1.12.3...v1.12.4
799795
[1.12.3]: https://github.com/Automattic/wp-super-cache/compare/v1.12.2...v1.12.3

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"build-production": "echo 'Add your build step to composer.json, please!'",
3333
"build-development": "echo 'Add your build step to composer.json, please!'"
3434
},
35+
"repositories": [],
3536
"minimum-stability": "dev",
3637
"prefer-stable": true,
3738
"extra": {
@@ -46,6 +47,6 @@
4647
"wp-svn-autopublish": true
4748
},
4849
"config": {
49-
"autoloader-suffix": "6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_1_alpha"
50+
"autoloader-suffix": "6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_1"
5051
}
5152
}

composer.lock

Lines changed: 61 additions & 92 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.1-alpha",
4+
"version": "2.0.1",
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: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -268,25 +268,10 @@ Your theme is probably responsive which means it resizes the page to suit whatev
268268

269269

270270
== Changelog ==
271-
### 2.0.0 - 2025-01-10
272-
#### Added
273-
- Enable test coverage.
274-
271+
### 2.0.1 - 2025-04-04
275272
#### Changed
276-
- General: Indicate compatibility with the upcoming version of WordPress - 6.7.
277-
- Updated package dependencies.
278-
279-
#### Removed
280-
- Cleaned up legacy code.
281-
- General: Update minimum PHP version to 7.2.
282-
- General: Update minimum WordPress version to 6.6.
283-
284-
#### Fixed
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.
273+
- Code: Use function-style `exit()` and `die()` with a default status code of 0.
274+
- Update package dependencies.
290275

291276
--------
292277

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_1_alpha::getLoader();
25+
return ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_1::getLoader();

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^3.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.4",
12-
"automattic/phpunit-select-config": "^1.0.2"
11+
"automattic/jetpack-changelogger": "^6.0.2",
12+
"automattic/phpunit-select-config": "^1.0.1"
1313
},
1414
"suggest": {
1515
"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_1_alpha
5+
class ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_1
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_1_alpha', 'loadClassLoader'), true, true);
27+
spl_autoload_register(array('ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_1', 'loadClassLoader'), true, true);
2828
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29-
spl_autoload_unregister(array('ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_1_alpha', 'loadClassLoader'));
29+
spl_autoload_unregister(array('ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_1', 'loadClassLoader'));
3030

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

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

0 commit comments

Comments
 (0)