diff --git a/projects/js-packages/ai-client/CHANGELOG.md b/projects/js-packages/ai-client/CHANGELOG.md index 0a12cbf9f3792..d93eb1719467c 100644 --- a/projects/js-packages/ai-client/CHANGELOG.md +++ b/projects/js-packages/ai-client/CHANGELOG.md @@ -5,6 +5,16 @@ 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.12.0] - 2024-04-08 +### Added +- Add error rejection in image generation. [#36709] + +### Changed +- Updated package dependencies. [#36756] [#36760] [#36761] + +### Fixed +- AI Featured Image: handle posts longer than the limit of Dall-e generation prompt. [#36703] + ## [0.11.0] - 2024-04-01 ### Added - AI Client: include prompt to generate featured image based on post content. [#36591] @@ -272,6 +282,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. [#31659] - Updated package dependencies. [#31785] +[0.12.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.10.1...v0.11.0 [0.10.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.9.0...v0.10.0 diff --git a/projects/js-packages/ai-client/changelog/add-error-rejection b/projects/js-packages/ai-client/changelog/add-error-rejection deleted file mode 100644 index 0c8a5f07bb969..0000000000000 --- a/projects/js-packages/ai-client/changelog/add-error-rejection +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Add error rejection in image generation diff --git a/projects/js-packages/ai-client/changelog/renovate-definitelytyped b/projects/js-packages/ai-client/changelog/renovate-definitelytyped deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/ai-client/changelog/renovate-definitelytyped +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/ai-client/changelog/renovate-storybook-monorepo b/projects/js-packages/ai-client/changelog/renovate-storybook-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/ai-client/changelog/renovate-storybook-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/ai-client/changelog/renovate-wordpress-monorepo b/projects/js-packages/ai-client/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/ai-client/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/ai-client/changelog/update-featured-image-handle-posts-longer-than-the-limit b/projects/js-packages/ai-client/changelog/update-featured-image-handle-posts-longer-than-the-limit deleted file mode 100644 index 70728b0a2c9f8..0000000000000 --- a/projects/js-packages/ai-client/changelog/update-featured-image-handle-posts-longer-than-the-limit +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -AI Featured Image: handle posts longer than the limit of Dall-e generation prompt. diff --git a/projects/js-packages/ai-client/package.json b/projects/js-packages/ai-client/package.json index 200fa4f074b97..5e8553b9ac77e 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.12.0-alpha", + "version": "0.12.0", "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 a8f9e750d811f..3fc29d4152350 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.5] - 2024-04-08 +### Added +- Add 'from' property to connection call to WP.com. [#36741] + ## [0.17.4] - 2024-04-08 ### Changed - Updated package dependencies. [#36760] @@ -318,6 +322,7 @@ - Add the API methods left behind by the previous PR. - Initial release of jetpack-api package +[0.17.5]: https://github.com/Automattic/jetpack-api/compare/v0.17.4...v0.17.5 [0.17.4]: https://github.com/Automattic/jetpack-api/compare/v0.17.3...v0.17.4 [0.17.3]: https://github.com/Automattic/jetpack-api/compare/v0.17.2...v0.17.3 [0.17.2]: https://github.com/Automattic/jetpack-api/compare/v0.17.1...v0.17.2 diff --git a/projects/js-packages/api/changelog/add-from-property-to-connection-call b/projects/js-packages/api/changelog/add-from-property-to-connection-call deleted file mode 100644 index 01408d11d2b60..0000000000000 --- a/projects/js-packages/api/changelog/add-from-property-to-connection-call +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Add from property to connection call to wpcom diff --git a/projects/js-packages/api/package.json b/projects/js-packages/api/package.json index 1afcbad447324..976831eb72167 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.5-alpha", + "version": "0.17.5", "description": "Jetpack Api Package", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/api/#readme", "bugs": { diff --git a/projects/js-packages/connection/CHANGELOG.md b/projects/js-packages/connection/CHANGELOG.md index 620e5cbf7e7e4..75c45dd039e8f 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.33.7] - 2024-04-08 +### Added +- Add 'from' property to connection call to WP.com. [#36741] + ## [0.33.6] - 2024-04-08 ### Changed - Updated package dependencies. [#36756, #36760, #36761] @@ -745,6 +749,7 @@ - `Main` and `ConnectUser` components added. - `JetpackRestApiClient` API client added. +[0.33.7]: https://github.com/Automattic/jetpack-connection-js/compare/v0.33.6...v0.33.7 [0.33.6]: https://github.com/Automattic/jetpack-connection-js/compare/v0.33.5...v0.33.6 [0.33.5]: https://github.com/Automattic/jetpack-connection-js/compare/v0.33.4...v0.33.5 [0.33.4]: https://github.com/Automattic/jetpack-connection-js/compare/v0.33.3...v0.33.4 diff --git a/projects/js-packages/connection/changelog/add-from-property-to-connection-call b/projects/js-packages/connection/changelog/add-from-property-to-connection-call deleted file mode 100644 index 01408d11d2b60..0000000000000 --- a/projects/js-packages/connection/changelog/add-from-property-to-connection-call +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Add from property to connection call to wpcom diff --git a/projects/js-packages/connection/package.json b/projects/js-packages/connection/package.json index 0d9f81a93e4c2..1d540eb09f0ed 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.33.7-alpha", + "version": "0.33.7", "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 9ebeb6c8554a4..633d2fc8fd44e 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.10.68 - 2024-04-08 +### Changed +- Updated package dependencies. [#36760] + ## 0.10.67 - 2024-03-27 ### Changed - Updated package dependencies. [#36585] 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 cb53d0d4012b4..9aba893df7f89 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.10.68-alpha", + "version": "0.10.68", "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 8108e9b43bd54..d5d75c05a1231 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.12.9 - 2024-04-08 +### Changed +- Updated package dependencies. [#36760] + ## 0.12.8 - 2024-03-27 ### Changed - Updated package dependencies. [#36585] 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 20a20949ba38b..80a77617cc048 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.12.9-alpha", + "version": "0.12.9", "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 3a66982a39488..12116de9b3f2e 100644 --- a/projects/js-packages/partner-coupon/CHANGELOG.md +++ b/projects/js-packages/partner-coupon/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.2.74 - 2024-04-08 +### Changed +- Updated package dependencies. [#36760] + +### Fixed +- Fix test with new from property when registering site. [#36741] + ## 0.2.73 - 2024-03-27 ### Changed - Updated package dependencies. [#36585] diff --git a/projects/js-packages/partner-coupon/changelog/add-from-property-to-connection-call b/projects/js-packages/partner-coupon/changelog/add-from-property-to-connection-call deleted file mode 100644 index 04f1c25321be3..0000000000000 --- a/projects/js-packages/partner-coupon/changelog/add-from-property-to-connection-call +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fix test with new from property when registering site 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 e1c499452d93e..c1d733fdc82c2 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.74-alpha", + "version": "0.2.74", "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 80d1205169412..03663afdb14af 100644 --- a/projects/js-packages/publicize-components/CHANGELOG.md +++ b/projects/js-packages/publicize-components/CHANGELOG.md @@ -5,6 +5,22 @@ 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.49.0] - 2024-04-08 +### Added +- Added options and UI for link formatting. [#36671] + +### Changed +- Extracted the connection toggle state logic. [#36776] +- Only show custom media picker for normal posts. [#36640] +- Updated package dependencies. [#36760] +- Updated package dependencies. [#36761] +- Update to the most recent version of Color Studio, 2.6.0. [#36751] + +### Fixed +- Fixed an issue where share as a social post was available free. [#36779] +- Fixed the (no title) link on the post publish panel. [#36718] +- Fixed the learn more link. [#36735] + ## [0.48.5] - 2024-03-27 ### Changed - Updated package dependencies. [#36585] @@ -624,6 +640,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#24470] +[0.49.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.48.5...v0.49.0 [0.48.5]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.48.4...v0.48.5 [0.48.4]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.48.3...v0.48.4 [0.48.3]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.48.2...v0.48.3 diff --git a/projects/js-packages/publicize-components/changelog/add-options-and-ui-for-link-formatting b/projects/js-packages/publicize-components/changelog/add-options-and-ui-for-link-formatting deleted file mode 100644 index 0cb966ded0a6a..0000000000000 --- a/projects/js-packages/publicize-components/changelog/add-options-and-ui-for-link-formatting +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Added options and UI for link formatting diff --git a/projects/js-packages/publicize-components/changelog/add-social-note-featured-image-block b/projects/js-packages/publicize-components/changelog/add-social-note-featured-image-block deleted file mode 100644 index 6b9835096597c..0000000000000 --- a/projects/js-packages/publicize-components/changelog/add-social-note-featured-image-block +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Only show custom media picker for normal posts diff --git a/projects/js-packages/publicize-components/changelog/fix-no-title-link-on-the-post-publish-panel b/projects/js-packages/publicize-components/changelog/fix-no-title-link-on-the-post-publish-panel deleted file mode 100644 index 1f714f43a0e06..0000000000000 --- a/projects/js-packages/publicize-components/changelog/fix-no-title-link-on-the-post-publish-panel +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fixed the (no title) link on the post publish panel diff --git a/projects/js-packages/publicize-components/changelog/fix-social-instagram-learn-more-link b/projects/js-packages/publicize-components/changelog/fix-social-instagram-learn-more-link deleted file mode 100644 index 9542ffe5e74fb..0000000000000 --- a/projects/js-packages/publicize-components/changelog/fix-social-instagram-learn-more-link +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fixed the learn more link diff --git a/projects/js-packages/publicize-components/changelog/fix-social-notes-share-as-a-social-post b/projects/js-packages/publicize-components/changelog/fix-social-notes-share-as-a-social-post deleted file mode 100644 index 00ecaca5222a5..0000000000000 --- a/projects/js-packages/publicize-components/changelog/fix-social-notes-share-as-a-social-post +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fixed an issue where share as a social post was available free diff --git a/projects/js-packages/publicize-components/changelog/renovate-definitelytyped b/projects/js-packages/publicize-components/changelog/renovate-definitelytyped deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/publicize-components/changelog/renovate-definitelytyped +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. 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/changelog/update-color-studio-260 b/projects/js-packages/publicize-components/changelog/update-color-studio-260 deleted file mode 100644 index c49b4d7d5622b..0000000000000 --- a/projects/js-packages/publicize-components/changelog/update-color-studio-260 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update to the most recent version of Color Studio, 2.6.0. diff --git a/projects/js-packages/publicize-components/changelog/update-extract-connection-state-logic b/projects/js-packages/publicize-components/changelog/update-extract-connection-state-logic deleted file mode 100644 index e4e00762c2c4f..0000000000000 --- a/projects/js-packages/publicize-components/changelog/update-extract-connection-state-logic +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Extracted the connection toggle state logic diff --git a/projects/js-packages/publicize-components/package.json b/projects/js-packages/publicize-components/package.json index ed111ccad0889..cba641afb3e3a 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.49.0-alpha", + "version": "0.49.0", "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/packages/abtest/CHANGELOG.md b/projects/packages/abtest/CHANGELOG.md index b6afcb5ca27d7..25809d2dd74b6 100644 --- a/projects/packages/abtest/CHANGELOG.md +++ b/projects/packages/abtest/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.2] - 2024-04-08 +### Changed +- Internal updates. + ## [2.0.1] - 2024-03-18 ### Changed - Internal updates. @@ -292,6 +296,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Introduce a simple A/B test package +[2.0.2]: https://github.com/Automattic/jetpack-abtest/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/Automattic/jetpack-abtest/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/Automattic/jetpack-abtest/compare/v1.10.14...v2.0.0 [1.10.14]: https://github.com/Automattic/jetpack-abtest/compare/v1.10.13...v1.10.14 diff --git a/projects/packages/abtest/changelog/fix-obvious-wrong-class-names b/projects/packages/abtest/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/abtest/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/backup-helper-script-manager/CHANGELOG.md b/projects/packages/backup-helper-script-manager/CHANGELOG.md index 94c022b684f09..b39cdad83ee69 100644 --- a/projects/packages/backup-helper-script-manager/CHANGELOG.md +++ b/projects/packages/backup-helper-script-manager/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.6] - 2024-04-08 +### Changed +- Internal updates. + ## [0.2.5] - 2024-03-25 ### Fixed - Backup: change some error messages to not trigger security scanners [#36496] @@ -33,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Initial release (improved helper script installer logging). [#34297] +[0.2.6]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.2.5...v0.2.6 [0.2.5]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.2.4...v0.2.5 [0.2.4]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.2.3...v0.2.4 [0.2.3]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.2.2...v0.2.3 diff --git a/projects/packages/backup-helper-script-manager/changelog/fix-obvious-wrong-class-names b/projects/packages/backup-helper-script-manager/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/backup-helper-script-manager/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/backup/CHANGELOG.md b/projects/packages/backup/CHANGELOG.md index 81c981d2b9cd2..cd5c1bded6435 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.3.6] - 2024-04-08 +### Changed +- Updated package dependencies. [#36760] + ## [3.3.5] - 2024-04-01 ### Changed - Update dependencies. [#36655] @@ -597,6 +601,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.3.6]: https://github.com/Automattic/jetpack-backup/compare/v3.3.5...v3.3.6 [3.3.5]: https://github.com/Automattic/jetpack-backup/compare/v3.3.4...v3.3.5 [3.3.4]: https://github.com/Automattic/jetpack-backup/compare/v3.3.3...v3.3.4 [3.3.3]: https://github.com/Automattic/jetpack-backup/compare/v3.3.2...v3.3.3 diff --git a/projects/packages/backup/changelog/fix-obvious-wrong-class-names b/projects/packages/backup/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/backup/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - 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 ec8ed25803b14..a1f11b02d446a 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.3.6-alpha'; + const PACKAGE_VERSION = '3.3.6'; const PACKAGE_SLUG = 'backup'; diff --git a/projects/packages/blaze/CHANGELOG.md b/projects/packages/blaze/CHANGELOG.md index 3787e56c4304a..57abc6ca59d97 100644 --- a/projects/packages/blaze/CHANGELOG.md +++ b/projects/packages/blaze/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.2] - 2024-04-08 +### Changed +- Updated package dependencies. [#36760] + ## [0.20.1] - 2024-04-01 ### Added - Change Phan baselines. [#36627] @@ -338,6 +342,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#27906] +[0.20.2]: https://github.com/automattic/jetpack-blaze/compare/v0.20.1...v0.20.2 [0.20.1]: https://github.com/automattic/jetpack-blaze/compare/v0.20.0...v0.20.1 [0.20.0]: https://github.com/automattic/jetpack-blaze/compare/v0.19.3...v0.20.0 [0.19.3]: https://github.com/automattic/jetpack-blaze/compare/v0.19.2...v0.19.3 diff --git a/projects/packages/blaze/changelog/fix-obvious-wrong-class-names b/projects/packages/blaze/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/blaze/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - 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/package.json b/projects/packages/blaze/package.json index 8cb9f342fd792..679f01f91222f 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.20.2-alpha", + "version": "0.20.3-alpha", "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 4a165e223ce41..6c742a293bd26 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.20.2-alpha'; + const PACKAGE_VERSION = '0.20.3-alpha'; /** * List of dependencies needed to render the dashboard in wp-admin. diff --git a/projects/packages/blocks/CHANGELOG.md b/projects/packages/blocks/CHANGELOG.md index b5263fbe79b8e..a0fa2d2e36914 100644 --- a/projects/packages/blocks/CHANGELOG.md +++ b/projects/packages/blocks/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.2] - 2024-04-08 +### Changed +- Internal updates. + ## [2.0.1] - 2024-03-18 ### Changed - Internal updates. @@ -174,6 +178,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Blocks: introduce new package for block management +[2.0.2]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/Automattic/jetpack-blocks/compare/v1.6.2...v2.0.0 [1.6.2]: https://github.com/Automattic/jetpack-blocks/compare/v1.6.1...v1.6.2 diff --git a/projects/packages/blocks/changelog/fix-obvious-wrong-class-names b/projects/packages/blocks/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/blocks/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/boost-speed-score/CHANGELOG.md b/projects/packages/boost-speed-score/CHANGELOG.md index da2642225dbb6..065ab8e156155 100644 --- a/projects/packages/boost-speed-score/CHANGELOG.md +++ b/projects/packages/boost-speed-score/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.10] - 2024-04-08 +### Changed +- Bump project version. [#36072] + ## [0.3.9] - 2024-03-27 ### Added - Use `jetpack_boost_critical_css_environment_changed` hook instead of `handle_environment_change` [#36519] @@ -76,6 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add a new package for Boost Speed Score [#30914] - Add a new argument to `Speed_Score` to identify where the request was made from (e.g. 'boost-plugin', 'jetpack-dashboard', etc). [#31012] +[0.3.10]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.9...v0.3.10 [0.3.9]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.8...v0.3.9 [0.3.8]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.7...v0.3.8 [0.3.7]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.6...v0.3.7 diff --git a/projects/packages/boost-speed-score/changelog/add-my-jetpack-boost-score-increase b/projects/packages/boost-speed-score/changelog/add-my-jetpack-boost-score-increase deleted file mode 100644 index 2105cf97bb140..0000000000000 --- a/projects/packages/boost-speed-score/changelog/add-my-jetpack-boost-score-increase +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Bump project version diff --git a/projects/packages/boost-speed-score/changelog/fix-obvious-wrong-class-names b/projects/packages/boost-speed-score/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/boost-speed-score/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/boost-speed-score/src/class-speed-score.php b/projects/packages/boost-speed-score/src/class-speed-score.php index 434acdec93946..7d773a82ea632 100644 --- a/projects/packages/boost-speed-score/src/class-speed-score.php +++ b/projects/packages/boost-speed-score/src/class-speed-score.php @@ -23,7 +23,7 @@ */ class Speed_Score { - const PACKAGE_VERSION = '0.3.10-alpha'; + const PACKAGE_VERSION = '0.3.10'; /** * Array of module slugs that are currently active and can impact speed score. diff --git a/projects/packages/compat/CHANGELOG.md b/projects/packages/compat/CHANGELOG.md index 53e395cf8ffca..e681859be0d0b 100644 --- a/projects/packages/compat/CHANGELOG.md +++ b/projects/packages/compat/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.0.1] - 2024-04-08 +### Changed +- Update GlotPress locales. [#36748] + ## [3.0.0] - 2024-03-25 ### Removed - General: remove past compatibility layer that is not being used anywhere anymore. [#36157] @@ -143,6 +147,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Jetpack 7.5: Back compatibility package +[3.0.1]: https://github.com/Automattic/jetpack-compat/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/Automattic/jetpack-compat/compare/v2.0.1...v3.0.0 [2.0.1]: https://github.com/Automattic/jetpack-compat/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/Automattic/jetpack-compat/compare/v1.7.8...v2.0.0 diff --git a/projects/packages/compat/changelog/update-glotpress-locales b/projects/packages/compat/changelog/update-glotpress-locales deleted file mode 100644 index 47eb3b37ce6c7..0000000000000 --- a/projects/packages/compat/changelog/update-glotpress-locales +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update GlotPress locales diff --git a/projects/packages/connection/CHANGELOG.md b/projects/packages/connection/CHANGELOG.md index 961ef258bb447..734051fbf5238 100644 --- a/projects/packages/connection/CHANGELOG.md +++ b/projects/packages/connection/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.7.1] - 2024-04-08 +### Changed +- Updated package dependencies. [#36760] + ## [2.7.0] - 2024-03-27 ### Added - Add 'test_connection' endpoint to check for blog token validity. [#36471] @@ -1012,6 +1016,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Separate the connection library into its own package. +[2.7.1]: https://github.com/Automattic/jetpack-connection/compare/v2.7.0...v2.7.1 [2.7.0]: https://github.com/Automattic/jetpack-connection/compare/v2.6.2...v2.7.0 [2.6.2]: https://github.com/Automattic/jetpack-connection/compare/v2.6.1...v2.6.2 [2.6.1]: https://github.com/Automattic/jetpack-connection/compare/v2.6.0...v2.6.1 diff --git a/projects/packages/connection/changelog/fix-obvious-wrong-class-names b/projects/packages/connection/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/connection/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - 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/src/class-package-version.php b/projects/packages/connection/src/class-package-version.php index fd9a634055f22..b9f3ed5d3ecc7 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 = '2.7.1-alpha'; + const PACKAGE_VERSION = '2.7.1'; const PACKAGE_SLUG = 'connection'; diff --git a/projects/packages/device-detection/CHANGELOG.md b/projects/packages/device-detection/CHANGELOG.md index 9bda3f34c3b1b..1adce0dcb9b37 100644 --- a/projects/packages/device-detection/CHANGELOG.md +++ b/projects/packages/device-detection/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). +## [2.1.3] - 2024-04-08 +### Added +- Added functionality for extracting the browser and desktop platform from a user agent. [#36568] + +### Changed +- Add new bots. [#36477] + ## [2.1.2] - 2024-03-18 ### Changed - Internal updates. @@ -189,6 +196,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Moving jetpack_is_mobile into a package +[2.1.3]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.2...v2.1.3 [2.1.2]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/Automattic/jetpack-device-detection/compare/v2.0.1...v2.1.0 diff --git a/projects/packages/device-detection/changelog/Add get_browser capability for device stats b/projects/packages/device-detection/changelog/Add get_browser capability for device stats deleted file mode 100644 index c52e5cf94307c..0000000000000 --- a/projects/packages/device-detection/changelog/Add get_browser capability for device stats +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Added functionality for extracting the browser and desktop platform from a user agent diff --git a/projects/packages/device-detection/changelog/fix-obvious-wrong-class-names b/projects/packages/device-detection/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 3c23bd409dc15..0000000000000 --- a/projects/packages/device-detection/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Update phan baseline. - - diff --git a/projects/packages/device-detection/changelog/update-bot-list b/projects/packages/device-detection/changelog/update-bot-list deleted file mode 100644 index e30f6842f65da..0000000000000 --- a/projects/packages/device-detection/changelog/update-bot-list +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Add new bots diff --git a/projects/packages/forms/CHANGELOG.md b/projects/packages/forms/CHANGELOG.md index abfcd2fa44112..d54ca412ce94c 100644 --- a/projects/packages/forms/CHANGELOG.md +++ b/projects/packages/forms/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.30.14] - 2024-04-08 +### Changed +- Updated package dependencies. [#36760] +- Update to the most recent version of Color Studio, 2.6.0. [#36751] + ## [0.30.13] - 2024-03-27 ### Changed - Updated package dependencies. [#36585] @@ -530,6 +535,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.30.14]: https://github.com/automattic/jetpack-forms/compare/v0.30.13...v0.30.14 [0.30.13]: https://github.com/automattic/jetpack-forms/compare/v0.30.12...v0.30.13 [0.30.12]: https://github.com/automattic/jetpack-forms/compare/v0.30.11...v0.30.12 [0.30.11]: https://github.com/automattic/jetpack-forms/compare/v0.30.10...v0.30.11 diff --git a/projects/packages/forms/changelog/fix-obvious-wrong-class-names b/projects/packages/forms/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/forms/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - 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/changelog/update-color-studio-260 b/projects/packages/forms/changelog/update-color-studio-260 deleted file mode 100644 index c49b4d7d5622b..0000000000000 --- a/projects/packages/forms/changelog/update-color-studio-260 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update to the most recent version of Color Studio, 2.6.0. diff --git a/projects/packages/forms/package.json b/projects/packages/forms/package.json index d0e28e58edd38..f07bb86d3e424 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.30.14-alpha", + "version": "0.30.14", "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 617dd3f88705e..ea521835a6220 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.30.14-alpha'; + const PACKAGE_VERSION = '0.30.14'; /** * Load the contact form module. diff --git a/projects/packages/identity-crisis/CHANGELOG.md b/projects/packages/identity-crisis/CHANGELOG.md index 2c8a4b6202bc4..e1297526e6117 100644 --- a/projects/packages/identity-crisis/CHANGELOG.md +++ b/projects/packages/identity-crisis/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.18.3] - 2024-04-08 +### Changed +- Updated package dependencies. [#36760] + ## [0.18.2] - 2024-04-02 ### Changed - Internal updates. @@ -528,6 +532,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Use Connection/Urls for home_url and site_url functions migrated from Sync. +[0.18.3]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.2...v0.18.3 [0.18.2]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.1...v0.18.2 [0.18.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.0...v0.18.1 [0.18.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.17.6...v0.18.0 diff --git a/projects/packages/identity-crisis/changelog/fix-obvious-wrong-class-names b/projects/packages/identity-crisis/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/identity-crisis/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/identity-crisis/changelog/renovate-wordpress-monorepo b/projects/packages/identity-crisis/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/identity-crisis/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/identity-crisis/package.json b/projects/packages/identity-crisis/package.json index b485cb8fb78aa..471ec9a809cd0 100644 --- a/projects/packages/identity-crisis/package.json +++ b/projects/packages/identity-crisis/package.json @@ -1,6 +1,6 @@ { "name": "jetpack-identity-crisis", - "version": "0.18.3-alpha", + "version": "0.18.3", "description": "Jetpack Identity Crisis", "main": "_inc/admin.jsx", "repository": { diff --git a/projects/packages/identity-crisis/src/class-identity-crisis.php b/projects/packages/identity-crisis/src/class-identity-crisis.php index 6f3d00be57562..1c488f6f954b7 100644 --- a/projects/packages/identity-crisis/src/class-identity-crisis.php +++ b/projects/packages/identity-crisis/src/class-identity-crisis.php @@ -26,7 +26,7 @@ class Identity_Crisis { /** * Package Version */ - const PACKAGE_VERSION = '0.18.3-alpha'; + const PACKAGE_VERSION = '0.18.3'; /** * Package Slug diff --git a/projects/packages/image-cdn/CHANGELOG.md b/projects/packages/image-cdn/CHANGELOG.md index b766d3280c234..3f8f1ed85a0ed 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.3.4] - 2024-04-08 +### Changed +- Update filter docblock to match possible types. [#36731] + ## [0.3.3] - 2024-03-15 ### Changed - Internal updates. @@ -69,6 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add image CDN package. [#29561] +[0.3.4]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.3...v0.3.4 [0.3.3]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.0...v0.3.1 diff --git a/projects/packages/image-cdn/changelog/fix-obvious-wrong-class-names b/projects/packages/image-cdn/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/image-cdn/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/image-cdn/changelog/update-photon-filter-doc b/projects/packages/image-cdn/changelog/update-photon-filter-doc deleted file mode 100644 index dbbb5302f2f6d..0000000000000 --- a/projects/packages/image-cdn/changelog/update-photon-filter-doc +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update filter docblock to match possible types. diff --git a/projects/packages/image-cdn/package.json b/projects/packages/image-cdn/package.json index 9f6841d67e006..efabdde55fa98 100644 --- a/projects/packages/image-cdn/package.json +++ b/projects/packages/image-cdn/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-image-cdn", - "version": "0.3.4-alpha", + "version": "0.3.4", "description": "Serve images through Jetpack's powerful CDN", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/image-cdn/#readme", "bugs": { diff --git a/projects/packages/image-cdn/src/class-image-cdn.php b/projects/packages/image-cdn/src/class-image-cdn.php index 3e5c21212abfc..4f908364f9a3f 100644 --- a/projects/packages/image-cdn/src/class-image-cdn.php +++ b/projects/packages/image-cdn/src/class-image-cdn.php @@ -14,7 +14,7 @@ */ final class Image_CDN { - const PACKAGE_VERSION = '0.3.4-alpha'; + const PACKAGE_VERSION = '0.3.4'; /** * Singleton. diff --git a/projects/packages/import/CHANGELOG.md b/projects/packages/import/CHANGELOG.md index 5795f1414cd52..4e8dd705e6ca2 100644 --- a/projects/packages/import/CHANGELOG.md +++ b/projects/packages/import/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.8.3] - 2024-04-08 +### Changed +- Internal updates. + ## [0.8.2] - 2024-03-18 ### Changed - Internal updates. @@ -86,6 +90,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed various imported resources hierarchies [#29012] +[0.8.3]: https://github.com/Automattic/jetpack-import/compare/v0.8.2...v0.8.3 [0.8.2]: https://github.com/Automattic/jetpack-import/compare/v0.8.1...v0.8.2 [0.8.1]: https://github.com/Automattic/jetpack-import/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/Automattic/jetpack-import/compare/v0.7.4...v0.8.0 diff --git a/projects/packages/import/changelog/fix-obvious-wrong-class-names b/projects/packages/import/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/import/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/import/package.json b/projects/packages/import/package.json index 6876719111397..2f58225fbd4fe 100644 --- a/projects/packages/import/package.json +++ b/projects/packages/import/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-import", - "version": "0.8.3-alpha", + "version": "0.8.3", "description": "Set of REST API routes used in WPCOM Unified Importer.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/import/#readme", "bugs": { diff --git a/projects/packages/import/src/class-main.php b/projects/packages/import/src/class-main.php index bc4b713139d21..d3b39531e073b 100644 --- a/projects/packages/import/src/class-main.php +++ b/projects/packages/import/src/class-main.php @@ -20,7 +20,7 @@ class Main { * * @var string */ - const PACKAGE_VERSION = '0.8.3-alpha'; + const PACKAGE_VERSION = '0.8.3'; /** * A list of all the routes. diff --git a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md b/projects/packages/jetpack-mu-wpcom/CHANGELOG.md index 903463f95fc3a..39df4acf7da22 100644 --- a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md +++ b/projects/packages/jetpack-mu-wpcom/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). +## [5.23.2] - 2024-04-08 +### Changed +- Updated package dependencies. [#36760] [#36761] [#36788] + ## [5.23.1] - 2024-04-05 ### Changed - Update dependencies. @@ -707,6 +711,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Testing initial package release. +[5.23.2]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.23.1...v5.23.2 [5.23.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.23.0...v5.23.1 [5.23.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.22.0...v5.23.0 [5.22.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.21.0...v5.22.0 diff --git a/projects/packages/jetpack-mu-wpcom/changelog/fix-obvious-wrong-class-names b/projects/packages/jetpack-mu-wpcom/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/jetpack-mu-wpcom/changelog/renovate-definitelytyped b/projects/packages/jetpack-mu-wpcom/changelog/renovate-definitelytyped deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/renovate-definitelytyped +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/jetpack-mu-wpcom/changelog/renovate-playwright-monorepo b/projects/packages/jetpack-mu-wpcom/changelog/renovate-playwright-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/renovate-playwright-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/jetpack-mu-wpcom/changelog/renovate-wordpress-monorepo b/projects/packages/jetpack-mu-wpcom/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/jetpack-mu-wpcom/package.json b/projects/packages/jetpack-mu-wpcom/package.json index fd42b507a414b..dd66c58ba064c 100644 --- a/projects/packages/jetpack-mu-wpcom/package.json +++ b/projects/packages/jetpack-mu-wpcom/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom", - "version": "5.23.2-alpha", + "version": "5.23.2", "description": "Enhances your site with features powered by WordPress.com", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/jetpack-mu-wpcom/#readme", "bugs": { diff --git a/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php b/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php index 545dc1a0524bb..44de70c745e6a 100644 --- a/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php +++ b/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php @@ -13,7 +13,7 @@ * Jetpack_Mu_Wpcom main class. */ class Jetpack_Mu_Wpcom { - const PACKAGE_VERSION = '5.23.2-alpha'; + const PACKAGE_VERSION = '5.23.2'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__; diff --git a/projects/packages/jitm/CHANGELOG.md b/projects/packages/jitm/CHANGELOG.md index 6495cc42a2711..92b41b33c637f 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.4] - 2024-04-08 +### Changed +- Updated package dependencies. [#36760] + ## [3.1.3] - 2024-03-27 ### Changed - Updated package dependencies. [#36585] @@ -691,6 +695,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update Jetpack to use new JITM package +[3.1.4]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.3...v3.1.4 [3.1.3]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.2...v3.1.3 [3.1.2]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.1...v3.1.2 [3.1.1]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.0...v3.1.1 diff --git a/projects/packages/jitm/changelog/fix-obvious-wrong-class-names b/projects/packages/jitm/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/jitm/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - 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 fb698ca4827f4..c575ecd668b64 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.4-alpha'; + const PACKAGE_VERSION = '3.1.5-alpha'; /** * The configuration method that is called from the jetpack-config package. diff --git a/projects/packages/licensing/CHANGELOG.md b/projects/packages/licensing/CHANGELOG.md index 930acd03326a0..ee278811f1cb4 100644 --- a/projects/packages/licensing/CHANGELOG.md +++ b/projects/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). +## [2.0.4] - 2024-04-08 +### Changed +- Internal updates. + ## [2.0.3] - 2024-03-25 ### Changed - Internal updates. @@ -264,6 +268,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Licensing: Add support for Jetpack licenses +[2.0.4]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.0...v2.0.1 diff --git a/projects/packages/licensing/changelog/fix-obvious-wrong-class-names b/projects/packages/licensing/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/licensing/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/my-jetpack/CHANGELOG.md b/projects/packages/my-jetpack/CHANGELOG.md index 747c077042fcd..dbde4e5b6313e 100644 --- a/projects/packages/my-jetpack/CHANGELOG.md +++ b/projects/packages/my-jetpack/CHANGELOG.md @@ -5,6 +5,24 @@ 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.21.0] - 2024-04-08 +### Added +- Add 'from' property to connection call to WP.com. [#36741] +- My Jetpack: Update Notice component to allow adding a loading text when an action is in a loading state. Add a new resetNotice action to NoticeContext. [#36614] + +### Changed +- My Jetpack: Show Boost score increase in Boost product card. [#36072] +- Updated package dependencies. [#36756] [#36760] [#36761] +- Update My Jetpack to use the Notice component from @automattic/jetpack-components and be more consistent with the other notices in Jetpack. [#36711] + +### Removed +- My Jetpack: Removed custom Notice component from My Jetpack. [#36772] +- My Jetpack: Remove red bubble from connection notice in favor of using the status of the Notice component. [#36773] + +### Fixed +- Fix cache on front end request for boost speed scores [#36700] +- fix tier upgrades in my Jetpack [#36705] + ## [4.20.2] - 2024-04-02 ### Fixed - Fix Boost score inconsistency [#36679] @@ -1407,6 +1425,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created package +[4.21.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.20.2...4.21.0 [4.20.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.20.1...4.20.2 [4.20.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.20.0...4.20.1 [4.20.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.19.0...4.20.0 diff --git a/projects/packages/my-jetpack/changelog/add-from-property-to-connection-call b/projects/packages/my-jetpack/changelog/add-from-property-to-connection-call deleted file mode 100644 index 01408d11d2b60..0000000000000 --- a/projects/packages/my-jetpack/changelog/add-from-property-to-connection-call +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Add from property to connection call to wpcom diff --git a/projects/packages/my-jetpack/changelog/add-my-jetpack-boost-score-increase b/projects/packages/my-jetpack/changelog/add-my-jetpack-boost-score-increase deleted file mode 100644 index c3fb8965b7df0..0000000000000 --- a/projects/packages/my-jetpack/changelog/add-my-jetpack-boost-score-increase +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -My Jetpack: Show Boost score increase in Boost product card. diff --git a/projects/packages/my-jetpack/changelog/fix-cache-on-front-end-boost-scores b/projects/packages/my-jetpack/changelog/fix-cache-on-front-end-boost-scores deleted file mode 100644 index 007dd3bcb3835..0000000000000 --- a/projects/packages/my-jetpack/changelog/fix-cache-on-front-end-boost-scores +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fix cache on front end request for boost speed scores diff --git a/projects/packages/my-jetpack/changelog/fix-obvious-wrong-class-names b/projects/packages/my-jetpack/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/my-jetpack/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/my-jetpack/changelog/fix-tier-upgrades-my-jetpack b/projects/packages/my-jetpack/changelog/fix-tier-upgrades-my-jetpack deleted file mode 100644 index 57d5dfd28b497..0000000000000 --- a/projects/packages/my-jetpack/changelog/fix-tier-upgrades-my-jetpack +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -fix tier upgrades in my Jetpack diff --git a/projects/packages/my-jetpack/changelog/remove-my-jetpack-custom-notice b/projects/packages/my-jetpack/changelog/remove-my-jetpack-custom-notice deleted file mode 100644 index 74d25a63ed66b..0000000000000 --- a/projects/packages/my-jetpack/changelog/remove-my-jetpack-custom-notice +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: removed - -My Jetpack: removed custom Notice component from My Jetpack diff --git a/projects/packages/my-jetpack/changelog/remove-red-bubble-logic-connection-notice b/projects/packages/my-jetpack/changelog/remove-red-bubble-logic-connection-notice deleted file mode 100644 index c03c4d5ff4a55..0000000000000 --- a/projects/packages/my-jetpack/changelog/remove-red-bubble-logic-connection-notice +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: removed - -My Jetpack: remove red bubble from connection notice in favor of using the status of the Notice component diff --git a/projects/packages/my-jetpack/changelog/renovate-definitelytyped b/projects/packages/my-jetpack/changelog/renovate-definitelytyped deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/my-jetpack/changelog/renovate-definitelytyped +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/my-jetpack/changelog/renovate-storybook-monorepo b/projects/packages/my-jetpack/changelog/renovate-storybook-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/my-jetpack/changelog/renovate-storybook-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. 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/update-connection-and-notice-behavior b/projects/packages/my-jetpack/changelog/update-connection-and-notice-behavior deleted file mode 100644 index c844fa19e8dac..0000000000000 --- a/projects/packages/my-jetpack/changelog/update-connection-and-notice-behavior +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -My Jetpack: update Notice component to allow adding a loading text when an action is in a loading state. Add a new resetNotice action to NoticeContext diff --git a/projects/packages/my-jetpack/changelog/update-my-jetpack-notice b/projects/packages/my-jetpack/changelog/update-my-jetpack-notice deleted file mode 100644 index 49fd8db8bc193..0000000000000 --- a/projects/packages/my-jetpack/changelog/update-my-jetpack-notice +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Update My Jetpack to use the Notice component from @automattic/jetpack-components and be more consistent with the other notices in Jetpack diff --git a/projects/packages/my-jetpack/package.json b/projects/packages/my-jetpack/package.json index 2c35c5e6b38d0..85245efc68c44 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.21.0-alpha", + "version": "4.21.1-alpha", "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 baeb28b1dc033..d237b886f3205 100644 --- a/projects/packages/my-jetpack/src/class-initializer.php +++ b/projects/packages/my-jetpack/src/class-initializer.php @@ -37,7 +37,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '4.21.0-alpha'; + const PACKAGE_VERSION = '4.21.1-alpha'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/projects/packages/plans/CHANGELOG.md b/projects/packages/plans/CHANGELOG.md index 477bfa4c9abf3..1859e97c090f0 100644 --- a/projects/packages/plans/CHANGELOG.md +++ b/projects/packages/plans/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.4.4] - 2024-04-08 +### Changed +- Internal updates. + ## [0.4.3] - 2024-03-12 ### Changed - Internal updates. @@ -122,6 +126,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated - Moved the options class into Connection. [#24095] +[0.4.4]: https://github.com/Automattic/jetpack-plans/compare/v0.4.3...v0.4.4 [0.4.3]: https://github.com/Automattic/jetpack-plans/compare/v0.4.2...v0.4.3 [0.4.2]: https://github.com/Automattic/jetpack-plans/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/Automattic/jetpack-plans/compare/v0.4.0...v0.4.1 diff --git a/projects/packages/plans/changelog/fix-obvious-wrong-class-names b/projects/packages/plans/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/plans/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/plans/package.json b/projects/packages/plans/package.json index b4eb16f810bb1..9ec75e63e95fd 100644 --- a/projects/packages/plans/package.json +++ b/projects/packages/plans/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-plans", - "version": "0.4.4-alpha", + "version": "0.4.4", "description": "Fetch information about Jetpack Plans from wpcom", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/plans/#readme", "bugs": { diff --git a/projects/packages/plugins-installer/CHANGELOG.md b/projects/packages/plugins-installer/CHANGELOG.md index 0c2ad98acf9c6..3ce6215b39e63 100644 --- a/projects/packages/plugins-installer/CHANGELOG.md +++ b/projects/packages/plugins-installer/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.4] - 2024-04-08 +### Changed +- Internal updates. + ## [0.3.3] - 2024-03-25 ### Changed - Internal updates. @@ -74,6 +78,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix method logic +[0.3.4]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.3...v0.3.4 [0.3.3]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.0...v0.3.1 diff --git a/projects/packages/plugins-installer/changelog/fix-obvious-wrong-class-names b/projects/packages/plugins-installer/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/plugins-installer/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/post-list/CHANGELOG.md b/projects/packages/post-list/CHANGELOG.md index 15b1c66af9c21..a95cc5aea0f25 100644 --- a/projects/packages/post-list/CHANGELOG.md +++ b/projects/packages/post-list/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.2] - 2024-04-08 +### Changed +- Internal updates. + ## [0.6.1] - 2024-03-18 ### Changed - Internal updates. @@ -102,6 +106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the default columns displayed on the post and page list screens - Refactored thumbnail preview to function server side. All javascript removed. +[0.6.2]: https://github.com/automattic/jetpack-post-list/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/automattic/jetpack-post-list/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/automattic/jetpack-post-list/compare/v0.5.1...v0.6.0 [0.5.1]: https://github.com/automattic/jetpack-post-list/compare/v0.5.0...v0.5.1 diff --git a/projects/packages/post-list/changelog/fix-obvious-wrong-class-names b/projects/packages/post-list/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/post-list/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/post-list/src/class-post-list.php b/projects/packages/post-list/src/class-post-list.php index f6abf8da66960..7b1295f856188 100644 --- a/projects/packages/post-list/src/class-post-list.php +++ b/projects/packages/post-list/src/class-post-list.php @@ -15,7 +15,7 @@ */ class Post_List { - const PACKAGE_VERSION = '0.6.2-alpha'; + const PACKAGE_VERSION = '0.6.2'; const FEATURE = 'enhanced_post_list'; /** diff --git a/projects/packages/publicize/CHANGELOG.md b/projects/packages/publicize/CHANGELOG.md index a7570865304c1..e2096633da891 100644 --- a/projects/packages/publicize/CHANGELOG.md +++ b/projects/packages/publicize/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.42.9] - 2024-04-08 +### Changed +- Updated package dependencies. [#36760] + +### Fixed +- Fixed the learn more link. [#36735] + ## [0.42.8] - 2024-03-27 ### Changed - Updated package dependencies. [#36585] @@ -510,6 +517,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Update package.json metadata. +[0.42.9]: https://github.com/Automattic/jetpack-publicize/compare/v0.42.8...v0.42.9 [0.42.8]: https://github.com/Automattic/jetpack-publicize/compare/v0.42.7...v0.42.8 [0.42.7]: https://github.com/Automattic/jetpack-publicize/compare/v0.42.6...v0.42.7 [0.42.6]: https://github.com/Automattic/jetpack-publicize/compare/v0.42.5...v0.42.6 diff --git a/projects/packages/publicize/changelog/fix-obvious-wrong-class-names b/projects/packages/publicize/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/publicize/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/publicize/changelog/fix-social-instagram-learn-more-link b/projects/packages/publicize/changelog/fix-social-instagram-learn-more-link deleted file mode 100644 index 9542ffe5e74fb..0000000000000 --- a/projects/packages/publicize/changelog/fix-social-instagram-learn-more-link +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fixed the learn more link 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 2ae97cf262ba9..ee547c8a060ab 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.42.9-alpha", + "version": "0.42.9", "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/scheduled-updates/CHANGELOG.md b/projects/packages/scheduled-updates/CHANGELOG.md index d7b6844e90645..abe0a65c09a4a 100644 --- a/projects/packages/scheduled-updates/CHANGELOG.md +++ b/projects/packages/scheduled-updates/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.7.1] - 2024-04-08 +### Fixed +- Delete logs after scheduled update deletion. [#36778] + ## [0.7.0] - 2024-04-05 ### Changed - Infer scheduled update status from logs [#36752] @@ -107,6 +111,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Generate initial package for Scheduled Updates [#35796] +[0.7.1]: https://github.com/Automattic/scheduled-updates/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/Automattic/scheduled-updates/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/Automattic/scheduled-updates/compare/v0.5.3...v0.6.0 [0.5.3]: https://github.com/Automattic/scheduled-updates/compare/v0.5.2...v0.5.3 diff --git a/projects/packages/scheduled-updates/changelog/fix-scheduled-update-delete-logs b/projects/packages/scheduled-updates/changelog/fix-scheduled-update-delete-logs deleted file mode 100644 index db008646b9aa7..0000000000000 --- a/projects/packages/scheduled-updates/changelog/fix-scheduled-update-delete-logs +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Delete logs after scheduled update deletion. diff --git a/projects/packages/scheduled-updates/src/class-scheduled-updates.php b/projects/packages/scheduled-updates/src/class-scheduled-updates.php index 09a3b15c77270..331178f7ee054 100644 --- a/projects/packages/scheduled-updates/src/class-scheduled-updates.php +++ b/projects/packages/scheduled-updates/src/class-scheduled-updates.php @@ -20,7 +20,7 @@ class Scheduled_Updates { * * @var string */ - const PACKAGE_VERSION = '0.7.1-alpha'; + const PACKAGE_VERSION = '0.7.1'; /** * The cron event hook for the scheduled plugins update. diff --git a/projects/packages/search/CHANGELOG.md b/projects/packages/search/CHANGELOG.md index d3e0daa1a800d..5dc311bd211e1 100644 --- a/projects/packages/search/CHANGELOG.md +++ b/projects/packages/search/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.44.0] - 2024-04-08 +### Changed +- Updated package dependencies. [#36760] +- Update to the most recent version of Color Studio, 2.6.0. [#36751] + +### Removed +- Removed add Search license link for simple sites due to My Jetpack inavailability. [#36667] + ## [0.43.8] - 2024-03-27 ### Changed - Updated package dependencies. [#36585] @@ -925,6 +933,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.44.0]: https://github.com/Automattic/jetpack-search/compare/v0.43.8...v0.44.0 [0.43.8]: https://github.com/Automattic/jetpack-search/compare/v0.43.7...v0.43.8 [0.43.7]: https://github.com/Automattic/jetpack-search/compare/v0.43.6...v0.43.7 [0.43.6]: https://github.com/Automattic/jetpack-search/compare/v0.43.5...v0.43.6 diff --git a/projects/packages/search/changelog/fix-obvious-wrong-class-names b/projects/packages/search/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/search/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/search/changelog/remove-wpcom-simple-site-search-add-license b/projects/packages/search/changelog/remove-wpcom-simple-site-search-add-license deleted file mode 100644 index 376f26440081b..0000000000000 --- a/projects/packages/search/changelog/remove-wpcom-simple-site-search-add-license +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: removed - -Removed add Search license link for simple sites due to My Jetpack inavailability. 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/changelog/update-color-studio-260 b/projects/packages/search/changelog/update-color-studio-260 deleted file mode 100644 index c49b4d7d5622b..0000000000000 --- a/projects/packages/search/changelog/update-color-studio-260 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update to the most recent version of Color Studio, 2.6.0. diff --git a/projects/packages/search/package.json b/projects/packages/search/package.json index 60fa9c7b53fa0..bdd5d874e19df 100644 --- a/projects/packages/search/package.json +++ b/projects/packages/search/package.json @@ -1,6 +1,6 @@ { "name": "jetpack-search", - "version": "0.44.0-alpha", + "version": "0.44.0", "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 fd12e350785e9..e84c760d4f88d 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.44.0-alpha'; + const VERSION = '0.44.0'; const SLUG = 'search'; /** diff --git a/projects/packages/stats-admin/CHANGELOG.md b/projects/packages/stats-admin/CHANGELOG.md index 1257173d5fadb..779ae3dc5fe4f 100644 --- a/projects/packages/stats-admin/CHANGELOG.md +++ b/projects/packages/stats-admin/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.18.1 - 2024-04-08 +### Fixed +- Change Odyssey Stats default admin menu name and slug for Simple Classic. [#36689] + ## 0.18.0 - 2024-04-01 ### Added - Change Phan baselines. [#36627] diff --git a/projects/packages/stats-admin/changelog/fix-obvious-wrong-class-names b/projects/packages/stats-admin/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/stats-admin/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/stats-admin/changelog/update-odyssey-stats-menu b/projects/packages/stats-admin/changelog/update-odyssey-stats-menu deleted file mode 100644 index 185cf20c2d568..0000000000000 --- a/projects/packages/stats-admin/changelog/update-odyssey-stats-menu +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Change Odyssey Stats default admin menu name and slug for Simple Classic. diff --git a/projects/packages/stats-admin/package.json b/projects/packages/stats-admin/package.json index 549de5d9fd3ee..9e1ad4d427d4e 100644 --- a/projects/packages/stats-admin/package.json +++ b/projects/packages/stats-admin/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-stats-admin", - "version": "0.18.1-alpha", + "version": "0.18.1", "description": "Stats Dashboard", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/stats-admin/#readme", "bugs": { diff --git a/projects/packages/stats-admin/src/class-main.php b/projects/packages/stats-admin/src/class-main.php index 56744156d31b0..4bac40c9c88fb 100644 --- a/projects/packages/stats-admin/src/class-main.php +++ b/projects/packages/stats-admin/src/class-main.php @@ -22,7 +22,7 @@ class Main { /** * Stats version. */ - const VERSION = '0.18.1-alpha'; + const VERSION = '0.18.1'; /** * Singleton Main instance. diff --git a/projects/packages/stats/CHANGELOG.md b/projects/packages/stats/CHANGELOG.md index 4cdb339a5a6df..86c6669997064 100644 --- a/projects/packages/stats/CHANGELOG.md +++ b/projects/packages/stats/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.12.1] - 2024-04-08 +### Changed +- Internal updates. + ## [0.12.0] - 2024-04-01 ### Added - Add the 'stats/blog' REST endpoint. [#36571] @@ -150,6 +154,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixing static method which was called without self reference. [#26640] +[0.12.1]: https://github.com/Automattic/jetpack-stats/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/Automattic/jetpack-stats/compare/v0.11.2...v0.12.0 [0.11.2]: https://github.com/Automattic/jetpack-stats/compare/v0.11.1...v0.11.2 [0.11.1]: https://github.com/Automattic/jetpack-stats/compare/v0.11.0...v0.11.1 diff --git a/projects/packages/stats/changelog/fix-obvious-wrong-class-names b/projects/packages/stats/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/stats/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/stats/src/class-package-version.php b/projects/packages/stats/src/class-package-version.php index c4d1e08af9e58..f1c33d6797b0f 100644 --- a/projects/packages/stats/src/class-package-version.php +++ b/projects/packages/stats/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '0.12.1-alpha'; + const PACKAGE_VERSION = '0.12.1'; const PACKAGE_SLUG = 'stats'; diff --git a/projects/packages/status/CHANGELOG.md b/projects/packages/status/CHANGELOG.md index 19d01b54aaa4c..3b353e49dcf73 100644 --- a/projects/packages/status/CHANGELOG.md +++ b/projects/packages/status/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.2.1] - 2024-04-08 +### Changed +- Internal updates. + ## [2.2.0] - 2024-03-22 ### Added - Add support for A8C for Agencies source parameter. [#36491] @@ -322,6 +326,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Introduce a status package +[2.2.1]: https://github.com/Automattic/jetpack-status/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/Automattic/jetpack-status/compare/v2.1.3...v2.2.0 [2.1.3]: https://github.com/Automattic/jetpack-status/compare/v2.1.2...v2.1.3 [2.1.2]: https://github.com/Automattic/jetpack-status/compare/v2.1.1...v2.1.2 diff --git a/projects/packages/status/changelog/fix-obvious-wrong-class-names b/projects/packages/status/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/status/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/sync/CHANGELOG.md b/projects/packages/sync/CHANGELOG.md index edfd12032e861..6f6f68e7fbd6e 100644 --- a/projects/packages/sync/CHANGELOG.md +++ b/projects/packages/sync/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). +## [2.11.0] - 2024-04-08 +### Added +- Added social_notes_config option to sync. [#36671] + +### Changed +- Sync: Sending queue size for pull jobs. [#36693] + ## [2.10.5] - 2024-03-29 ### Changed - Update dependencies. @@ -1089,6 +1096,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Move sync to a classmapped package +[2.11.0]: https://github.com/Automattic/jetpack-sync/compare/v2.10.5...v2.11.0 [2.10.5]: https://github.com/Automattic/jetpack-sync/compare/v2.10.4...v2.10.5 [2.10.4]: https://github.com/Automattic/jetpack-sync/compare/v2.10.3...v2.10.4 [2.10.3]: https://github.com/Automattic/jetpack-sync/compare/v2.10.2...v2.10.3 diff --git a/projects/packages/sync/changelog/add-options-and-ui-for-link-formatting b/projects/packages/sync/changelog/add-options-and-ui-for-link-formatting deleted file mode 100644 index ede5d0b0ec9dc..0000000000000 --- a/projects/packages/sync/changelog/add-options-and-ui-for-link-formatting +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Added social_notes_config option to sync diff --git a/projects/packages/sync/changelog/fix-obvious-wrong-class-names b/projects/packages/sync/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/sync/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/sync/changelog/update-sync-send-queue-size-for-pull-jobs b/projects/packages/sync/changelog/update-sync-send-queue-size-for-pull-jobs deleted file mode 100644 index f51c3b6974873..0000000000000 --- a/projects/packages/sync/changelog/update-sync-send-queue-size-for-pull-jobs +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Sync: Sending queue size for pull jobs. diff --git a/projects/packages/sync/src/class-package-version.php b/projects/packages/sync/src/class-package-version.php index 97d884941be04..7eb5d4f85cfa0 100644 --- a/projects/packages/sync/src/class-package-version.php +++ b/projects/packages/sync/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '2.11.0-alpha'; + const PACKAGE_VERSION = '2.11.1-alpha'; const PACKAGE_SLUG = 'sync'; diff --git a/projects/packages/videopress/CHANGELOG.md b/projects/packages/videopress/CHANGELOG.md index a0999ddebf8d7..067ad94615ebb 100644 --- a/projects/packages/videopress/CHANGELOG.md +++ b/projects/packages/videopress/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.23.14] - 2024-04-08 +### Changed +- Updated package dependencies. [#36756] [#36760] [#36761] + ## [0.23.13] - 2024-04-02 ### Changed - Updated package dependencies. [#36665] @@ -1306,6 +1310,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created empty package [#24952] +[0.23.14]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.13...v0.23.14 [0.23.13]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.12...v0.23.13 [0.23.12]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.11...v0.23.12 [0.23.11]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.10...v0.23.11 diff --git a/projects/packages/videopress/changelog/fix-obvious-wrong-class-names b/projects/packages/videopress/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/videopress/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/videopress/changelog/renovate-definitelytyped b/projects/packages/videopress/changelog/renovate-definitelytyped deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/videopress/changelog/renovate-definitelytyped +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/videopress/changelog/renovate-storybook-monorepo b/projects/packages/videopress/changelog/renovate-storybook-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/videopress/changelog/renovate-storybook-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. 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/package.json b/projects/packages/videopress/package.json index ac8bcdfbda5ae..fe8f2fc2f3d3d 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.23.14-alpha", + "version": "0.23.14", "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 199aa82904e2f..6d3443680bb30 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.23.14-alpha'; + const PACKAGE_VERSION = '0.23.14'; const PACKAGE_SLUG = 'videopress'; diff --git a/projects/packages/waf/CHANGELOG.md b/projects/packages/waf/CHANGELOG.md index 0d86640870d41..a4376ae9bf4b6 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.16.2] - 2024-04-08 +### Changed +- Internal updates. + ## [0.16.1] - 2024-03-25 ### Changed - Internal updates. @@ -293,6 +297,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.16.2]: https://github.com/Automattic/jetpack-waf/compare/v0.16.1...v0.16.2 [0.16.1]: https://github.com/Automattic/jetpack-waf/compare/v0.16.0...v0.16.1 [0.16.0]: https://github.com/Automattic/jetpack-waf/compare/v0.15.1...v0.16.0 [0.15.2]: https://github.com/Automattic/jetpack-waf/compare/v0.15.1...v0.15.2 diff --git a/projects/packages/waf/changelog/fix-obvious-wrong-class-names b/projects/packages/waf/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/waf/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/packages/woocommerce-analytics/CHANGELOG.md b/projects/packages/woocommerce-analytics/CHANGELOG.md index ed8ae8fe83758..68299845c00f9 100644 --- a/projects/packages/woocommerce-analytics/CHANGELOG.md +++ b/projects/packages/woocommerce-analytics/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.3] - 2024-04-08 +### Fixed +- Fixed a JavaScript error when accessing the Shortcode checkout with WooCommerce Analytics enable. [#36560] + ## [0.1.2] - 2024-03-25 ### Changed - Internal updates. @@ -23,5 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix namespace issue with WooCommerce class reference. [#35857] - General: bail early when WooCommerce is not active. [#36278] +[0.1.3]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.0...v0.1.1 diff --git a/projects/packages/woocommerce-analytics/changelog/fix-wp-hooks-check b/projects/packages/woocommerce-analytics/changelog/fix-wp-hooks-check deleted file mode 100644 index b21e5649fac99..0000000000000 --- a/projects/packages/woocommerce-analytics/changelog/fix-wp-hooks-check +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fixed a JavaScript error when accessing the Shortcode checkout with WooCommerce Analytics enabled diff --git a/projects/packages/woocommerce-analytics/src/class-woocommerce-analytics.php b/projects/packages/woocommerce-analytics/src/class-woocommerce-analytics.php index 8632ef0f4435c..4b73b143c44b4 100644 --- a/projects/packages/woocommerce-analytics/src/class-woocommerce-analytics.php +++ b/projects/packages/woocommerce-analytics/src/class-woocommerce-analytics.php @@ -20,7 +20,7 @@ class Woocommerce_Analytics { /** * Package version. */ - const PACKAGE_VERSION = '0.1.3-alpha'; + const PACKAGE_VERSION = '0.1.4-alpha'; /** * Initializer. diff --git a/projects/packages/wordads/CHANGELOG.md b/projects/packages/wordads/CHANGELOG.md index f87f140afd29d..8a381b19b082d 100644 --- a/projects/packages/wordads/CHANGELOG.md +++ b/projects/packages/wordads/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.3.14] - 2024-04-08 +### Changed +- Updated package dependencies. [#36760] +- Update to the most recent version of Color Studio, 2.6.0. [#36751] + ## [0.3.13] - 2024-03-27 ### Changed - Updated package dependencies. [#36585] @@ -330,6 +335,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.14]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.13...v0.3.14 [0.3.13]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.12...v0.3.13 [0.3.12]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.11...v0.3.12 [0.3.11]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.10...v0.3.11 diff --git a/projects/packages/wordads/changelog/fix-obvious-wrong-class-names b/projects/packages/wordads/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index 2695098f59838..0000000000000 --- a/projects/packages/wordads/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc class references. Should be no change to functionality. - - 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/changelog/update-color-studio-260 b/projects/packages/wordads/changelog/update-color-studio-260 deleted file mode 100644 index c49b4d7d5622b..0000000000000 --- a/projects/packages/wordads/changelog/update-color-studio-260 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update to the most recent version of Color Studio, 2.6.0. diff --git a/projects/packages/wordads/package.json b/projects/packages/wordads/package.json index aee6a43628c20..706257b7f2609 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.14-alpha", + "version": "0.3.14", "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 e3591f45fd69f..9c5497a217f8e 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.14-alpha'; + const VERSION = '0.3.14'; const SLUG = 'wordads'; /** diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index a8b223ab1eaa0..7b0c74988e0eb 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -2,6 +2,36 @@ ### This is a list detailing changes for all Jetpack releases. +## 13.4-a.1 - 2024-04-08 +### Enhancements +- Newsletters: Add a filter that enables the user to control the timing at which the Subscribe Modal loads. [#36374] + +### Bug fixes +- Secure Sign-On: Disable the WordPress.com invitation setup on Multisite. [#36690] +- Theme Tools: Fix deprecation notices in the color management library. [#36789] + +### Other changes +- Add error handling in image generation. [#36709] +- AI Assistant: Scroll to bottom of current block as suggestions keep coming. [#36569] +- AI Featured Image: Add request counter to UI. [#36744] +- Blocks: Move localizable strings out of the metadata attributes field. [#36724] +- Carousel: Add extra isset check to avoid warnings. [#36681] +- Create /wpcom/v2/admin-color endpoint that returns admin color scheme. [#36749] +- Eventbrite Block: Refactor Edit component to function. [#36739] +- Fix translation issues for default attributes. [#36695] +- Jetpack AI Assistant: Remove old deadcode from image modal. [#36683] +- MailChimp Block: Refactor Edit component to function. [#36746] +- Markdown Block: Refactor Edit component to function. [#36758] +- PHP 8.1: Fix error trying to run preg_split on array. [#36699] +- Repeat Visitor Block: Refactor Edit component to function. [#36762] +- Sharing block: Make sharing options translatable. [#36642] +- Simplified social network selection for post sharing. [#36734] +- Subscriptions: Add Subscriber Login block navigation placement setting to Sync and Dotcom API. [#36737] +- Subscription Site: Release the Subscriber Login navigation placement toggle. [#36717] +- Theme tools: Use integer casting method that doesn't cause deprecation notices. [#36680] +- Update blocks to use API version 3. [#36701] [#36742] +- Updated package dependencies. [#36760] [#36761] [#36775] [#36788] + ## [13.3] - 2024-04-03 ### Enhancements - AI Assistant: Provide per-block quick actions to make them more relevant. [#36393] diff --git a/projects/plugins/jetpack/changelog/add-error-featured-image b/projects/plugins/jetpack/changelog/add-error-featured-image deleted file mode 100644 index 0d66b23c3ef65..0000000000000 --- a/projects/plugins/jetpack/changelog/add-error-featured-image +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Add error handling in image generation diff --git a/projects/plugins/jetpack/changelog/add-options-and-ui-for-link-formatting b/projects/plugins/jetpack/changelog/add-options-and-ui-for-link-formatting deleted file mode 100644 index ecd343e033a45..0000000000000 --- a/projects/plugins/jetpack/changelog/add-options-and-ui-for-link-formatting +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Added a test for a synced option - - diff --git a/projects/plugins/jetpack/changelog/fix-blocks-non-localized-strings b/projects/plugins/jetpack/changelog/fix-blocks-non-localized-strings deleted file mode 100644 index 6f96834cb08aa..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-blocks-non-localized-strings +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Blocks: move localizable strings out of the metadata attributes field diff --git a/projects/plugins/jetpack/changelog/fix-carousel-undefined-array-item b/projects/plugins/jetpack/changelog/fix-carousel-undefined-array-item deleted file mode 100644 index be163ecb74d0a..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-carousel-undefined-array-item +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Carousel: Add extra isset check to avoid warnings. diff --git a/projects/plugins/jetpack/changelog/fix-color-deprecation-notice-actually b/projects/plugins/jetpack/changelog/fix-color-deprecation-notice-actually deleted file mode 100644 index 8fdea3d12b018..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-color-deprecation-notice-actually +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Theme Tools: fix deprecation notices in the color management library. diff --git a/projects/plugins/jetpack/changelog/fix-deprecation-warnings-color b/projects/plugins/jetpack/changelog/fix-deprecation-warnings-color deleted file mode 100644 index b0d5f70b7fff5..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-deprecation-warnings-color +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Theme tools: Use integer casting method that doesn't cause deprecation notices. diff --git a/projects/plugins/jetpack/changelog/fix-obvious-wrong-class-names b/projects/plugins/jetpack/changelog/fix-obvious-wrong-class-names deleted file mode 100644 index e602a6f59c54b..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-obvious-wrong-class-names +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Fix phpdoc class references. Should be no change to functionality. - - diff --git a/projects/plugins/jetpack/changelog/fix-sharing-blocks-not-translatable-text b/projects/plugins/jetpack/changelog/fix-sharing-blocks-not-translatable-text deleted file mode 100644 index ba4b7b90be7d6..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-sharing-blocks-not-translatable-text +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Sharing block: make sharing options translatable diff --git a/projects/plugins/jetpack/changelog/fix-translation-issues b/projects/plugins/jetpack/changelog/fix-translation-issues deleted file mode 100644 index 52d5c014cf966..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-translation-issues +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Fix translation issues for default attributes diff --git a/projects/plugins/jetpack/changelog/fix-youtube-shortcode-error b/projects/plugins/jetpack/changelog/fix-youtube-shortcode-error deleted file mode 100644 index 95afb73ab1397..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-youtube-shortcode-error +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -PHP 8.1: Fix error trying to run preg_split on array diff --git a/projects/plugins/jetpack/changelog/init-release-cycle b/projects/plugins/jetpack/changelog/init-release-cycle deleted file mode 100644 index 34f3a4609a4b9..0000000000000 --- a/projects/plugins/jetpack/changelog/init-release-cycle +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Init 13.4-a.0 - - diff --git a/projects/plugins/jetpack/changelog/poc-ai-assistant-follow-scroll b/projects/plugins/jetpack/changelog/poc-ai-assistant-follow-scroll deleted file mode 100644 index 913e2809fc80b..0000000000000 --- a/projects/plugins/jetpack/changelog/poc-ai-assistant-follow-scroll +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -AI Assistant: scroll to bottom of current block as suggestions keep coming diff --git a/projects/plugins/jetpack/changelog/remove-wpcom-simple-site-search-add-license b/projects/plugins/jetpack/changelog/remove-wpcom-simple-site-search-add-license deleted file mode 100644 index a1c1831fa1ef7..0000000000000 --- a/projects/plugins/jetpack/changelog/remove-wpcom-simple-site-search-add-license +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Updated composer.lock. - - diff --git a/projects/plugins/jetpack/changelog/renovate-definitelytyped b/projects/plugins/jetpack/changelog/renovate-definitelytyped deleted file mode 100644 index 1eaea6a769e84..0000000000000 --- a/projects/plugins/jetpack/changelog/renovate-definitelytyped +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Updated package dependencies. diff --git a/projects/plugins/jetpack/changelog/renovate-lock-file-maintenance b/projects/plugins/jetpack/changelog/renovate-lock-file-maintenance deleted file mode 100644 index 1eaea6a769e84..0000000000000 --- a/projects/plugins/jetpack/changelog/renovate-lock-file-maintenance +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Updated package dependencies. diff --git a/projects/plugins/jetpack/changelog/renovate-playwright-monorepo b/projects/plugins/jetpack/changelog/renovate-playwright-monorepo deleted file mode 100644 index 1eaea6a769e84..0000000000000 --- a/projects/plugins/jetpack/changelog/renovate-playwright-monorepo +++ /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/untangling-nav-reunification-color b/projects/plugins/jetpack/changelog/untangling-nav-reunification-color deleted file mode 100644 index e63a35988e6a2..0000000000000 --- a/projects/plugins/jetpack/changelog/untangling-nav-reunification-color +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Create endpoint /wpcom/v2/admin-color that returns admin color scheme diff --git a/projects/plugins/jetpack/changelog/update-ai-featured-image-show-usage-information b/projects/plugins/jetpack/changelog/update-ai-featured-image-show-usage-information deleted file mode 100644 index 2105b224ffbed..0000000000000 --- a/projects/plugins/jetpack/changelog/update-ai-featured-image-show-usage-information +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -AI Featured Image: add request counter to UI. diff --git a/projects/plugins/jetpack/changelog/update-bump-block-api-version b/projects/plugins/jetpack/changelog/update-bump-block-api-version deleted file mode 100644 index 9cf68189e96d8..0000000000000 --- a/projects/plugins/jetpack/changelog/update-bump-block-api-version +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Update blocks to use API version 3 diff --git a/projects/plugins/jetpack/changelog/update-bump-block-api-version-2 b/projects/plugins/jetpack/changelog/update-bump-block-api-version-2 deleted file mode 100644 index 1e161d08a2531..0000000000000 --- a/projects/plugins/jetpack/changelog/update-bump-block-api-version-2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Eventbrite Block: refactor Edit component to function diff --git a/projects/plugins/jetpack/changelog/update-color-studio-260 b/projects/plugins/jetpack/changelog/update-color-studio-260 deleted file mode 100644 index 97c117a24c6ab..0000000000000 --- a/projects/plugins/jetpack/changelog/update-color-studio-260 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Janitorial: update to the most recent version of Color Studio, 2.6.0. - - diff --git a/projects/plugins/jetpack/changelog/update-jetpack-ai-remove-unused-code-image b/projects/plugins/jetpack/changelog/update-jetpack-ai-remove-unused-code-image deleted file mode 100644 index eb661487c2e9b..0000000000000 --- a/projects/plugins/jetpack/changelog/update-jetpack-ai-remove-unused-code-image +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Jetpack AI Assistant: Remove old deadcode from image modal diff --git a/projects/plugins/jetpack/changelog/update-my-jetpack-notice b/projects/plugins/jetpack/changelog/update-my-jetpack-notice deleted file mode 100644 index a1c1831fa1ef7..0000000000000 --- a/projects/plugins/jetpack/changelog/update-my-jetpack-notice +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Updated composer.lock. - - diff --git a/projects/plugins/jetpack/changelog/update-readme-supercache b/projects/plugins/jetpack/changelog/update-readme-supercache deleted file mode 100644 index d7d8469475bb5..0000000000000 --- a/projects/plugins/jetpack/changelog/update-readme-supercache +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Readme text update, no functional change to the actual plugin. - - diff --git a/projects/plugins/jetpack/changelog/update-refactor-mailchimp-block b/projects/plugins/jetpack/changelog/update-refactor-mailchimp-block deleted file mode 100644 index 4df47e3fc36d6..0000000000000 --- a/projects/plugins/jetpack/changelog/update-refactor-mailchimp-block +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -MailChimp block: refactor Edit component to function diff --git a/projects/plugins/jetpack/changelog/update-refactor-markdown-block b/projects/plugins/jetpack/changelog/update-refactor-markdown-block deleted file mode 100644 index 9c9325d5abf95..0000000000000 --- a/projects/plugins/jetpack/changelog/update-refactor-markdown-block +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Markdown block: refactor Edit component to function diff --git a/projects/plugins/jetpack/changelog/update-refactor-repeat-visitor-block b/projects/plugins/jetpack/changelog/update-refactor-repeat-visitor-block deleted file mode 100644 index 955e74990d371..0000000000000 --- a/projects/plugins/jetpack/changelog/update-refactor-repeat-visitor-block +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Repeat Visitor Block: refactor Edit component to function diff --git a/projects/plugins/jetpack/changelog/update-simplify-and-clarify-social-network-selection-for-post-sharing b/projects/plugins/jetpack/changelog/update-simplify-and-clarify-social-network-selection-for-post-sharing deleted file mode 100644 index dd23d46e5a049..0000000000000 --- a/projects/plugins/jetpack/changelog/update-simplify-and-clarify-social-network-selection-for-post-sharing +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Simplified social network selection for post sharing diff --git a/projects/plugins/jetpack/changelog/update-sso-no-multisite b/projects/plugins/jetpack/changelog/update-sso-no-multisite deleted file mode 100644 index 9ee391a7c74ce..0000000000000 --- a/projects/plugins/jetpack/changelog/update-sso-no-multisite +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Secure Sign-On: disable the WordPress.com invitation setup on Multisite. diff --git a/projects/plugins/jetpack/changelog/update-subscriber-login-option-sync b/projects/plugins/jetpack/changelog/update-subscriber-login-option-sync deleted file mode 100644 index 6060785a5c570..0000000000000 --- a/projects/plugins/jetpack/changelog/update-subscriber-login-option-sync +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Subscriptions: Add Subscriber Login block navigation placement setting to Sync and Dotcom API diff --git a/projects/plugins/jetpack/changelog/update-subscriber-login-release b/projects/plugins/jetpack/changelog/update-subscriber-login-release deleted file mode 100644 index 10a6ec37f9ca2..0000000000000 --- a/projects/plugins/jetpack/changelog/update-subscriber-login-release +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Subscription Site: Release the Subscriber Login navigation placement toggle diff --git a/projects/plugins/jetpack/changelog/update-subscription-modal-load-time b/projects/plugins/jetpack/changelog/update-subscription-modal-load-time deleted file mode 100644 index 037dc2c9c30f7..0000000000000 --- a/projects/plugins/jetpack/changelog/update-subscription-modal-load-time +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Newsletters: Add filter that enables user to control the timing at which the Subscribe Modal loads. diff --git a/projects/plugins/jetpack/changelog/update-sync-send-queue-size-for-pull-jobs b/projects/plugins/jetpack/changelog/update-sync-send-queue-size-for-pull-jobs deleted file mode 100644 index a1c1831fa1ef7..0000000000000 --- a/projects/plugins/jetpack/changelog/update-sync-send-queue-size-for-pull-jobs +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Updated composer.lock. - - diff --git a/projects/plugins/jetpack/changelog/update-upgrade-block-api-part-2 b/projects/plugins/jetpack/changelog/update-upgrade-block-api-part-2 deleted file mode 100644 index 9cf68189e96d8..0000000000000 --- a/projects/plugins/jetpack/changelog/update-upgrade-block-api-part-2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Update blocks to use API version 3 diff --git a/projects/plugins/jetpack/composer.json b/projects/plugins/jetpack/composer.json index 2f936d478bdc4..7db60e5e08a51 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_4_a_0", + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_2", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true diff --git a/projects/plugins/jetpack/jetpack.php b/projects/plugins/jetpack/jetpack.php index 27cdc6aa6a112..1190bebdf19b6 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.4-a.0 + * Version: 13.4-a.2 * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -34,7 +34,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '6.3' ); define( 'JETPACK__MINIMUM_PHP_VERSION', '7.0' ); -define( 'JETPACK__VERSION', '13.4-a.0' ); +define( 'JETPACK__VERSION', '13.4-a.2' ); /** * Constant used to fetch the connection owner token diff --git a/projects/plugins/jetpack/modules/subscriptions/subscribe-modal/class-jetpack-subscribe-modal.php b/projects/plugins/jetpack/modules/subscriptions/subscribe-modal/class-jetpack-subscribe-modal.php index 2a7a7e9e07f88..c7e4187205cac 100644 --- a/projects/plugins/jetpack/modules/subscriptions/subscribe-modal/class-jetpack-subscribe-modal.php +++ b/projects/plugins/jetpack/modules/subscriptions/subscribe-modal/class-jetpack-subscribe-modal.php @@ -68,7 +68,7 @@ public function enqueue_assets() { * * @module subscriptions * - * @since $$next-version$$ + * @since 13.4 * * @param int 300 Time in milliseconds for the Subscribe Modal to appear upon scrolling. */ diff --git a/projects/plugins/jetpack/package.json b/projects/plugins/jetpack/package.json index 546a9d69c8f6c..3cdf823de26ea 100644 --- a/projects/plugins/jetpack/package.json +++ b/projects/plugins/jetpack/package.json @@ -1,6 +1,6 @@ { "name": "Jetpack", - "version": "13.4.0-a.0", + "version": "13.4.0-a.2", "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 bc12ed9d9dee5..617bf3ebde6e4 100644 --- a/projects/plugins/jetpack/readme.txt +++ b/projects/plugins/jetpack/readme.txt @@ -326,37 +326,13 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file == Changelog == -### 13.3 - 2024-04-03 +### 13.4-a.1 - 2024-04-08 #### Enhancements -- AI Assistant: Provide per-block quick actions to make them more relevant. -- Blocks: "Earn" category renamed to "Monetize". -- General: Only show installation errors on Plugins page. -- Jetpack AI: When the response includes a title and post title is empty, use provided title as post title. -- Member login block: Add ability to hide manage subscription link. -- My Jetpack: Trigger red bubble notification when a broken installation is detected. -- Newsletters: Display Email settings on Newsletter settings page. -- Newsletters: Ensure blog stats and top posts blocks do not render in email newsletters. -- Newsletters: Reorder settings cards to improve hierarchy. -- Newsletters: Use radio buttons instead of toggles on Email Settings. -- Sharing: Add a Bluesky sharing button. -- Sharing: add a Threads sharing button and a Threads sharing button block. -- Sharing: Add Native (Web Share) button to Sharing Buttons block. -- Sharing: Remove Like button from master bar. -- Social: Add support for an SMS button. - -#### Improved compatibility -- Carousel: disable WordPress' lightbox option when Jetpack's Carousel feature is activated. -- General: Remove methods that were deprecated before the release of Jetpack 10.0, in 2021. -- SEO Tools: make the feature available on non-connected sites. -- Subscriptions: Remove subscription settings from reading options page. +- Newsletters: Add a filter that enables the user to control the timing at which the Subscribe Modal loads. #### Bug fixes -- Dashboard: Update the sharing button settings to clarify the available options (block or legacy sharing buttons). -- Enhanced Distribution: begin deprecation process as the Firehose is winding down. -- Paid Content Block: Fix subscriber view content not rendering in WordPress.com reader. -- Sharing: avoid PHP warnings when using custom post types. -- Sharing: fix the display of the sharing block in some classic themes. -- SSO: Disable WordPress.com invitation functionality for non-connected users. +- Secure Sign-On: Disable the WordPress.com invitation setup on Multisite. +- Theme Tools: Fix deprecation notices in the color management library. -------- diff --git a/projects/plugins/mu-wpcom-plugin/CHANGELOG.md b/projects/plugins/mu-wpcom-plugin/CHANGELOG.md index c3d74aaed03e8..cb472f2ef2f86 100644 --- a/projects/plugins/mu-wpcom-plugin/CHANGELOG.md +++ b/projects/plugins/mu-wpcom-plugin/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.1.14 - 2024-04-08 +### Changed +- Updated package dependencies. [#36775] + ## 2.1.13 - 2024-04-05 ### Changed - Internal updates. diff --git a/projects/plugins/mu-wpcom-plugin/changelog/renovate-lock-file-maintenance b/projects/plugins/mu-wpcom-plugin/changelog/renovate-lock-file-maintenance deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/mu-wpcom-plugin/changelog/renovate-lock-file-maintenance +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/mu-wpcom-plugin/composer.json b/projects/plugins/mu-wpcom-plugin/composer.json index eeb63f2a2f094..b5de710923b33 100644 --- a/projects/plugins/mu-wpcom-plugin/composer.json +++ b/projects/plugins/mu-wpcom-plugin/composer.json @@ -46,6 +46,6 @@ ] }, "config": { - "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_14_alpha" + "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_14" } } diff --git a/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php b/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php index 1cfd21649b6c1..efab885262861 100644 --- a/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php +++ b/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php @@ -3,7 +3,7 @@ * * Plugin Name: WordPress.com Features * Description: Test plugin for the jetpack-mu-wpcom package - * Version: 2.1.14-alpha + * Version: 2.1.14 * Author: Automattic * License: GPLv2 or later * Text Domain: jetpack-mu-wpcom-plugin diff --git a/projects/plugins/mu-wpcom-plugin/package.json b/projects/plugins/mu-wpcom-plugin/package.json index f9890d921fd26..551c61deed630 100644 --- a/projects/plugins/mu-wpcom-plugin/package.json +++ b/projects/plugins/mu-wpcom-plugin/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom-plugin", - "version": "2.1.14-alpha", + "version": "2.1.14", "description": "Test plugin for the jetpack-mu-wpcom package", "homepage": "https://jetpack.com", "bugs": {