diff --git a/projects/js-packages/ai-client/CHANGELOG.md b/projects/js-packages/ai-client/CHANGELOG.md index 865c31e1a1052..68b9c5d015438 100644 --- a/projects/js-packages/ai-client/CHANGELOG.md +++ b/projects/js-packages/ai-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.20.1] - 2024-10-07 +### Changed +- Updated package dependencies. [#39594] + ## [0.20.0] - 2024-09-30 ### Added - AI Client: add support for showStyleSelector on logo generator and use-image-generator [#39530] @@ -419,6 +423,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. [#31659] - Updated package dependencies. [#31785] +[0.20.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.20.0...v0.20.1 [0.20.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.19.0...v0.20.0 [0.19.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.18.1...v0.19.0 [0.18.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.18.0...v0.18.1 diff --git a/projects/js-packages/ai-client/package.json b/projects/js-packages/ai-client/package.json index ba64d66cd7500..6791660a442b5 100644 --- a/projects/js-packages/ai-client/package.json +++ b/projects/js-packages/ai-client/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@automattic/jetpack-ai-client", - "version": "0.20.0", + "version": "0.20.1", "description": "A JS client for consuming Jetpack AI services", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/ai-client/#readme", "bugs": { diff --git a/projects/js-packages/api/CHANGELOG.md b/projects/js-packages/api/CHANGELOG.md index 87ba1b77b441e..b0f5cf6e1d61c 100644 --- a/projects/js-packages/api/CHANGELOG.md +++ b/projects/js-packages/api/CHANGELOG.md @@ -2,6 +2,10 @@ ### This is a list detailing changes for the Jetpack RNA Components package releases. +## [0.17.14] - 2024-10-07 +### Changed +- Updated package dependencies. [#39594] + ## [0.17.13] - 2024-09-10 ### Changed - Updated package dependencies. [#39302] @@ -354,6 +358,7 @@ - Add the API methods left behind by the previous PR. - Initial release of jetpack-api package +[0.17.14]: https://github.com/Automattic/jetpack-api/compare/v0.17.13...v0.17.14 [0.17.13]: https://github.com/Automattic/jetpack-api/compare/v0.17.12...v0.17.13 [0.17.12]: https://github.com/Automattic/jetpack-api/compare/v0.17.11...v0.17.12 [0.17.11]: https://github.com/Automattic/jetpack-api/compare/v0.17.10...v0.17.11 diff --git a/projects/js-packages/api/package.json b/projects/js-packages/api/package.json index f8decf9599a79..bad8c175bc4de 100644 --- a/projects/js-packages/api/package.json +++ b/projects/js-packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-api", - "version": "0.17.13", + "version": "0.17.14", "description": "Jetpack Api Package", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/api/#readme", "bugs": { diff --git a/projects/js-packages/base-styles/CHANGELOG.md b/projects/js-packages/base-styles/CHANGELOG.md index 55d139a37619c..b766842f5ff48 100644 --- a/projects/js-packages/base-styles/CHANGELOG.md +++ b/projects/js-packages/base-styles/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.6.33] - 2024-10-07 +### Changed +- Updated package dependencies. [#39594] + ## [0.6.32] - 2024-09-10 ### Changed - Updated package dependencies. [#39302] @@ -313,6 +317,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Use Node 16.7.0 in tooling. This shouldn't change the behavior of the code itself. +[0.6.33]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.32...0.6.33 [0.6.32]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.31...0.6.32 [0.6.31]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.30...0.6.31 [0.6.30]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.29...0.6.30 diff --git a/projects/js-packages/base-styles/package.json b/projects/js-packages/base-styles/package.json index 2b7b00c414279..220797f0c27cf 100644 --- a/projects/js-packages/base-styles/package.json +++ b/projects/js-packages/base-styles/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-base-styles", - "version": "0.6.32", + "version": "0.6.33", "description": "Jetpack components base styles", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/base-styles/#readme", "bugs": { diff --git a/projects/js-packages/boost-score-api/CHANGELOG.md b/projects/js-packages/boost-score-api/CHANGELOG.md index 3f11b7abafa17..742e0cbbc264f 100644 --- a/projects/js-packages/boost-score-api/CHANGELOG.md +++ b/projects/js-packages/boost-score-api/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.41] - 2024-10-07 +### Changed +- Updated package dependencies. [#39594] + ## [0.1.40] - 2024-09-10 ### Changed - Updated package dependencies. [#39302] @@ -175,6 +179,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Create package for the boost score bar API [#30781] +[0.1.41]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.40...v0.1.41 [0.1.40]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.39...v0.1.40 [0.1.39]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.38...v0.1.39 [0.1.38]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.37...v0.1.38 diff --git a/projects/js-packages/boost-score-api/package.json b/projects/js-packages/boost-score-api/package.json index c8228618c7e87..c689c48fbca6f 100644 --- a/projects/js-packages/boost-score-api/package.json +++ b/projects/js-packages/boost-score-api/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-boost-score-api", - "version": "0.1.40", + "version": "0.1.41", "description": "A package to get the Jetpack Boost score of a site", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/boost-score-api/#readme", "bugs": { diff --git a/projects/js-packages/components/CHANGELOG.md b/projects/js-packages/components/CHANGELOG.md index 05103621aeb29..c6e1d9552be08 100644 --- a/projects/js-packages/components/CHANGELOG.md +++ b/projects/js-packages/components/CHANGELOG.md @@ -2,6 +2,10 @@ ### This is a list detailing changes for the Jetpack RNA Components package releases. +## [0.56.2] - 2024-10-07 +### Changed +- Updated package dependencies. [#39594] + ## [0.56.1] - 2024-10-02 ### Changed - Updated package dependencies. [#39610] @@ -1176,6 +1180,7 @@ ### Changed - Update node version requirement to 14.16.1 +[0.56.2]: https://github.com/Automattic/jetpack-components/compare/0.56.1...0.56.2 [0.56.1]: https://github.com/Automattic/jetpack-components/compare/0.56.0...0.56.1 [0.56.0]: https://github.com/Automattic/jetpack-components/compare/0.55.17...0.56.0 [0.55.17]: https://github.com/Automattic/jetpack-components/compare/0.55.16...0.55.17 diff --git a/projects/js-packages/components/changelog/renovate-wordpress-monorepo b/projects/js-packages/components/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/components/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/components/package.json b/projects/js-packages/components/package.json index 19ee82857f4da..068953553aa13 100644 --- a/projects/js-packages/components/package.json +++ b/projects/js-packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-components", - "version": "0.56.1", + "version": "0.56.2", "description": "Jetpack Components Package", "author": "Automattic", "license": "GPL-2.0-or-later", diff --git a/projects/js-packages/connection/CHANGELOG.md b/projects/js-packages/connection/CHANGELOG.md index ec894fc0f1995..8a86c969a7e13 100644 --- a/projects/js-packages/connection/CHANGELOG.md +++ b/projects/js-packages/connection/CHANGELOG.md @@ -2,6 +2,10 @@ ### This is a list detailing changes for the Jetpack RNA Connection Component releases. +## [0.35.11] - 2024-10-07 +### Changed +- Updated package dependencies. [#39594] + ## [0.35.10] - 2024-09-30 ### Changed - Fetch adminUrl current value on function run [#39578] @@ -859,6 +863,7 @@ - `Main` and `ConnectUser` components added. - `JetpackRestApiClient` API client added. +[0.35.11]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.10...v0.35.11 [0.35.10]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.9...v0.35.10 [0.35.9]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.8...v0.35.9 [0.35.8]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.7...v0.35.8 diff --git a/projects/js-packages/connection/changelog/renovate-wordpress-monorepo b/projects/js-packages/connection/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/connection/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/connection/package.json b/projects/js-packages/connection/package.json index 05ab5750cbc28..0c6c8a19daec9 100644 --- a/projects/js-packages/connection/package.json +++ b/projects/js-packages/connection/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-connection", - "version": "0.35.10", + "version": "0.35.11", "description": "Jetpack Connection Component", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme", "bugs": { diff --git a/projects/js-packages/idc/CHANGELOG.md b/projects/js-packages/idc/CHANGELOG.md index ff0f2652fe893..0bb5516186e7b 100644 --- a/projects/js-packages/idc/CHANGELOG.md +++ b/projects/js-packages/idc/CHANGELOG.md @@ -2,6 +2,10 @@ ### This is a list detailing changes for the Jetpack RNA IDC package releases. +## 0.11.14 - 2024-10-07 +### Changed +- Updated package dependencies. [#39594] + ## 0.11.13 - 2024-09-25 ### Changed - Update dependencies. diff --git a/projects/js-packages/idc/changelog/renovate-wordpress-monorepo b/projects/js-packages/idc/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/idc/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/idc/package.json b/projects/js-packages/idc/package.json index ac69c7b6b9b44..5e4b048207bf0 100644 --- a/projects/js-packages/idc/package.json +++ b/projects/js-packages/idc/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-idc", - "version": "0.11.13", + "version": "0.11.14", "description": "Jetpack Connection Component", "author": "Automattic", "license": "GPL-2.0-or-later", diff --git a/projects/js-packages/licensing/CHANGELOG.md b/projects/js-packages/licensing/CHANGELOG.md index b01e0e37a7f0a..b39e2e0fd4c74 100644 --- a/projects/js-packages/licensing/CHANGELOG.md +++ b/projects/js-packages/licensing/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.13.2 - 2024-10-07 +### Changed +- Updated package dependencies. [#39594] + ## 0.13.1 - 2024-09-25 ### Changed - Update dependencies. [#37982] diff --git a/projects/js-packages/licensing/changelog/renovate-wordpress-monorepo b/projects/js-packages/licensing/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/licensing/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/licensing/package.json b/projects/js-packages/licensing/package.json index 3eba1dcd31359..36b9243bc7ca7 100644 --- a/projects/js-packages/licensing/package.json +++ b/projects/js-packages/licensing/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-licensing", - "version": "0.13.1", + "version": "0.13.2", "description": "Jetpack licensing flow", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/licensing/#readme", "bugs": { diff --git a/projects/js-packages/partner-coupon/CHANGELOG.md b/projects/js-packages/partner-coupon/CHANGELOG.md index 2ad52ae03b36d..add5f67e3409c 100644 --- a/projects/js-packages/partner-coupon/CHANGELOG.md +++ b/projects/js-packages/partner-coupon/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.2.91 - 2024-10-07 +### Changed +- Updated package dependencies. [#39594] + ## 0.2.90 - 2024-09-30 ### Changed - Update dependencies. [#39528] diff --git a/projects/js-packages/partner-coupon/changelog/renovate-wordpress-monorepo b/projects/js-packages/partner-coupon/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/partner-coupon/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/partner-coupon/package.json b/projects/js-packages/partner-coupon/package.json index 4198a35534f66..578867c0decaf 100644 --- a/projects/js-packages/partner-coupon/package.json +++ b/projects/js-packages/partner-coupon/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-partner-coupon", - "version": "0.2.90", + "version": "0.2.91", "description": "This package aims to add components to make it easier to redeem partner coupons", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/partner-coupon/#readme", "bugs": { diff --git a/projects/js-packages/publicize-components/CHANGELOG.md b/projects/js-packages/publicize-components/CHANGELOG.md index 00120d2df4155..9742bffb4b462 100644 --- a/projects/js-packages/publicize-components/CHANGELOG.md +++ b/projects/js-packages/publicize-components/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). +## [0.71.1] - 2024-10-07 +### Changed +- Updated package dependencies. [#39594] + +### Fixed +- Social: Fixed share status tooltip text overflow [#39599] + ## [0.71.0] - 2024-10-01 ### Added - Social: Added support for Bluesky [#39561] @@ -952,6 +959,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#24470] +[0.71.1]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.71.0...v0.71.1 [0.71.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.70.1...v0.71.0 [0.70.1]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.70.0...v0.70.1 [0.70.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.69.0...v0.70.0 diff --git a/projects/js-packages/publicize-components/changelog/fix-social-share-status-tooltip-text-overflow b/projects/js-packages/publicize-components/changelog/fix-social-share-status-tooltip-text-overflow deleted file mode 100644 index 9a6eda0cf22bb..0000000000000 --- a/projects/js-packages/publicize-components/changelog/fix-social-share-status-tooltip-text-overflow +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Social: Fixed share status tooltip text overflow diff --git a/projects/js-packages/publicize-components/changelog/renovate-wordpress-monorepo b/projects/js-packages/publicize-components/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/publicize-components/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/publicize-components/package.json b/projects/js-packages/publicize-components/package.json index fddb9d785cada..9059c592a9ccf 100644 --- a/projects/js-packages/publicize-components/package.json +++ b/projects/js-packages/publicize-components/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-publicize-components", - "version": "0.71.0", + "version": "0.71.1", "description": "A library of JS components required by the Publicize editor plugin", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/publicize-components/#readme", "bugs": { diff --git a/projects/js-packages/shared-extension-utils/CHANGELOG.md b/projects/js-packages/shared-extension-utils/CHANGELOG.md index d691be34cee99..7df56ff5633b2 100644 --- a/projects/js-packages/shared-extension-utils/CHANGELOG.md +++ b/projects/js-packages/shared-extension-utils/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.15.12] - 2024-10-07 +### Changed +- Updated package dependencies. [#39594] + ## [0.15.11] - 2024-09-30 ### Changed - Update dependencies. [#39528] @@ -460,6 +464,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Core: prepare utility for release +[0.15.12]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.11...0.15.12 [0.15.11]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.10...0.15.11 [0.15.10]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.9...0.15.10 [0.15.9]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.8...0.15.9 diff --git a/projects/js-packages/shared-extension-utils/changelog/renovate-wordpress-monorepo b/projects/js-packages/shared-extension-utils/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/shared-extension-utils/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/shared-extension-utils/package.json b/projects/js-packages/shared-extension-utils/package.json index ab4a19fb000f3..052d84765d021 100644 --- a/projects/js-packages/shared-extension-utils/package.json +++ b/projects/js-packages/shared-extension-utils/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-shared-extension-utils", - "version": "0.15.11", + "version": "0.15.12", "description": "Utility functions used by the block editor extensions", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/shared-extension-utils/#readme", "bugs": { diff --git a/projects/packages/assets/CHANGELOG.md b/projects/packages/assets/CHANGELOG.md index e9f28d13cd928..21aa48204ae12 100644 --- a/projects/packages/assets/CHANGELOG.md +++ b/projects/packages/assets/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.3.9] - 2024-10-07 +### Changed +- Updated package dependencies. [#39594] + ## [2.3.8] - 2024-09-10 ### Changed - Updated package dependencies. [#39302] @@ -501,6 +505,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Statically access asset tools +[2.3.9]: https://github.com/Automattic/jetpack-assets/compare/v2.3.8...v2.3.9 [2.3.8]: https://github.com/Automattic/jetpack-assets/compare/v2.3.7...v2.3.8 [2.3.7]: https://github.com/Automattic/jetpack-assets/compare/v2.3.6...v2.3.7 [2.3.6]: https://github.com/Automattic/jetpack-assets/compare/v2.3.5...v2.3.6 diff --git a/projects/packages/assets/changelog/renovate-wordpress-monorepo b/projects/packages/assets/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/assets/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/backup/CHANGELOG.md b/projects/packages/backup/CHANGELOG.md index ef80790cf6a56..21e08f08ad0ba 100644 --- a/projects/packages/backup/CHANGELOG.md +++ b/projects/packages/backup/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). +## [3.4.13] - 2024-10-07 +### Changed +- Updated package dependencies. [#39594] + ## [3.4.12] - 2024-09-30 ### Changed - Update dependencies. [#39528] @@ -709,6 +713,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add API endpoints and Jetpack Backup package for managing Help… +[3.4.13]: https://github.com/Automattic/jetpack-backup/compare/v3.4.12...v3.4.13 [3.4.12]: https://github.com/Automattic/jetpack-backup/compare/v3.4.11...v3.4.12 [3.4.11]: https://github.com/Automattic/jetpack-backup/compare/v3.4.10...v3.4.11 [3.4.10]: https://github.com/Automattic/jetpack-backup/compare/v3.4.9...v3.4.10 diff --git a/projects/packages/backup/changelog/renovate-wordpress-monorepo b/projects/packages/backup/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/backup/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/backup/src/class-package-version.php b/projects/packages/backup/src/class-package-version.php index 2d7064e7778ba..50da02aa62cd5 100644 --- a/projects/packages/backup/src/class-package-version.php +++ b/projects/packages/backup/src/class-package-version.php @@ -16,7 +16,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '3.4.12'; + const PACKAGE_VERSION = '3.4.13'; const PACKAGE_SLUG = 'backup'; diff --git a/projects/packages/blaze/CHANGELOG.md b/projects/packages/blaze/CHANGELOG.md index 151a1fd571f45..1893024d274b6 100644 --- a/projects/packages/blaze/CHANGELOG.md +++ b/projects/packages/blaze/CHANGELOG.md @@ -5,6 +5,11 @@ 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.23.0] - 2024-10-07 +### Changed +- Changes the error Blaze shows during sync to be a warning. [#39515] +- Updated package dependencies. [#39594] + ## [0.22.12] - 2024-09-30 ### Changed - Remove user connection nudges where they aren't needed. Add user connection nudges where needed [#39533] @@ -456,6 +461,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#27906] +[0.23.0]: https://github.com/automattic/jetpack-blaze/compare/v0.22.12...v0.23.0 [0.22.12]: https://github.com/automattic/jetpack-blaze/compare/v0.22.11...v0.22.12 [0.22.11]: https://github.com/automattic/jetpack-blaze/compare/v0.22.10...v0.22.11 [0.22.10]: https://github.com/automattic/jetpack-blaze/compare/v0.22.9...v0.22.10 diff --git a/projects/packages/blaze/changelog/renovate-wordpress-monorepo b/projects/packages/blaze/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/blaze/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/blaze/changelog/update-blaze-post-not-ready-behavior b/projects/packages/blaze/changelog/update-blaze-post-not-ready-behavior deleted file mode 100644 index 2be9dad32f1db..0000000000000 --- a/projects/packages/blaze/changelog/update-blaze-post-not-ready-behavior +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Changes the error Blaze shows during sync to be a warning diff --git a/projects/packages/blaze/composer.json b/projects/packages/blaze/composer.json index 3425feb962db5..1d697a5efcedb 100644 --- a/projects/packages/blaze/composer.json +++ b/projects/packages/blaze/composer.json @@ -64,7 +64,7 @@ "link-template": "https://github.com/automattic/jetpack-blaze/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.22.x-dev" + "dev-trunk": "0.23.x-dev" }, "textdomain": "jetpack-blaze", "version-constants": { diff --git a/projects/packages/blaze/package.json b/projects/packages/blaze/package.json index ef898c335c752..e441e091ffec1 100644 --- a/projects/packages/blaze/package.json +++ b/projects/packages/blaze/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-blaze", - "version": "0.22.12", + "version": "0.23.0", "description": "Attract high-quality traffic to your site using Blaze. Using this service, you can advertise a post or page on some of the millions of pages across WordPress.com and Tumblr from just $5 per day.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/blaze/#readme", "bugs": { diff --git a/projects/packages/blaze/src/class-dashboard.php b/projects/packages/blaze/src/class-dashboard.php index b18f6d8be19ec..a4559a9b69824 100644 --- a/projects/packages/blaze/src/class-dashboard.php +++ b/projects/packages/blaze/src/class-dashboard.php @@ -21,7 +21,7 @@ class Dashboard { * * @var string */ - const PACKAGE_VERSION = '0.22.12'; + const PACKAGE_VERSION = '0.23.0'; /** * List of dependencies needed to render the dashboard in wp-admin. diff --git a/projects/packages/classic-theme-helper/CHANGELOG.md b/projects/packages/classic-theme-helper/CHANGELOG.md index 87b1f4fb8d96e..ff8f60b2b848a 100644 --- a/projects/packages/classic-theme-helper/CHANGELOG.md +++ b/projects/packages/classic-theme-helper/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.6.3] - 2024-10-07 +### Changed +- Updated package dependencies. [#39594] + ## [0.6.2] - 2024-09-30 ### Added - Admin dashboard: Disable portfolio toggle if theme supports portfolio and site is WoA [#39508] @@ -126,6 +130,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Add wordpress folder on gitignore. [#37177] +[0.6.3]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.5.6...v0.6.0 diff --git a/projects/packages/classic-theme-helper/changelog/renovate-core-js-3.x b/projects/packages/classic-theme-helper/changelog/renovate-core-js-3.x deleted file mode 100644 index 390dbc579d13c..0000000000000 --- a/projects/packages/classic-theme-helper/changelog/renovate-core-js-3.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed -Comment: Remove unneeded `core-js` JS dep. - diff --git a/projects/packages/classic-theme-helper/changelog/renovate-wordpress-monorepo b/projects/packages/classic-theme-helper/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/classic-theme-helper/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/classic-theme-helper/package.json b/projects/packages/classic-theme-helper/package.json index cf05fea350ab0..ecb3db8701be2 100644 --- a/projects/packages/classic-theme-helper/package.json +++ b/projects/packages/classic-theme-helper/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-classic-theme-helper", - "version": "0.6.2", + "version": "0.6.3", "description": "Features used with classic themes", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/classic-theme-helper/#readme", "bugs": { diff --git a/projects/packages/classic-theme-helper/src/class-main.php b/projects/packages/classic-theme-helper/src/class-main.php index dc0d73bf88096..4ff204f77e24d 100644 --- a/projects/packages/classic-theme-helper/src/class-main.php +++ b/projects/packages/classic-theme-helper/src/class-main.php @@ -14,7 +14,7 @@ */ class Main { - const PACKAGE_VERSION = '0.6.2'; + const PACKAGE_VERSION = '0.6.3'; /** * Modules to include. diff --git a/projects/packages/connection/CHANGELOG.md b/projects/packages/connection/CHANGELOG.md index 51a4a3b67f27b..f422eea413d4a 100644 --- a/projects/packages/connection/CHANGELOG.md +++ b/projects/packages/connection/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [5.1.2] - 2024-10-07 +### Changed +- Adjust conditions to optimize admin notices callback. [#39650] +- Initialize assets in wp-admin only. [#39604] +- Updated package dependencies. [#39594] + ## [5.1.1] - 2024-09-30 ### Changed - In 'connect_url_redirect' hook, redirect to 'redirect_after_auth` url if already connected (for connect_after_checkout flow). [#39573] @@ -1216,6 +1222,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Separate the connection library into its own package. +[5.1.2]: https://github.com/Automattic/jetpack-connection/compare/v5.1.1...v5.1.2 [5.1.1]: https://github.com/Automattic/jetpack-connection/compare/v5.1.0...v5.1.1 [5.1.0]: https://github.com/Automattic/jetpack-connection/compare/v5.0.0...v5.1.0 [5.0.0]: https://github.com/Automattic/jetpack-connection/compare/v4.0.4...v5.0.0 diff --git a/projects/packages/connection/changelog/renovate-wordpress-monorepo b/projects/packages/connection/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/connection/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/connection/changelog/update-optimize-connection-admin-notice-hook b/projects/packages/connection/changelog/update-optimize-connection-admin-notice-hook deleted file mode 100644 index 256ab91ca3838..0000000000000 --- a/projects/packages/connection/changelog/update-optimize-connection-admin-notice-hook +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Adjust conditions to optimize admin notices callback. diff --git a/projects/packages/connection/changelog/update-optimize-connection-js-loading b/projects/packages/connection/changelog/update-optimize-connection-js-loading deleted file mode 100644 index 289738ad281de..0000000000000 --- a/projects/packages/connection/changelog/update-optimize-connection-js-loading +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Initialize assets in wp-admin only. diff --git a/projects/packages/connection/src/class-package-version.php b/projects/packages/connection/src/class-package-version.php index 50101f103017e..a6e5bbb9c6c56 100644 --- a/projects/packages/connection/src/class-package-version.php +++ b/projects/packages/connection/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '5.1.1'; + const PACKAGE_VERSION = '5.1.2'; const PACKAGE_SLUG = 'connection'; diff --git a/projects/packages/explat/CHANGELOG.md b/projects/packages/explat/CHANGELOG.md index 320775db5867c..d0e6f0b1c463e 100644 --- a/projects/packages/explat/CHANGELOG.md +++ b/projects/packages/explat/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.10] - 2024-10-07 +### Changed +- Updated package dependencies. [#39594] + ## [0.1.9] - 2024-09-23 ### Changed - Update dependencies. @@ -51,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ExPlat: add condition to prevent fetching the experiment assignment if there's not anon id (meaning that Tracks is likely disabled) [#38327] - Updated package dependencies. [#38132] +[0.1.10]: https://github.com/Automattic/jetpack-explat/compare/v0.1.9...v0.1.10 [0.1.9]: https://github.com/Automattic/jetpack-explat/compare/v0.1.8...v0.1.9 [0.1.8]: https://github.com/Automattic/jetpack-explat/compare/v0.1.7...v0.1.8 [0.1.7]: https://github.com/Automattic/jetpack-explat/compare/v0.1.6...v0.1.7 diff --git a/projects/packages/explat/changelog/renovate-wordpress-monorepo b/projects/packages/explat/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/explat/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/explat/package.json b/projects/packages/explat/package.json index 9cef67f9fc9c7..8795b332b75a0 100644 --- a/projects/packages/explat/package.json +++ b/projects/packages/explat/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-explat", - "version": "0.1.9", + "version": "0.1.10", "description": "A package for running A/B tests on the Experimentation Platform (ExPlat) in the plugin.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/explat/#readme", "bugs": { diff --git a/projects/packages/explat/src/class-explat.php b/projects/packages/explat/src/class-explat.php index 0423283878610..79762906c38ad 100644 --- a/projects/packages/explat/src/class-explat.php +++ b/projects/packages/explat/src/class-explat.php @@ -20,7 +20,7 @@ class ExPlat { * * @var string */ - const PACKAGE_VERSION = '0.1.9'; + const PACKAGE_VERSION = '0.1.10'; /** * Initializer. diff --git a/projects/packages/forms/CHANGELOG.md b/projects/packages/forms/CHANGELOG.md index ce9b82cdc02b6..a0e88e997b786 100644 --- a/projects/packages/forms/CHANGELOG.md +++ b/projects/packages/forms/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.33.2] - 2024-10-07 +### Changed +- Updated package dependencies. [#39594] + ## [0.33.1] - 2024-09-30 ### Changed - Internal updates. @@ -677,6 +681,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a new jetpack/forms package [#28409] - Added a public load_contact_form method for initializing the contact form module. [#28416] +[0.33.2]: https://github.com/automattic/jetpack-forms/compare/v0.33.1...v0.33.2 [0.33.1]: https://github.com/automattic/jetpack-forms/compare/v0.33.0...v0.33.1 [0.33.0]: https://github.com/automattic/jetpack-forms/compare/v0.32.16...v0.33.0 [0.32.16]: https://github.com/automattic/jetpack-forms/compare/v0.32.15...v0.32.16 diff --git a/projects/packages/forms/changelog/renovate-wordpress-monorepo b/projects/packages/forms/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/forms/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/forms/package.json b/projects/packages/forms/package.json index 9edf230cb1141..0dc0f89e341ce 100644 --- a/projects/packages/forms/package.json +++ b/projects/packages/forms/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-forms", - "version": "0.33.1", + "version": "0.33.2", "description": "Jetpack Forms", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/forms/#readme", "bugs": { diff --git a/projects/packages/forms/src/class-jetpack-forms.php b/projects/packages/forms/src/class-jetpack-forms.php index 8e59b693b7f5e..c6b3101bc86b1 100644 --- a/projects/packages/forms/src/class-jetpack-forms.php +++ b/projects/packages/forms/src/class-jetpack-forms.php @@ -15,7 +15,7 @@ */ class Jetpack_Forms { - const PACKAGE_VERSION = '0.33.1'; + const PACKAGE_VERSION = '0.33.2'; /** * Load the contact form module. diff --git a/projects/packages/image-cdn/CHANGELOG.md b/projects/packages/image-cdn/CHANGELOG.md index 0e2460394db55..620f95ef3cb4d 100644 --- a/projects/packages/image-cdn/CHANGELOG.md +++ b/projects/packages/image-cdn/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.5.0] - 2024-10-07 +### Added +- Add a public method to check if a URL is CDN url. [#39635] + ## [0.4.9] - 2024-09-09 ### Changed - Update dependencies. [#39260] @@ -126,6 +130,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add image CDN package. [#29561] +[0.5.0]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.9...v0.5.0 [0.4.9]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.8...v0.4.9 [0.4.8]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.7...v0.4.8 [0.4.7]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.6...v0.4.7 diff --git a/projects/packages/image-cdn/changelog/add-photon-url-check-method b/projects/packages/image-cdn/changelog/add-photon-url-check-method deleted file mode 100644 index 5242de078c618..0000000000000 --- a/projects/packages/image-cdn/changelog/add-photon-url-check-method +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Added a public method to check if a URL is CDN url diff --git a/projects/packages/image-cdn/composer.json b/projects/packages/image-cdn/composer.json index 54e1336945dbe..2244c8427e33e 100644 --- a/projects/packages/image-cdn/composer.json +++ b/projects/packages/image-cdn/composer.json @@ -49,7 +49,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "0.4.x-dev" + "dev-trunk": "0.5.x-dev" }, "textdomain": "jetpack-image-cdn", "version-constants": { diff --git a/projects/packages/image-cdn/src/class-image-cdn-core.php b/projects/packages/image-cdn/src/class-image-cdn-core.php index 3b87b87845e9b..693a4d1431c7b 100644 --- a/projects/packages/image-cdn/src/class-image-cdn-core.php +++ b/projects/packages/image-cdn/src/class-image-cdn-core.php @@ -242,7 +242,7 @@ public static function cdn_url( $image_url, $args = array(), $scheme = null ) { /** * Checks if a given URL is a Photon URL. * - * @since $$next-version$$ + * @since 0.5.0 * @param string $url The URL to check. * @return bool True if the URL is a Photon URL, false otherwise. */ diff --git a/projects/packages/image-cdn/src/class-image-cdn.php b/projects/packages/image-cdn/src/class-image-cdn.php index 38cd10da4d348..7f82a5b1809d7 100644 --- a/projects/packages/image-cdn/src/class-image-cdn.php +++ b/projects/packages/image-cdn/src/class-image-cdn.php @@ -12,7 +12,7 @@ */ final class Image_CDN { - const PACKAGE_VERSION = '0.4.9'; + const PACKAGE_VERSION = '0.5.0'; /** * Singleton. diff --git a/projects/packages/image-cdn/tests/php/test_class.image_cdn_core.php b/projects/packages/image-cdn/tests/php/test_class.image_cdn_core.php index d08e3ee153e20..f957e2f1bd07e 100644 --- a/projects/packages/image-cdn/tests/php/test_class.image_cdn_core.php +++ b/projects/packages/image-cdn/tests/php/test_class.image_cdn_core.php @@ -267,7 +267,7 @@ public function test_photon_url_filter_network_path_photonized_to_https() { /** * @covers ::Image_CDN_Core::is_cdn_url - * @since $$next-version$$ + * @since 0.5.0 * @group jetpack_photon_filter_network_path */ public function test_is_cdn_url_method() { diff --git a/projects/packages/jitm/CHANGELOG.md b/projects/packages/jitm/CHANGELOG.md index ccc54f2b1a241..ebb5756aed806 100644 --- a/projects/packages/jitm/CHANGELOG.md +++ b/projects/packages/jitm/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). +## [3.1.24] - 2024-10-07 +### Changed +- Updated package dependencies. [#39594] + ## [3.1.23] - 2024-09-23 ### Changed - Update dependencies. @@ -771,6 +775,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update Jetpack to use new JITM package +[3.1.24]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.23...v3.1.24 [3.1.23]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.22...v3.1.23 [3.1.22]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.21...v3.1.22 [3.1.21]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.20...v3.1.21 diff --git a/projects/packages/jitm/changelog/renovate-wordpress-monorepo b/projects/packages/jitm/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/jitm/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/jitm/src/class-jitm.php b/projects/packages/jitm/src/class-jitm.php index 3a32a6c9b8688..9a65c319fb901 100644 --- a/projects/packages/jitm/src/class-jitm.php +++ b/projects/packages/jitm/src/class-jitm.php @@ -20,7 +20,7 @@ */ class JITM { - const PACKAGE_VERSION = '3.1.23'; + const PACKAGE_VERSION = '3.1.24'; /** * The configuration method that is called from the jetpack-config package. diff --git a/projects/packages/masterbar/CHANGELOG.md b/projects/packages/masterbar/CHANGELOG.md index 0e1b4611b207c..ac4cf07c55540 100644 --- a/projects/packages/masterbar/CHANGELOG.md +++ b/projects/packages/masterbar/CHANGELOG.md @@ -5,6 +5,11 @@ 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.9.5] - 2024-10-07 +### Changed +- Updated package dependencies. [#39594] +- Update Jetpack Scan link. [#39619] + ## [0.9.4] - 2024-09-30 ### Changed - Remove user connection nudges where they aren't needed. Add user connection nudges where needed [#39533] @@ -140,6 +145,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. [#37669] - Updated package dependencies. [#37706] +[0.9.5]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.4...v0.9.5 [0.9.4]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.3...v0.9.4 [0.9.3]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.2...v0.9.3 [0.9.2]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.1...v0.9.2 diff --git a/projects/packages/masterbar/changelog/fix-submenu-jetpack-null b/projects/packages/masterbar/changelog/fix-submenu-jetpack-null deleted file mode 100644 index 6519110c5c524..0000000000000 --- a/projects/packages/masterbar/changelog/fix-submenu-jetpack-null +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix for WP.com sites - - diff --git a/projects/packages/masterbar/changelog/renovate-core-js-3.x b/projects/packages/masterbar/changelog/renovate-core-js-3.x deleted file mode 100644 index 390dbc579d13c..0000000000000 --- a/projects/packages/masterbar/changelog/renovate-core-js-3.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed -Comment: Remove unneeded `core-js` JS dep. - diff --git a/projects/packages/masterbar/changelog/renovate-wordpress-monorepo b/projects/packages/masterbar/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/masterbar/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/masterbar/changelog/update-jetpack-scan-link b/projects/packages/masterbar/changelog/update-jetpack-scan-link deleted file mode 100644 index 998b163b561a5..0000000000000 --- a/projects/packages/masterbar/changelog/update-jetpack-scan-link +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update Jetpack Scan link diff --git a/projects/packages/masterbar/package.json b/projects/packages/masterbar/package.json index 9a6935c511de5..3e569b3437e42 100644 --- a/projects/packages/masterbar/package.json +++ b/projects/packages/masterbar/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-masterbar", - "version": "0.9.4", + "version": "0.9.5", "description": "The WordPress.com Toolbar feature replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/masterbar/#readme", "bugs": { diff --git a/projects/packages/masterbar/src/class-main.php b/projects/packages/masterbar/src/class-main.php index 92ab8721d67f4..d8beacc22eb32 100644 --- a/projects/packages/masterbar/src/class-main.php +++ b/projects/packages/masterbar/src/class-main.php @@ -14,7 +14,7 @@ */ class Main { - const PACKAGE_VERSION = '0.9.4'; + const PACKAGE_VERSION = '0.9.5'; /** * Initializer. diff --git a/projects/packages/my-jetpack/CHANGELOG.md b/projects/packages/my-jetpack/CHANGELOG.md index 76f213f619d37..ad915ec2a5b41 100644 --- a/projects/packages/my-jetpack/CHANGELOG.md +++ b/projects/packages/my-jetpack/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). +## [4.35.11] - 2024-10-07 +### Changed +- Updated package dependencies. [#39594] + ## [4.35.10] - 2024-10-02 ### Changed - Internal updates. @@ -1759,6 +1763,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created package +[4.35.11]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.10...4.35.11 [4.35.10]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.9...4.35.10 [4.35.9]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.8...4.35.9 [4.35.8]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.7...4.35.8 diff --git a/projects/packages/my-jetpack/changelog/renovate-wordpress-monorepo b/projects/packages/my-jetpack/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/my-jetpack/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/my-jetpack/changelog/settings-disable-inactive-elements b/projects/packages/my-jetpack/changelog/settings-disable-inactive-elements deleted file mode 100644 index cd89bbb31e2bb..0000000000000 --- a/projects/packages/my-jetpack/changelog/settings-disable-inactive-elements +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Disable controls that require user connection. - - diff --git a/projects/packages/my-jetpack/package.json b/projects/packages/my-jetpack/package.json index 5142f81f5417c..f8f21b1e468df 100644 --- a/projects/packages/my-jetpack/package.json +++ b/projects/packages/my-jetpack/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-my-jetpack", - "version": "4.35.10", + "version": "4.35.11", "description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/my-jetpack/#readme", "bugs": { diff --git a/projects/packages/my-jetpack/src/class-initializer.php b/projects/packages/my-jetpack/src/class-initializer.php index bc7c08bf93ee4..815ce5864c389 100644 --- a/projects/packages/my-jetpack/src/class-initializer.php +++ b/projects/packages/my-jetpack/src/class-initializer.php @@ -42,7 +42,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '4.35.10'; + const PACKAGE_VERSION = '4.35.11'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/projects/packages/publicize/CHANGELOG.md b/projects/packages/publicize/CHANGELOG.md index 0c620d639c11c..ec6b70aecfb87 100644 --- a/projects/packages/publicize/CHANGELOG.md +++ b/projects/packages/publicize/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.54.2] - 2024-10-07 +### Changed +- Updated package dependencies. [#39594] + ## [0.54.1] - 2024-10-02 ### Fixed - Social: Fixed Bluesky not showing up on page load [#39597] @@ -721,6 +725,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Update package.json metadata. +[0.54.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.54.1...v0.54.2 [0.54.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.54.0...v0.54.1 [0.54.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.53.0...v0.54.0 [0.53.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.52.3...v0.53.0 diff --git a/projects/packages/publicize/changelog/renovate-wordpress-monorepo b/projects/packages/publicize/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/publicize/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/publicize/package.json b/projects/packages/publicize/package.json index 69277112b2114..540de03c1219d 100644 --- a/projects/packages/publicize/package.json +++ b/projects/packages/publicize/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-publicize", - "version": "0.54.1", + "version": "0.54.2", "description": "Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/publicize/#readme", "bugs": { diff --git a/projects/packages/search/CHANGELOG.md b/projects/packages/search/CHANGELOG.md index a7ba91e4345ec..827b9145eb47d 100644 --- a/projects/packages/search/CHANGELOG.md +++ b/projects/packages/search/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). +## [0.45.7] - 2024-10-07 +### Changed +- Updated package dependencies. [#39592] +- Updated package dependencies. [#39594] +- Updated package dependencies. [#39595] +- Updated package dependencies. [#39639] + ## [0.45.6] - 2024-09-30 ### Changed - Update dependencies. [#39528] @@ -1053,6 +1060,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. +[0.45.7]: https://github.com/Automattic/jetpack-search/compare/v0.45.6...v0.45.7 [0.45.6]: https://github.com/Automattic/jetpack-search/compare/v0.45.5...v0.45.6 [0.45.5]: https://github.com/Automattic/jetpack-search/compare/v0.45.4...v0.45.5 [0.45.4]: https://github.com/Automattic/jetpack-search/compare/v0.45.3...v0.45.4 diff --git a/projects/packages/search/changelog/renovate-core-js-3.x b/projects/packages/search/changelog/renovate-core-js-3.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/search/changelog/renovate-core-js-3.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/search/changelog/renovate-photon-4.x b/projects/packages/search/changelog/renovate-photon-4.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/search/changelog/renovate-photon-4.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/search/changelog/renovate-size-limit b/projects/packages/search/changelog/renovate-size-limit deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/search/changelog/renovate-size-limit +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/search/changelog/renovate-wordpress-monorepo b/projects/packages/search/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/search/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/search/package.json b/projects/packages/search/package.json index 5e3deb0485c7f..c6cd3f013badd 100644 --- a/projects/packages/search/package.json +++ b/projects/packages/search/package.json @@ -1,6 +1,6 @@ { "name": "jetpack-search", - "version": "0.45.6", + "version": "0.45.7", "description": "Package for Jetpack Search products", "main": "main.js", "directories": { diff --git a/projects/packages/search/src/class-package.php b/projects/packages/search/src/class-package.php index 9634a181d05e3..9a7bb521a7e73 100644 --- a/projects/packages/search/src/class-package.php +++ b/projects/packages/search/src/class-package.php @@ -11,7 +11,7 @@ * Search package general information */ class Package { - const VERSION = '0.45.6'; + const VERSION = '0.45.7'; const SLUG = 'search'; /** diff --git a/projects/packages/videopress/CHANGELOG.md b/projects/packages/videopress/CHANGELOG.md index 7be8a21a85dea..fa07e26a24a92 100644 --- a/projects/packages/videopress/CHANGELOG.md +++ b/projects/packages/videopress/CHANGELOG.md @@ -5,6 +5,14 @@ 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.24.11] - 2024-10-07 +### Changed +- Update connection nudge for VideoPress connection banner in blocks. [#39628] +- Updated package dependencies. [#39594] + +### Fixed +- VideoPress: fix thumbnail update bug that showed the old thumbnail for a couple seconds on the details page. [#39631] + ## [0.24.10] - 2024-09-30 ### Changed - Update dependencies. [#39528] @@ -1448,6 +1456,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created empty package [#24952] +[0.24.11]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.10...v0.24.11 [0.24.10]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.9...v0.24.10 [0.24.9]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.8...v0.24.9 [0.24.8]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.7...v0.24.8 diff --git a/projects/packages/videopress/changelog/renovate-wordpress-monorepo b/projects/packages/videopress/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/videopress/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/videopress/changelog/update-jetpack-blocks-confusing-connection-nudges b/projects/packages/videopress/changelog/update-jetpack-blocks-confusing-connection-nudges deleted file mode 100644 index 0a41d686ca108..0000000000000 --- a/projects/packages/videopress/changelog/update-jetpack-blocks-confusing-connection-nudges +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update connection nudge for VideoPress connection banner in blocks diff --git a/projects/packages/videopress/changelog/update-videopress-update-thumb-placeholder-while-updating b/projects/packages/videopress/changelog/update-videopress-update-thumb-placeholder-while-updating deleted file mode 100644 index d1cf9f41e5de8..0000000000000 --- a/projects/packages/videopress/changelog/update-videopress-update-thumb-placeholder-while-updating +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -VideoPress: fix thumbnail update bug that showed the old thumbnail for a couple seconds on the details page. diff --git a/projects/packages/videopress/package.json b/projects/packages/videopress/package.json index 0a563c8e18c7f..3d58add3f4468 100644 --- a/projects/packages/videopress/package.json +++ b/projects/packages/videopress/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-videopress", - "version": "0.24.10", + "version": "0.24.11", "description": "VideoPress package", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/videopress/#readme", "bugs": { diff --git a/projects/packages/videopress/src/class-package-version.php b/projects/packages/videopress/src/class-package-version.php index 566cc653a2530..1b2854cadc9c0 100644 --- a/projects/packages/videopress/src/class-package-version.php +++ b/projects/packages/videopress/src/class-package-version.php @@ -11,7 +11,7 @@ * The Package_Version class. */ class Package_Version { - const PACKAGE_VERSION = '0.24.10'; + const PACKAGE_VERSION = '0.24.11'; const PACKAGE_SLUG = 'videopress'; diff --git a/projects/packages/waf/CHANGELOG.md b/projects/packages/waf/CHANGELOG.md index ea335f992a368..f3f85b92ea5cb 100644 --- a/projects/packages/waf/CHANGELOG.md +++ b/projects/packages/waf/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.21.0] - 2024-10-07 +### Added +- Firewall Runtime: Added support for rule files to specify body parser type. [#39516] + ## [0.20.1] - 2024-10-01 ### Deprecated - Added back public API as deprecated. [#39606] @@ -378,6 +382,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Core: do not ship .phpcs.dir.xml in production builds. +[0.21.0]: https://github.com/Automattic/jetpack-waf/compare/v0.20.1...v0.21.0 [0.20.1]: https://github.com/Automattic/jetpack-waf/compare/v0.20.0...v0.20.1 [0.20.0]: https://github.com/Automattic/jetpack-waf/compare/v0.19.0...v0.20.0 [0.19.0]: https://github.com/Automattic/jetpack-waf/compare/v0.18.5...v0.19.0 diff --git a/projects/packages/waf/changelog/add-waf-body-processor b/projects/packages/waf/changelog/add-waf-body-processor deleted file mode 100644 index df675355a4f53..0000000000000 --- a/projects/packages/waf/changelog/add-waf-body-processor +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Firewall Runtime: Added support for rule files to specify body parser type. diff --git a/projects/packages/waf/composer.json b/projects/packages/waf/composer.json index 1fc860d892eb8..7d041c17013d6 100644 --- a/projects/packages/waf/composer.json +++ b/projects/packages/waf/composer.json @@ -61,7 +61,7 @@ "link-template": "https://github.com/Automattic/jetpack-waf/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.20.x-dev" + "dev-trunk": "0.21.x-dev" } }, "config": { diff --git a/projects/packages/waf/src/class-waf-runtime.php b/projects/packages/waf/src/class-waf-runtime.php index 19300ea804582..3697e92d4ab2b 100644 --- a/projects/packages/waf/src/class-waf-runtime.php +++ b/projects/packages/waf/src/class-waf-runtime.php @@ -41,7 +41,7 @@ class Waf_Runtime { /** * The version of this runtime class. Used by rule files to ensure compatibility. * - * @since $$next-version$$ + * @since 0.21.0 * * @var int */ diff --git a/projects/packages/wordads/CHANGELOG.md b/projects/packages/wordads/CHANGELOG.md index def783ba2c9d9..7ad27ee128498 100644 --- a/projects/packages/wordads/CHANGELOG.md +++ b/projects/packages/wordads/CHANGELOG.md @@ -5,6 +5,12 @@ 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.35] - 2024-10-07 +### Changed +- Updated package dependencies. [#39592] +- Updated package dependencies. [#39594] +- Updated package dependencies. [#39639] + ## [0.3.34] - 2024-09-30 ### Changed - Update dependencies. [#39528] @@ -416,6 +422,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput` - Updated package dependencies. +[0.3.35]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.34...v0.3.35 [0.3.34]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.33...v0.3.34 [0.3.33]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.32...v0.3.33 [0.3.32]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.31...v0.3.32 diff --git a/projects/packages/wordads/changelog/renovate-core-js-3.x b/projects/packages/wordads/changelog/renovate-core-js-3.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/wordads/changelog/renovate-core-js-3.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/wordads/changelog/renovate-photon-4.x b/projects/packages/wordads/changelog/renovate-photon-4.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/wordads/changelog/renovate-photon-4.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/wordads/changelog/renovate-wordpress-monorepo b/projects/packages/wordads/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/wordads/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/wordads/package.json b/projects/packages/wordads/package.json index 1182205ae4698..30f596f93e59e 100644 --- a/projects/packages/wordads/package.json +++ b/projects/packages/wordads/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-wordads", - "version": "0.3.34", + "version": "0.3.35", "description": "Earn income by allowing Jetpack to display high quality ads.", "main": "main.js", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/wordads/#readme", diff --git a/projects/packages/wordads/src/class-package.php b/projects/packages/wordads/src/class-package.php index 089ad0eb0b916..91a119e2d7f1d 100644 --- a/projects/packages/wordads/src/class-package.php +++ b/projects/packages/wordads/src/class-package.php @@ -11,7 +11,7 @@ * WordAds package general information */ class Package { - const VERSION = '0.3.34'; + const VERSION = '0.3.35'; const SLUG = 'wordads'; /** diff --git a/projects/js-packages/ai-client/changelog/renovate-wordpress-monorepo b/projects/plugins/boost/changelog/prerelease similarity index 51% rename from projects/js-packages/ai-client/changelog/renovate-wordpress-monorepo rename to projects/plugins/boost/changelog/prerelease index c47cb18e82997..9aa70e3ec1f75 100644 --- a/projects/js-packages/ai-client/changelog/renovate-wordpress-monorepo +++ b/projects/plugins/boost/changelog/prerelease @@ -1,4 +1,5 @@ Significance: patch Type: changed +Comment: Updated composer.lock. + -Updated package dependencies. diff --git a/projects/plugins/boost/composer.lock b/projects/plugins/boost/composer.lock index c5bee518bfe22..6b52f3bfe2de6 100644 --- a/projects/plugins/boost/composer.lock +++ b/projects/plugins/boost/composer.lock @@ -783,7 +783,7 @@ "dist": { "type": "path", "url": "../../packages/image-cdn", - "reference": "a5b2d15b86d745342dc1de2ed0478e07e29df4ef" + "reference": "63a179625ebed6c7e5d21ddfb1949983e16dda4d" }, "require": { "automattic/jetpack-assets": "@dev", @@ -806,7 +806,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "0.4.x-dev" + "dev-trunk": "0.5.x-dev" }, "textdomain": "jetpack-image-cdn", "version-constants": { diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index 93b3441d8106d..8382d4c1241cb 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -2,6 +2,24 @@ ### This is a list detailing changes for all Jetpack releases. +## 14.0-a.1 - 2024-10-07 +### Enhancements +- Sitemap: Improve sitemap write efficienty. [#39572] +- CSS: Rely esclusively on individual CSS files instead of a combined one for the features used on each page to improve page loading. [#39518] +- Social: Add support for Bluesky 🎉. [#39561] +- Scan: Update Jetpack Scan link in the WP Admin menu. [#39619] + +### Bug fixes +- Social: Prevent text overflow in the share status tooltip. [#39599] + +### Other changes +- Admin menu: Adding tests to check for 'current' class when menu item selected. [#39374] +- Blogging Prompt: Preserve language on answers link. [#36730] +- Email preview modal: Improve error state visuals. [#39476] +- Unify connection nudge design on Jetpack Settings. [#39591] +- Unify connection related CTAs on At A Glance. [#39585] +- Updated package dependencies. [#39594] [#39639] + ## 13.9 - 2024-10-01 ### Major Enhancements - Jetpack plugin: Remove the 'WordPress.com Toolbar' module. [#39406] diff --git a/projects/plugins/jetpack/changelog/ b/projects/plugins/jetpack/changelog/ deleted file mode 100644 index b49c0a2c00caf..0000000000000 --- a/projects/plugins/jetpack/changelog/ +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: enhancement - -Make sitemap storing more efficient but not querying the full post content when storing the updated sitemap diff --git a/projects/plugins/jetpack/changelog/add-bluesky-connection-ui b/projects/plugins/jetpack/changelog/add-bluesky-connection-ui deleted file mode 100644 index 71c41429a8617..0000000000000 --- a/projects/plugins/jetpack/changelog/add-bluesky-connection-ui +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Social: Added support for Bluesky 🎉 diff --git a/projects/plugins/jetpack/changelog/add-jetpack-admin-menu-tests b/projects/plugins/jetpack/changelog/add-jetpack-admin-menu-tests deleted file mode 100644 index c4b94cf2b7ff3..0000000000000 --- a/projects/plugins/jetpack/changelog/add-jetpack-admin-menu-tests +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Admin menu: Adding tests to check for 'current' class when menu item selected. diff --git a/projects/plugins/jetpack/changelog/add-nice-fatal-message b/projects/plugins/jetpack/changelog/add-nice-fatal-message deleted file mode 100644 index 70f2483520a3d..0000000000000 --- a/projects/plugins/jetpack/changelog/add-nice-fatal-message +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Just adding a nicer error message that would only display in dev environments. - - diff --git a/projects/plugins/jetpack/changelog/fix-social-share-status-tooltip-text-overflow b/projects/plugins/jetpack/changelog/fix-social-share-status-tooltip-text-overflow deleted file mode 100644 index c45f928f60d33..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-social-share-status-tooltip-text-overflow +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Social: Fixed share status tooltip text overflow diff --git a/projects/plugins/jetpack/changelog/preserve-language-on-answers-link b/projects/plugins/jetpack/changelog/preserve-language-on-answers-link deleted file mode 100644 index 9d9b3089bf2c0..0000000000000 --- a/projects/plugins/jetpack/changelog/preserve-language-on-answers-link +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Blogging Prompt: preserve language on answers link diff --git a/projects/plugins/jetpack/changelog/remove-imploding-css-code b/projects/plugins/jetpack/changelog/remove-imploding-css-code deleted file mode 100644 index 75864f8829492..0000000000000 --- a/projects/plugins/jetpack/changelog/remove-imploding-css-code +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Removed the option to use a combined CSS file for Jetpack features. Previous to Jetpack 13.9, this was the default behavior. In Jetpack 13.9, it was made optional to rely on individual CSS files for the features used on each page to improve page loading. diff --git a/projects/plugins/jetpack/changelog/renovate-photon-4.x b/projects/plugins/jetpack/changelog/renovate-photon-4.x deleted file mode 100644 index 1eaea6a769e84..0000000000000 --- a/projects/plugins/jetpack/changelog/renovate-photon-4.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Updated package dependencies. diff --git a/projects/plugins/jetpack/changelog/renovate-wordpress-monorepo b/projects/plugins/jetpack/changelog/renovate-wordpress-monorepo deleted file mode 100644 index 1eaea6a769e84..0000000000000 --- a/projects/plugins/jetpack/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Updated package dependencies. diff --git a/projects/plugins/jetpack/changelog/settings-disable-inactive-elements b/projects/plugins/jetpack/changelog/settings-disable-inactive-elements deleted file mode 100644 index 2a3b4dbdd7f48..0000000000000 --- a/projects/plugins/jetpack/changelog/settings-disable-inactive-elements +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Disable controls that require user connection. - - diff --git a/projects/plugins/jetpack/changelog/update-at-a-glance-unify-connection-ctas b/projects/plugins/jetpack/changelog/update-at-a-glance-unify-connection-ctas deleted file mode 100644 index af2f73b816a2b..0000000000000 --- a/projects/plugins/jetpack/changelog/update-at-a-glance-unify-connection-ctas +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Unify connection related CTAs on At A Glance diff --git a/projects/plugins/jetpack/changelog/update-e2e-encryption-key b/projects/plugins/jetpack/changelog/update-e2e-encryption-key deleted file mode 100644 index e24693901dddf..0000000000000 --- a/projects/plugins/jetpack/changelog/update-e2e-encryption-key +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -e2e tests: update encryption key. diff --git a/projects/plugins/jetpack/changelog/update-email-preview-error-styles b/projects/plugins/jetpack/changelog/update-email-preview-error-styles deleted file mode 100644 index e97bcd728ea1f..0000000000000 --- a/projects/plugins/jetpack/changelog/update-email-preview-error-styles +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Email preview modal: visually improved error state diff --git a/projects/plugins/jetpack/changelog/update-fix-warning-attachnment-src-shortcodes-module b/projects/plugins/jetpack/changelog/update-fix-warning-attachnment-src-shortcodes-module deleted file mode 100644 index b563983a8a262..0000000000000 --- a/projects/plugins/jetpack/changelog/update-fix-warning-attachnment-src-shortcodes-module +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Minor check to avoid Warnings - - diff --git a/projects/plugins/jetpack/changelog/update-jetpack-scan-link b/projects/plugins/jetpack/changelog/update-jetpack-scan-link deleted file mode 100644 index 8bad6e623b64a..0000000000000 --- a/projects/plugins/jetpack/changelog/update-jetpack-scan-link +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: enhancement - -Update Jetpack Scan link diff --git a/projects/plugins/jetpack/changelog/update-jetpack-settings-connection-nudges b/projects/plugins/jetpack/changelog/update-jetpack-settings-connection-nudges deleted file mode 100644 index 394cbd36b3139..0000000000000 --- a/projects/plugins/jetpack/changelog/update-jetpack-settings-connection-nudges +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Unify connection nudge design on Jetpack Settings diff --git a/projects/plugins/jetpack/changelog/update-settings-newsletter-1022-connection-banner b/projects/plugins/jetpack/changelog/update-settings-newsletter-1022-connection-banner deleted file mode 100644 index c7328c94ed65a..0000000000000 --- a/projects/plugins/jetpack/changelog/update-settings-newsletter-1022-connection-banner +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Updating connetion notice UI and adding it to each Newsletter settings section. - - diff --git a/projects/plugins/jetpack/changelog/update-use-instance-of-for-checking-wp-roles b/projects/plugins/jetpack/changelog/update-use-instance-of-for-checking-wp-roles deleted file mode 100644 index 701ce50fb2866..0000000000000 --- a/projects/plugins/jetpack/changelog/update-use-instance-of-for-checking-wp-roles +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Change done to avoid fatal in wpcom when using v1 endpoint with force wpcom param diff --git a/projects/plugins/jetpack/composer.json b/projects/plugins/jetpack/composer.json index f98b874f6bbf3..8f5fe95402674 100644 --- a/projects/plugins/jetpack/composer.json +++ b/projects/plugins/jetpack/composer.json @@ -102,7 +102,7 @@ "platform": { "ext-intl": "0.0.0" }, - "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_9", + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_0_a_1", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true diff --git a/projects/plugins/jetpack/composer.lock b/projects/plugins/jetpack/composer.lock index 819890fa354b0..09c2ca93c2d52 100644 --- a/projects/plugins/jetpack/composer.lock +++ b/projects/plugins/jetpack/composer.lock @@ -398,7 +398,7 @@ "dist": { "type": "path", "url": "../../packages/blaze", - "reference": "7c5abfdb2bf223c8789349a31dde316983d1709d" + "reference": "57fb7e43c9c75b2dc852691be9ffa36f7884edbf" }, "require": { "automattic/jetpack-assets": "@dev", @@ -426,7 +426,7 @@ "link-template": "https://github.com/automattic/jetpack-blaze/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.22.x-dev" + "dev-trunk": "0.23.x-dev" }, "textdomain": "jetpack-blaze", "version-constants": { @@ -1300,7 +1300,7 @@ "dist": { "type": "path", "url": "../../packages/image-cdn", - "reference": "a5b2d15b86d745342dc1de2ed0478e07e29df4ef" + "reference": "63a179625ebed6c7e5d21ddfb1949983e16dda4d" }, "require": { "automattic/jetpack-assets": "@dev", @@ -1323,7 +1323,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "0.4.x-dev" + "dev-trunk": "0.5.x-dev" }, "textdomain": "jetpack-image-cdn", "version-constants": { @@ -2841,7 +2841,7 @@ "dist": { "type": "path", "url": "../../packages/waf", - "reference": "ff663ecc376384c029150906b6cd29118a231873" + "reference": "79fb7681c1964694ba0200b2a70e18ed35c14bfe" }, "require": { "automattic/jetpack-connection": "@dev", @@ -2868,7 +2868,7 @@ "link-template": "https://github.com/Automattic/jetpack-waf/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.20.x-dev" + "dev-trunk": "0.21.x-dev" } }, "autoload": { diff --git a/projects/plugins/jetpack/jetpack.php b/projects/plugins/jetpack/jetpack.php index f72f86f8a3a01..9c27fbbd94c38 100644 --- a/projects/plugins/jetpack/jetpack.php +++ b/projects/plugins/jetpack/jetpack.php @@ -4,7 +4,7 @@ * Plugin URI: https://jetpack.com * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things. * Author: Automattic - * Version: 13.9 + * Version: 14.0-a.1 * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -34,7 +34,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '6.5' ); define( 'JETPACK__MINIMUM_PHP_VERSION', '7.0' ); -define( 'JETPACK__VERSION', '13.9' ); +define( 'JETPACK__VERSION', '14.0-a.1' ); /** * Constant used to fetch the connection owner token diff --git a/projects/plugins/jetpack/package.json b/projects/plugins/jetpack/package.json index 05c875b700e7c..5d8394aa43ba8 100644 --- a/projects/plugins/jetpack/package.json +++ b/projects/plugins/jetpack/package.json @@ -1,6 +1,6 @@ { "name": "Jetpack", - "version": "13.9.0", + "version": "14.0.0-a.1", "private": true, "description": "[Jetpack](https://jetpack.com/) is a WordPress plugin that supercharges your self-hosted WordPress site with the awesome cloud power of [WordPress.com](https://wordpress.com).", "homepage": "https://jetpack.com", diff --git a/projects/plugins/jetpack/readme.txt b/projects/plugins/jetpack/readme.txt index 642b3e07e7937..3d7d20c44db07 100644 --- a/projects/plugins/jetpack/readme.txt +++ b/projects/plugins/jetpack/readme.txt @@ -326,38 +326,15 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file == Changelog == -### 13.9 - 2024-10-01 -#### Major Enhancements -- Jetpack plugin: Remove the 'WordPress.com Toolbar' module. - +### 14.0-a.1 - 2024-10-07 #### Enhancements -- Blocks: Transition from an option to a module to improve caching. -- Jetpack AI: Add AI SEO title optimization. -- Jetpack Stats: Do not check for capabilities if the user is not signed in when deciding whether to show the admin bar widget. -- My Jetpack: Visual update to the GlobalNotice component for better mobile presentation. -- Performance: Set the concatenated CSS to off by default. The era where this was helpful is passing. -- SSO: Remove legacy codebase in favor of the newer SSO codebase introduced in Jetpack 13.5. - -#### Improved compatibility -- Dashboard: Disable portfolio toggle if theme supports portfolio for specific environments. +- Sitemap: Improve sitemap write efficienty. +- CSS: Rely esclusively on individual CSS files instead of a combined one for the features used on each page to improve page loading. +- Social: Add support for Bluesky 🎉. +- Scan: Update Jetpack Scan link in the WP Admin menu. #### Bug fixes -- Ai Assistant: Do not show Jetpack AI excerpt UI outside of correct context. -- AI Assistant: Fix Write Brief highlight position on spelling mistake following ignored special word. -- AI Assistant: Remove autofocus on extended blocks while previewing. -- AI Content Lens: Fix the feature of the AI Content Lens is gone. -- Blocks: Prevent Memberships blocks from being registered when the site is not connected to Jetpack. -- Dashboard: Display the yearly Stats plan in the Jetpack dashboard immediately after you've purchased the plan. -- Help Center: Fix the icon color when previewing color scheme. -- Hosting Configuration: Make the menu title under the settings the same as the destination. -- Jetpack REST API: Fix missing requirement in admin-menu endpoint. -- Shortcode: Fix the YouTube URL embedding failure due to the trailing question mark of the ID. -- Shortcode: Fix the YouTube URL for the private videos. -- Shortcode: Fix the YouTube URL for the `/embed` type. -- Sidebar: Show correct product name for "VaultPress Backup". -- Social: Fix social previews button sometimes not fitting all the text. -- Subscriptions: Fix added slashes in the Follow Blog widget. -- WooCommerce Analytics: Check whether a constant is defined before attempting to use it, for compatibility with WooCommerce <8.4.0. +- Social: Prevent text overflow in the share status tooltip. -------- diff --git a/projects/js-packages/api/changelog/renovate-wordpress-monorepo b/projects/plugins/mu-wpcom-plugin/changelog/prerelease#13 similarity index 51% rename from projects/js-packages/api/changelog/renovate-wordpress-monorepo rename to projects/plugins/mu-wpcom-plugin/changelog/prerelease#13 index c47cb18e82997..9aa70e3ec1f75 100644 --- a/projects/js-packages/api/changelog/renovate-wordpress-monorepo +++ b/projects/plugins/mu-wpcom-plugin/changelog/prerelease#13 @@ -1,4 +1,5 @@ Significance: patch Type: changed +Comment: Updated composer.lock. + -Updated package dependencies. diff --git a/projects/plugins/mu-wpcom-plugin/composer.lock b/projects/plugins/mu-wpcom-plugin/composer.lock index 89e53277e78ac..bb70413cd0e7c 100644 --- a/projects/plugins/mu-wpcom-plugin/composer.lock +++ b/projects/plugins/mu-wpcom-plugin/composer.lock @@ -190,7 +190,7 @@ "dist": { "type": "path", "url": "../../packages/blaze", - "reference": "7c5abfdb2bf223c8789349a31dde316983d1709d" + "reference": "57fb7e43c9c75b2dc852691be9ffa36f7884edbf" }, "require": { "automattic/jetpack-assets": "@dev", @@ -218,7 +218,7 @@ "link-template": "https://github.com/automattic/jetpack-blaze/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.22.x-dev" + "dev-trunk": "0.23.x-dev" }, "textdomain": "jetpack-blaze", "version-constants": { diff --git a/projects/js-packages/base-styles/changelog/renovate-wordpress-monorepo b/projects/plugins/protect/changelog/prerelease#8 similarity index 51% rename from projects/js-packages/base-styles/changelog/renovate-wordpress-monorepo rename to projects/plugins/protect/changelog/prerelease#8 index c47cb18e82997..9aa70e3ec1f75 100644 --- a/projects/js-packages/base-styles/changelog/renovate-wordpress-monorepo +++ b/projects/plugins/protect/changelog/prerelease#8 @@ -1,4 +1,5 @@ Significance: patch Type: changed +Comment: Updated composer.lock. + -Updated package dependencies. diff --git a/projects/plugins/protect/composer.lock b/projects/plugins/protect/composer.lock index 1b406861d83d5..3e3e51004a16f 100644 --- a/projects/plugins/protect/composer.lock +++ b/projects/plugins/protect/composer.lock @@ -1803,7 +1803,7 @@ "dist": { "type": "path", "url": "../../packages/waf", - "reference": "ff663ecc376384c029150906b6cd29118a231873" + "reference": "79fb7681c1964694ba0200b2a70e18ed35c14bfe" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1830,7 +1830,7 @@ "link-template": "https://github.com/Automattic/jetpack-waf/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.20.x-dev" + "dev-trunk": "0.21.x-dev" } }, "autoload": { diff --git a/projects/js-packages/boost-score-api/changelog/renovate-wordpress-monorepo b/projects/plugins/wpcomsh/changelog/prerelease#2 similarity index 51% rename from projects/js-packages/boost-score-api/changelog/renovate-wordpress-monorepo rename to projects/plugins/wpcomsh/changelog/prerelease#2 index c47cb18e82997..9aa70e3ec1f75 100644 --- a/projects/js-packages/boost-score-api/changelog/renovate-wordpress-monorepo +++ b/projects/plugins/wpcomsh/changelog/prerelease#2 @@ -1,4 +1,5 @@ Significance: patch Type: changed +Comment: Updated composer.lock. + -Updated package dependencies. diff --git a/projects/plugins/wpcomsh/composer.lock b/projects/plugins/wpcomsh/composer.lock index 1996a23992ba9..afae87b0b1e6e 100644 --- a/projects/plugins/wpcomsh/composer.lock +++ b/projects/plugins/wpcomsh/composer.lock @@ -255,7 +255,7 @@ "dist": { "type": "path", "url": "../../packages/blaze", - "reference": "7c5abfdb2bf223c8789349a31dde316983d1709d" + "reference": "57fb7e43c9c75b2dc852691be9ffa36f7884edbf" }, "require": { "automattic/jetpack-assets": "@dev", @@ -283,7 +283,7 @@ "link-template": "https://github.com/automattic/jetpack-blaze/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.22.x-dev" + "dev-trunk": "0.23.x-dev" }, "textdomain": "jetpack-blaze", "version-constants": {