Skip to content

Commit 6fffe95

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/19271772091 Upstream-Ref: Automattic/jetpack@156a3b2
1 parent e27d4c6 commit 6fffe95

File tree

13 files changed

+103
-139
lines changed

13 files changed

+103
-139
lines changed

CHANGELOG.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,16 @@
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-
## [3.0.3-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [3.0.3] - 2025-11-11
129
### Added
13-
- Tested up to WordPress 6.9
10+
- Tested up to WordPress 6.9. [#45571]
1411

1512
### Changed
16-
- Update package dependencies.
13+
- Update package dependencies. [#45478] [#45652]
1714

1815
### Fixed
19-
- Phan: Address PhanRedundantCondition, PhanRedundantArrayValuesCall, and PhanPluginRedundantAssignment violations.
20-
- Remove redundant code.
16+
- Phan: Address PhanRedundantCondition, PhanRedundantArrayValuesCall, and PhanPluginRedundantAssignment violations. [#45681]
17+
- Remove redundant code. [#45733]
2118

2219
## [3.0.2] - 2025-10-10
2320
### Added
@@ -834,7 +831,7 @@ This is an alpha version! The changes listed here are not final.
834831

835832
Misc fixes
836833

837-
[3.0.3-alpha]: https://github.com/Automattic/wp-super-cache/compare/v3.0.2...v3.0.3-alpha
834+
[3.0.3]: https://github.com/Automattic/wp-super-cache/compare/v3.0.2...v3.0.3
838835
[3.0.2]: https://github.com/Automattic/wp-super-cache/compare/v3.0.1...v3.0.2
839836
[3.0.1]: https://github.com/Automattic/wp-super-cache/compare/v3.0.0...v3.0.1
840837
[3.0.0]: https://github.com/Automattic/wp-super-cache/compare/v2.0.1...v3.0.0

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ⓥ3_0_3_alpha"
50+
"autoloader-suffix": "6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ3_0_3"
5051
}
5152
}

composer.lock

Lines changed: 60 additions & 91 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,6 +1,6 @@
11
{
22
"name": "@automattic/jetpack-super-cache",
3-
"version": "3.0.3-alpha",
3+
"version": "3.0.3",
44
"private": true,
55
"description": "A very fast caching engine for WordPress that produces static html files.",
66
"homepage": "https://jetpack.com",

readme.txt

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

269269

270270
== Changelog ==
271-
### 3.0.2 - 2025-10-10
271+
### 3.0.3 - 2025-11-11
272272
#### Added
273-
- Add typecheck support for E2E tests.
273+
- Tested up to WordPress 6.9.
274274

275275
#### Changed
276276
- Update package dependencies.
277-
- Use `wp_rand()` instead of `rand()` and `mt_rand()`.
278277

279278
#### Fixed
280-
- Code: Resolve PhanImpossibleCondition violations.
279+
- Phan: Address PhanRedundantCondition, PhanRedundantArrayValuesCall, and PhanPluginRedundantAssignment violations.
280+
- Remove redundant code.
281281

282282
--------
283283

vendor/autoload.php

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

2020
require_once __DIR__ . '/composer/autoload_real.php';
2121

22-
return ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ3_0_3_alpha::getLoader();
22+
return ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ3_0_3::getLoader();

vendor/automattic/jetpack-device-detection/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [3.3.0] - 2025-11-03
99
### Added
10-
- Add a method that returns the browser display name. [#45674]
10+
- Added a method that returns the browser display name. [#45674]
1111

1212
### Changed
1313
- Update bot detection list to include new AI and LLM crawler oriented bots. [#45695]

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": "^4.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.8",
11+
"automattic/jetpack-changelogger": "^6.0.7",
1212
"automattic/phpunit-select-config": "^1.0.3"
1313
},
1414
"suggest": {

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ⓥ3_0_3_alpha
5+
class ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ3_0_3
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ⓥ3_0_3_alpha', 'loadClassLoader'), true, true);
27+
spl_autoload_register(array('ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ3_0_3', 'loadClassLoader'), true, true);
2828
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29-
spl_autoload_unregister(array('ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ3_0_3_alpha', 'loadClassLoader'));
29+
spl_autoload_unregister(array('ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ3_0_3', 'loadClassLoader'));
3030

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

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

0 commit comments

Comments
 (0)