Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions projects/js-packages/critical-css-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/critical-css-gen/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/image-guide/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/image-guide/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/react-data-sync-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/react-data-sync-client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update dependencies.
5 changes: 5 additions & 0 deletions projects/packages/plugin-deactivation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/plugin-deactivation/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions projects/packages/post-list/changelog/force-a-release
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update dependencies.
10 changes: 9 additions & 1 deletion projects/plugins/boost/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,21 @@ 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]
- Defer JS: add an exclusion list so specific pages can be excluded by URL pattern without disabling the feature site-wide. [#49556]

### 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]
Expand Down Expand Up @@ -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
Expand Down

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions projects/plugins/boost/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/boost/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions projects/plugins/boost/jetpack-boost.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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' ) ) {
Expand Down
14 changes: 3 additions & 11 deletions projects/plugins/boost/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

--------

Expand Down
Loading