diff --git a/CHANGELOG.md b/CHANGELOG.md index 14bf9422..22bcc1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [1.12.4] - 2024-07-17 ### Removed -- General: update WordPress version requirements to WordPress 6.5. +- General: update WordPress version requirements to WordPress 6.5. [#38382] ### Fixed -- WP Super Cache: fixed problem with is_utf8_charset missing in WP 6.6 +- Fixed problem with is_utf8_charset missing in WP 6.6 [#38383] ## [1.12.3] - 2024-07-10 ### Fixed @@ -767,7 +764,7 @@ This is an alpha version! The changes listed here are not final. Misc fixes -[2.0.0-alpha]: https://github.com/Automattic/wp-super-cache/compare/v1.12.3...v2.0.0-alpha +[1.12.4]: https://github.com/Automattic/wp-super-cache/compare/v1.12.3...v1.12.4 [1.12.3]: https://github.com/Automattic/wp-super-cache/compare/v1.12.2...v1.12.3 [1.12.2]: https://github.com/Automattic/wp-super-cache/compare/v1.12.1...v1.12.2 [1.12.1]: https://github.com/Automattic/wp-super-cache/compare/v1.12.0...v1.12.1 diff --git a/composer.json b/composer.json index 50c54de3..d1e3d5e0 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,7 @@ "build-production": "echo 'Add your build step to composer.json, please!'", "build-development": "echo 'Add your build step to composer.json, please!'" }, + "repositories": [], "minimum-stability": "dev", "prefer-stable": true, "extra": { @@ -42,6 +43,6 @@ "wp-svn-autopublish": true }, "config": { - "autoloader-suffix": "6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0_alpha" + "autoloader-suffix": "6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ1_12_4" } } diff --git a/composer.lock b/composer.lock index 6c36fa19..c440eea8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,21 +4,27 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "193285034de77e01a188f90f2c623049", + "content-hash": "3e5bffdbaba51711e957133649eddf9f", "packages": [ { "name": "automattic/jetpack-device-detection", - "version": "2.1.3", + "version": "v2.1.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "178cb2d0215d7446743a1654b0964a1d4ddfca8a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "5b2dd9953d16c3edcdc614c521c530d787b0a7ed" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/178cb2d0215d7446743a1654b0964a1d4ddfca8a", + "reference": "178cb2d0215d7446743a1654b0964a1d4ddfca8a", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.1.2", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -40,31 +46,31 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A way to detect device types based on User-Agent header.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-device-detection/tree/v2.1.3" + }, + "time": "2024-04-08T18:32:53+00:00" } ], "packages-dev": [ { "name": "automattic/jetpack-changelogger", - "version": "4.2.5", + "version": "v4.2.5", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-changelogger.git", + "reference": "72c219fa6e61bdcd760a68e8ff968a4365593f48" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-changelogger", - "reference": "ac3cda3f926c8b046dcddacf3e405a93ad398f55" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/72c219fa6e61bdcd760a68e8ff968a4365593f48", + "reference": "72c219fa6e61bdcd760a68e8ff968a4365593f48", + "shasum": "" }, "require": { "php": ">=7.0", @@ -94,30 +100,11 @@ }, "autoload": { "psr-4": { - "Automattic\\Jetpack\\Changelogger\\": "src", - "Automattic\\Jetpack\\Changelog\\": "lib" + "Automattic\\Jetpack\\Changelog\\": "lib", + "Automattic\\Jetpack\\Changelogger\\": "src" } }, - "autoload-dev": { - "psr-4": { - "Automattic\\Jetpack\\Changelogger\\Tests\\": "tests/php/includes/src", - "Automattic\\Jetpack\\Changelog\\Tests\\": "tests/php/includes/lib" - } - }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "[ -e vendor/bin/changelogger ] || { cd vendor/bin && ln -s ../../bin/changelogger; }" - ], - "post-update-cmd": [ - "[ -e vendor/bin/changelogger ] || { cd vendor/bin && ln -s ../../bin/changelogger; }" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], @@ -128,9 +115,10 @@ "dev", "keepachangelog" ], - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-changelogger/tree/v4.2.5" + }, + "time": "2024-06-27T12:55:08+00:00" }, { "name": "doctrine/instantiator", @@ -2698,10 +2686,7 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "automattic/jetpack-device-detection": 20, - "automattic/jetpack-changelogger": 20 - }, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": [], diff --git a/package.json b/package.json index e0bcd6cc..8ed69562 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-super-cache", - "version": "2.0.0-alpha", + "version": "1.12.4", "description": "A very fast caching engine for WordPress that produces static html files.", "homepage": "https://jetpack.com", "bugs": { diff --git a/readme.txt b/readme.txt index 3e98dcd9..c6dd882e 100644 --- a/readme.txt +++ b/readme.txt @@ -268,10 +268,12 @@ Your theme is probably responsive which means it resizes the page to suit whatev == Changelog == -### 1.12.3 - 2024-07-10 +### 1.12.4 - 2024-07-17 +#### Removed +- General: update WordPress version requirements to WordPress 6.5. + #### Fixed -- Don't delete the log viewer when doing garbage collection -- Fix clearing the cache when scheduled posts are published +- Fixed problem with is_utf8_charset missing in WP 6.6 -------- diff --git a/vendor/autoload.php b/vendor/autoload.php index 92986a15..aee6a3bc 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -22,4 +22,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0_alpha::getLoader(); +return ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ1_12_4::getLoader(); diff --git a/vendor/automattic/jetpack-device-detection/composer.json b/vendor/automattic/jetpack-device-detection/composer.json index 3322211b..12aa1e91 100644 --- a/vendor/automattic/jetpack-device-detection/composer.json +++ b/vendor/automattic/jetpack-device-detection/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.5" + "automattic/jetpack-changelogger": "^4.1.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 54015451..3f581dda 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0_alpha +class ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ1_12_4 { private static $loader; @@ -24,12 +24,12 @@ public static function getLoader() require __DIR__ . '/platform_check.php'; - spl_autoload_register(array('ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0_alpha', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ1_12_4', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0_alpha', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ1_12_4', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0_alpha::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ1_12_4::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index ac5da117..c3029310 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0_alpha +class ComposerStaticInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ1_12_4 { public static $classMap = array ( '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 public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->classMap = ComposerStaticInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ2_0_0_alpha::$classMap; + $loader->classMap = ComposerStaticInit6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ1_12_4::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index cce1e3fb..f278b53a 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,23 +2,30 @@ "packages": [ { "name": "automattic/jetpack-device-detection", - "version": "2.1.3", + "version": "v2.1.3", "version_normalized": "2.1.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "178cb2d0215d7446743a1654b0964a1d4ddfca8a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "5b2dd9953d16c3edcdc614c521c530d787b0a7ed" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/178cb2d0215d7446743a1654b0964a1d4ddfca8a", + "reference": "178cb2d0215d7446743a1654b0964a1d4ddfca8a", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.1.2", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:32:53+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -36,20 +43,13 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A way to detect device types based on User-Agent header.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-device-detection/tree/v2.1.3" }, "install-path": "../automattic/jetpack-device-detection" } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index e348b79b..93ee928f 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -11,9 +11,9 @@ ), 'versions' => array( 'automattic/jetpack-device-detection' => array( - 'pretty_version' => '2.1.3', + 'pretty_version' => 'v2.1.3', 'version' => '2.1.3.0', - 'reference' => '5b2dd9953d16c3edcdc614c521c530d787b0a7ed', + 'reference' => '178cb2d0215d7446743a1654b0964a1d4ddfca8a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-device-detection', 'aliases' => array(), diff --git a/wp-cache.php b/wp-cache.php index 55762222..41bfc5ff 100644 --- a/wp-cache.php +++ b/wp-cache.php @@ -3,7 +3,7 @@ * Plugin Name: WP Super Cache * Plugin URI: https://wordpress.org/plugins/wp-super-cache/ * Description: Very fast caching plugin for WordPress. - * Version: 2.0.0-alpha + * Version: 1.12.4 * Author: Automattic * Author URI: https://automattic.com/ * License: GPL2+