diff --git a/projects/plugins/boost/changelog/force-a-release b/projects/js-packages/ai-client/changelog/force-a-release similarity index 100% rename from projects/plugins/boost/changelog/force-a-release rename to projects/js-packages/ai-client/changelog/force-a-release diff --git a/projects/js-packages/critical-css-gen/CHANGELOG.md b/projects/js-packages/critical-css-gen/CHANGELOG.md index 17bafb4e98fb..30288d66630c 100644 --- a/projects/js-packages/critical-css-gen/CHANGELOG.md +++ b/projects/js-packages/critical-css-gen/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. 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.4] - 2026-06-26 +### Changed +- Internal updates. + ## [2.0.3] - 2026-06-24 ### Changed - Update package dependencies. [#49631] @@ -185,6 +189,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial version. [#38429] +[2.0.4]: https://github.com/Automattic/jetpack-critical-css-gen/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/Automattic/jetpack-critical-css-gen/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/Automattic/jetpack-critical-css-gen/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/Automattic/jetpack-critical-css-gen/compare/v2.0.0...v2.0.1 diff --git a/projects/js-packages/critical-css-gen/changelog/update-babel-configs-prep-for-v8 b/projects/js-packages/critical-css-gen/changelog/update-babel-configs-prep-for-v8 deleted file mode 100644 index f6864c1db180..000000000000 --- a/projects/js-packages/critical-css-gen/changelog/update-babel-configs-prep-for-v8 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update babel config in preparation for v8. Should be no change to functionality. - - diff --git a/projects/js-packages/critical-css-gen/package.json b/projects/js-packages/critical-css-gen/package.json index 4ecdcfe5aaaa..082554d01fa8 100644 --- a/projects/js-packages/critical-css-gen/package.json +++ b/projects/js-packages/critical-css-gen/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-critical-css-gen", - "version": "2.0.3", + "version": "2.0.4", "description": "A flexible Critical CSS Generator that supports multiple URLs and viewports, with both server-side and client-side generation capabilities.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/critical-css-gen/#readme", "bugs": { diff --git a/projects/js-packages/image-guide/CHANGELOG.md b/projects/js-packages/image-guide/CHANGELOG.md index bc9d80c6ad12..c29ea082d7a9 100644 --- a/projects/js-packages/image-guide/CHANGELOG.md +++ b/projects/js-packages/image-guide/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. 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). +## [1.0.18] - 2026-06-26 +### Changed +- Internal updates. + ## [1.0.17] - 2026-06-24 ### Changed - Update package dependencies. [#49757] @@ -255,6 +259,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Minor package.json change - removing private entry. +[1.0.18]: https://github.com/Automattic/jetpack-image-guide/compare/v1.0.17...v1.0.18 [1.0.17]: https://github.com/Automattic/jetpack-image-guide/compare/v1.0.16...v1.0.17 [1.0.16]: https://github.com/Automattic/jetpack-image-guide/compare/v1.0.15...v1.0.16 [1.0.15]: https://github.com/Automattic/jetpack-image-guide/compare/v1.0.14...v1.0.15 diff --git a/projects/js-packages/image-guide/changelog/update-babel-configs-prep-for-v8 b/projects/js-packages/image-guide/changelog/update-babel-configs-prep-for-v8 deleted file mode 100644 index f6864c1db180..000000000000 --- a/projects/js-packages/image-guide/changelog/update-babel-configs-prep-for-v8 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update babel config in preparation for v8. Should be no change to functionality. - - diff --git a/projects/js-packages/image-guide/package.json b/projects/js-packages/image-guide/package.json index f5a99f5abac0..66b014fdeeb3 100644 --- a/projects/js-packages/image-guide/package.json +++ b/projects/js-packages/image-guide/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-image-guide", - "version": "1.0.17", + "version": "1.0.18", "description": "Go through the dom to analyze image size on screen vs actual file size.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/image-guide/#readme", "bugs": { diff --git a/projects/js-packages/react-data-sync-client/CHANGELOG.md b/projects/js-packages/react-data-sync-client/CHANGELOG.md index 1cd72c695aac..f8a615eba534 100644 --- a/projects/js-packages/react-data-sync-client/CHANGELOG.md +++ b/projects/js-packages/react-data-sync-client/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. 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). +## [0.1.35] - 2026-06-26 +### Changed +- Internal updates. + ## [0.1.34] - 2026-06-24 ### Changed - Update dependencies. [#49641] @@ -187,6 +191,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Added default param for callbacks to prevent crashes when none provided [#34910] +[0.1.35]: https://github.com/Automattic/jetpack-react-data-sync-client/compare/v0.1.34...v0.1.35 [0.1.34]: https://github.com/Automattic/jetpack-react-data-sync-client/compare/v0.1.33...v0.1.34 [0.1.33]: https://github.com/Automattic/jetpack-react-data-sync-client/compare/v0.1.32...v0.1.33 [0.1.32]: https://github.com/Automattic/jetpack-react-data-sync-client/compare/v0.1.31...v0.1.32 diff --git a/projects/js-packages/react-data-sync-client/changelog/update-babel-configs-prep-for-v8 b/projects/js-packages/react-data-sync-client/changelog/update-babel-configs-prep-for-v8 deleted file mode 100644 index f6864c1db180..000000000000 --- a/projects/js-packages/react-data-sync-client/changelog/update-babel-configs-prep-for-v8 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update babel config in preparation for v8. Should be no change to functionality. - - diff --git a/projects/js-packages/react-data-sync-client/package.json b/projects/js-packages/react-data-sync-client/package.json index 4092797c84c9..297980fb04ef 100644 --- a/projects/js-packages/react-data-sync-client/package.json +++ b/projects/js-packages/react-data-sync-client/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-react-data-sync-client", - "version": "0.1.34", + "version": "0.1.35", "private": true, "description": "DataSync client for React", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/react-data-sync-client/#readme", diff --git a/projects/js-packages/social-previews/changelog/force-a-release b/projects/js-packages/social-previews/changelog/force-a-release new file mode 100644 index 000000000000..d4ad6c7cc337 --- /dev/null +++ b/projects/js-packages/social-previews/changelog/force-a-release @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Update dependencies. diff --git a/projects/packages/plugin-deactivation/CHANGELOG.md b/projects/packages/plugin-deactivation/CHANGELOG.md index a4b6cd48b833..8da6489a90b0 100644 --- a/projects/packages/plugin-deactivation/CHANGELOG.md +++ b/projects/packages/plugin-deactivation/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. 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). +## [0.3.30] - 2026-06-26 +### Changed +- Internal updates. + ## [0.3.29] - 2026-06-24 ### Changed - Update dependencies. [#49641] @@ -186,6 +190,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added package to intercept plugin deactivation [#27081] +[0.3.30]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.3.29...v0.3.30 [0.3.29]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.3.28...v0.3.29 [0.3.28]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.3.27...v0.3.28 [0.3.27]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.3.26...v0.3.27 diff --git a/projects/packages/plugin-deactivation/changelog/update-babel-configs-prep-for-v8 b/projects/packages/plugin-deactivation/changelog/update-babel-configs-prep-for-v8 deleted file mode 100644 index f6864c1db180..000000000000 --- a/projects/packages/plugin-deactivation/changelog/update-babel-configs-prep-for-v8 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update babel config in preparation for v8. Should be no change to functionality. - - diff --git a/projects/packages/plugin-deactivation/package.json b/projects/packages/plugin-deactivation/package.json index 524802520df6..4bc5aad447f7 100644 --- a/projects/packages/plugin-deactivation/package.json +++ b/projects/packages/plugin-deactivation/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-plugin-deactivation", - "version": "0.3.29", + "version": "0.3.30", "private": true, "description": "Intercept plugin deactivation with a dialog", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/plugin-deactivation/#readme", diff --git a/projects/packages/plugin-deactivation/src/class-deactivation-handler.php b/projects/packages/plugin-deactivation/src/class-deactivation-handler.php index acc31dbe43ce..61e2c1907ca9 100644 --- a/projects/packages/plugin-deactivation/src/class-deactivation-handler.php +++ b/projects/packages/plugin-deactivation/src/class-deactivation-handler.php @@ -21,7 +21,7 @@ class Deactivation_Handler { * * @var string */ - const PACKAGE_VERSION = '0.3.29'; + const PACKAGE_VERSION = '0.3.30'; /** * Slug of the plugin to intercept deactivation for. diff --git a/projects/packages/post-list/changelog/force-a-release b/projects/packages/post-list/changelog/force-a-release new file mode 100644 index 000000000000..d4ad6c7cc337 --- /dev/null +++ b/projects/packages/post-list/changelog/force-a-release @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Update dependencies. diff --git a/projects/plugins/boost/CHANGELOG.md b/projects/plugins/boost/CHANGELOG.md index 2020ee469d62..1b7f366009d0 100644 --- a/projects/plugins/boost/CHANGELOG.md +++ b/projects/plugins/boost/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. 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). +## [4.6.3] - 2026-06-26 +### Changed +- Update dependencies. [#49962] + +### Fixed +- Fix fatal error on My Jetpack when the current stable Jetpack plugin is active. [#49994] + ## [4.6.2] - 2026-06-24 ### Added - Concatenate JS/CSS: allow administrators to test additional exclude handles per-request via jb-minify-js-excludes / jb-minify-css-excludes GET parameters, without changing saved settings. The parameters are ignored for non-administrators. [#49555] @@ -12,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Migrate ToggleControl to @wordpress/components [#49694] -- Update package dependencies. [#49631] [#49638] [#49691] [#49757] [#49831] +- Update package dependencies. [#49631] [#49638] [#49691] [#49757] [#49831] ### Fixed - Critical CSS: continue generating for remaining providers when one provider fails unexpectedly, instead of failing the whole run. [#49554] @@ -977,6 +984,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First public alpha release +[4.6.3]: https://github.com/Automattic/jetpack-boost-production/compare/4.6.2...4.6.3 [4.6.2]: https://github.com/Automattic/jetpack-boost-production/compare/4.6.1...4.6.2 [4.6.1]: https://github.com/Automattic/jetpack-boost-production/compare/4.6.0...4.6.1 [4.6.0]: https://github.com/Automattic/jetpack-boost-production/compare/4.5.9...4.6.0 diff --git a/projects/plugins/boost/changelog/fix-add-changelogs-my-jetpack-fatal b/projects/plugins/boost/changelog/fix-add-changelogs-my-jetpack-fatal deleted file mode 100644 index 8740472405e5..000000000000 --- a/projects/plugins/boost/changelog/fix-add-changelogs-my-jetpack-fatal +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fix fatal error on My Jetpack when the current stable Jetpack plugin is active. diff --git a/projects/plugins/boost/changelog/update-babel-configs-prep-for-v8 b/projects/plugins/boost/changelog/update-babel-configs-prep-for-v8 deleted file mode 100644 index 9319090be651..000000000000 --- a/projects/plugins/boost/changelog/update-babel-configs-prep-for-v8 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: removed -Comment: Remove unused `@babel/` package deps. - - diff --git a/projects/plugins/boost/composer.json b/projects/plugins/boost/composer.json index cc4687c64d3a..5669f2390e55 100644 --- a/projects/plugins/boost/composer.json +++ b/projects/plugins/boost/composer.json @@ -3,7 +3,7 @@ "description": "Boost your WordPress site's performance, from the creators of Jetpack", "type": "library", "license": "GPL-2.0-or-later", - "version": "4.6.2", + "version": "4.6.3", "authors": [ { "name": "Automattic, Inc.", @@ -77,7 +77,7 @@ "platform": { "ext-intl": "0.0.0" }, - "autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostâ“¥4_6_2", + "autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostâ“¥4_6_3", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true diff --git a/projects/plugins/boost/composer.lock b/projects/plugins/boost/composer.lock index 979e7f43542e..3f9eb620b96d 100644 --- a/projects/plugins/boost/composer.lock +++ b/projects/plugins/boost/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "67135344f2c872772eec1f0d62fe6dd5", + "content-hash": "290271cf45d484993b4fec793522e45f", "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", diff --git a/projects/plugins/boost/jetpack-boost.php b/projects/plugins/boost/jetpack-boost.php index 525bbb62fc79..d12bc44d71c3 100644 --- a/projects/plugins/boost/jetpack-boost.php +++ b/projects/plugins/boost/jetpack-boost.php @@ -9,7 +9,7 @@ * Plugin Name: Jetpack Boost * Plugin URI: https://jetpack.com/boost * Description: Boost your WordPress site's performance, from the creators of Jetpack - * Version: 4.6.2 + * Version: 4.6.3 * Author: Automattic - Jetpack Site Speed team * Author URI: https://jetpack.com/boost/ * License: GPL-2.0+ @@ -29,7 +29,7 @@ die( 0 ); } -define( 'JETPACK_BOOST_VERSION', '4.6.2' ); +define( 'JETPACK_BOOST_VERSION', '4.6.3' ); define( 'JETPACK_BOOST_SLUG', 'jetpack-boost' ); if ( ! defined( 'JETPACK_BOOST_CLIENT_NAME' ) ) { diff --git a/projects/plugins/boost/readme.txt b/projects/plugins/boost/readme.txt index 2530363037a1..eea141186057 100644 --- a/projects/plugins/boost/readme.txt +++ b/projects/plugins/boost/readme.txt @@ -185,20 +185,12 @@ If you run into compatibility issues, please do let us know. You can drop us a l 4. Historical performance tracking with the upgraded plan. == Changelog == -### 4.6.2 - 2026-06-24 -#### Added -- Concatenate JS/CSS: allow administrators to test additional exclude handles per-request via jb-minify-js-excludes / jb-minify-css-excludes GET parameters, without changing saved settings. The parameters are ignored for non-administrators. -- Defer JS: add an exclusion list so specific pages can be excluded by URL pattern without disabling the feature site-wide. - +### 4.6.3 - 2026-06-26 #### Changed -- Migrate ToggleControl to @wordpress/components -- Update package dependencies. [#49631] [#49638] [#49691] [#49757] [#49831] +- Update dependencies. #### Fixed -- Critical CSS: continue generating for remaining providers when one provider fails unexpectedly, instead of failing the whole run. -- Critical CSS: stop stripping inline SVG markup and double quotes from valid CSS values while still preventing style-tag breakout. -- Defer JS: keep position-dependent inline scripts (document.write) in place instead of moving them after the footer. -- Page Cache: more reliably remove the boost-cache directory on uninstall, and avoid cleanup hanging or timing out on very large caches. +- Fix fatal error on My Jetpack when the current stable Jetpack plugin is active. --------