diff --git a/projects/js-packages/ai-client/CHANGELOG.md b/projects/js-packages/ai-client/CHANGELOG.md index 0db28ea388666..ebd86cb48ecec 100644 --- a/projects/js-packages/ai-client/CHANGELOG.md +++ b/projects/js-packages/ai-client/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.15.0] - 2024-07-22 +### Added +- Jetpack AI: Add logo generator codebase to the ai-client package. [#38391] + +### Changed +- Update and export askQuestionSync. [#38344] + ## [0.14.6] - 2024-07-15 ### Added - AI Client: Filter suggestions starting with llama artifacts [#38208] @@ -351,6 +358,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. [#31659] - Updated package dependencies. [#31785] +[0.15.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.6...v0.15.0 [0.14.6]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.5...v0.14.6 [0.14.5]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.4...v0.14.5 [0.14.4]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.3...v0.14.4 diff --git a/projects/js-packages/ai-client/changelog/update-ask-question-sync b/projects/js-packages/ai-client/changelog/update-ask-question-sync deleted file mode 100644 index 9f2ba30a1ee14..0000000000000 --- a/projects/js-packages/ai-client/changelog/update-ask-question-sync +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Update and export askQuestionSync diff --git a/projects/js-packages/ai-client/changelog/update-jetpack-ai-copy-logo-generator-code b/projects/js-packages/ai-client/changelog/update-jetpack-ai-copy-logo-generator-code deleted file mode 100644 index 1b8b3d5494200..0000000000000 --- a/projects/js-packages/ai-client/changelog/update-jetpack-ai-copy-logo-generator-code +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Jetpack AI: add logo generator codebase to the ai-client package. diff --git a/projects/js-packages/ai-client/package.json b/projects/js-packages/ai-client/package.json index c68b9b5f3f498..31674da3cdc95 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.15.0-alpha", + "version": "0.15.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/components/CHANGELOG.md b/projects/js-packages/components/CHANGELOG.md index 981f53f0d03e3..f96a15aee4353 100644 --- a/projects/js-packages/components/CHANGELOG.md +++ b/projects/js-packages/components/CHANGELOG.md @@ -2,6 +2,10 @@ ### This is a list detailing changes for the Jetpack RNA Components package releases. +## [0.55.0] - 2024-07-22 +### Removed +- Remove compatibility with WordPress 6.4. [#38386] + ## [0.54.4] - 2024-07-18 ### Changed - Internal updates. @@ -1087,6 +1091,7 @@ ### Changed - Update node version requirement to 14.16.1 +[0.55.0]: https://github.com/Automattic/jetpack-components/compare/0.54.4...0.55.0 [0.54.4]: https://github.com/Automattic/jetpack-components/compare/0.54.3...0.54.4 [0.54.3]: https://github.com/Automattic/jetpack-components/compare/0.54.2...0.54.3 [0.54.2]: https://github.com/Automattic/jetpack-components/compare/0.54.1...0.54.2 diff --git a/projects/js-packages/components/changelog/update-remove-wp-6.4-compat b/projects/js-packages/components/changelog/update-remove-wp-6.4-compat deleted file mode 100644 index e01fc59c60398..0000000000000 --- a/projects/js-packages/components/changelog/update-remove-wp-6.4-compat +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -Remove compatibility with WordPress 6.4. diff --git a/projects/js-packages/components/package.json b/projects/js-packages/components/package.json index ac2c0605dafef..b3fa75fdd93c5 100644 --- a/projects/js-packages/components/package.json +++ b/projects/js-packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-components", - "version": "0.55.0-alpha", + "version": "0.55.0", "description": "Jetpack Components Package", "author": "Automattic", "license": "GPL-2.0-or-later", diff --git a/projects/js-packages/connection/CHANGELOG.md b/projects/js-packages/connection/CHANGELOG.md index b2c9c9ba7ab69..d0f2badde18a6 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.34.1] - 2024-07-22 +### Added +- Display the proper error message for suspended sites on site registration. [#38359] + ## [0.34.0] - 2024-07-18 ### Changed - Connection Screen: remove mention of Stats from the list of available free features. [#38328] @@ -801,6 +805,7 @@ - `Main` and `ConnectUser` components added. - `JetpackRestApiClient` API client added. +[0.34.1]: https://github.com/Automattic/jetpack-connection-js/compare/v0.34.0...v0.34.1 [0.34.0]: https://github.com/Automattic/jetpack-connection-js/compare/v0.33.19...v0.34.0 [0.33.19]: https://github.com/Automattic/jetpack-connection-js/compare/v0.33.18...v0.33.19 [0.33.18]: https://github.com/Automattic/jetpack-connection-js/compare/v0.33.17...v0.33.18 diff --git a/projects/js-packages/connection/changelog/add-site-registration-blacklisted-error-message b/projects/js-packages/connection/changelog/add-site-registration-blacklisted-error-message deleted file mode 100644 index 4162e9e4a374f..0000000000000 --- a/projects/js-packages/connection/changelog/add-site-registration-blacklisted-error-message +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Display proper error message for suspended sites on site registration. diff --git a/projects/js-packages/connection/package.json b/projects/js-packages/connection/package.json index 71b209278285b..0ac499a5fb4b1 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.34.1-alpha", + "version": "0.34.1", "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 7c476a3c520e3..e113baadca2c8 100644 --- a/projects/js-packages/idc/CHANGELOG.md +++ b/projects/js-packages/idc/CHANGELOG.md @@ -2,6 +2,10 @@ ### This is a list detailing changes for the Jetpack RNA IDC package releases. +## 0.11.4 - 2024-07-22 +### Changed +- Update dependencies. + ## 0.11.3 - 2024-07-03 ### Changed - Updated package dependencies. [#38132] diff --git a/projects/js-packages/idc/changelog/prerelease b/projects/js-packages/idc/changelog/prerelease new file mode 100644 index 0000000000000..7d3f9cba4bc0e --- /dev/null +++ b/projects/js-packages/idc/changelog/prerelease @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Updated package dependencies. diff --git a/projects/js-packages/idc/package.json b/projects/js-packages/idc/package.json index 20e88c8601adc..5aaa2266433ba 100644 --- a/projects/js-packages/idc/package.json +++ b/projects/js-packages/idc/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-idc", - "version": "0.11.3", + "version": "0.11.5-alpha", "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 5f8f9cf098b31..65a97481a0afa 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.20 - 2024-07-22 +### Changed +- Update dependencies. [#37982] + ## 0.12.19 - 2024-07-15 ### Changed - Social Recommendations: Added for V1 plan [#38219] diff --git a/projects/js-packages/licensing/changelog/prerelease b/projects/js-packages/licensing/changelog/prerelease new file mode 100644 index 0000000000000..7d3f9cba4bc0e --- /dev/null +++ b/projects/js-packages/licensing/changelog/prerelease @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Updated package dependencies. diff --git a/projects/js-packages/licensing/package.json b/projects/js-packages/licensing/package.json index 46e58a970fa6a..5acccf65b15ad 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.19", + "version": "0.12.21-alpha", "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 22ed77ccc7cd4..9de9ef527a19d 100644 --- a/projects/js-packages/partner-coupon/CHANGELOG.md +++ b/projects/js-packages/partner-coupon/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.2.83 - 2024-07-22 +### Changed +- Update dependencies. [#38402] + ## 0.2.82 - 2024-07-08 ### Changed - Updated package dependencies. [#38132] diff --git a/projects/js-packages/partner-coupon/changelog/force-a-release b/projects/js-packages/partner-coupon/changelog/force-a-release deleted file mode 100644 index d4ad6c7cc3379..0000000000000 --- a/projects/js-packages/partner-coupon/changelog/force-a-release +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update dependencies. diff --git a/projects/js-packages/partner-coupon/package.json b/projects/js-packages/partner-coupon/package.json index d12497ce57c09..a99bcfbc7c930 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.83-alpha", + "version": "0.2.83", "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 15f2a4af74718..2fdfb2d0aa952 100644 --- a/projects/js-packages/publicize-components/CHANGELOG.md +++ b/projects/js-packages/publicize-components/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.56.2] - 2024-07-22 +### Fixed +- Fixed double request issue and simplifed refresh logic [#38350] +- Social: Fixed parallel social connection requests messing up the UI state. [#38408] + ## [0.56.1] - 2024-07-15 ### Changed - Social: Removed unnecessary feature checks for social connections [#38216] @@ -783,6 +788,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#24470] +[0.56.2]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.56.1...v0.56.2 [0.56.1]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.56.0...v0.56.1 [0.56.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.55.1...v0.56.0 [0.55.1]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.55.0...v0.55.1 diff --git a/projects/js-packages/publicize-components/changelog/fix-parallel-social-connections-requests-mixing-up b/projects/js-packages/publicize-components/changelog/fix-parallel-social-connections-requests-mixing-up deleted file mode 100644 index c190e0e2e868d..0000000000000 --- a/projects/js-packages/publicize-components/changelog/fix-parallel-social-connections-requests-mixing-up +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Social | Fixed parallel social connection requests messing up the UI state diff --git a/projects/js-packages/publicize-components/changelog/fix-social-connection-refresh-logic b/projects/js-packages/publicize-components/changelog/fix-social-connection-refresh-logic deleted file mode 100644 index 3df284a7a854d..0000000000000 --- a/projects/js-packages/publicize-components/changelog/fix-social-connection-refresh-logic +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fixed double request issue and simplifed refresh logic diff --git a/projects/js-packages/publicize-components/changelog/remove-calypso-eslint b/projects/js-packages/publicize-components/changelog/remove-calypso-eslint deleted file mode 100644 index eb5c427bd2da5..0000000000000 --- a/projects/js-packages/publicize-components/changelog/remove-calypso-eslint +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Replace eslint disable of `wpcalypso/no-unsafe-wp-apis` with `@wordpress/no-unsafe-wp-apis`. No change to functionality. - - diff --git a/projects/js-packages/publicize-components/package.json b/projects/js-packages/publicize-components/package.json index 57393ea874bd9..a7f1f539f4cd9 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.56.2-alpha", + "version": "0.56.2", "description": "A library of JS components required by the Publicize editor plugin", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/publicize-components/#readme", "bugs": { diff --git a/projects/js-packages/shared-extension-utils/CHANGELOG.md b/projects/js-packages/shared-extension-utils/CHANGELOG.md index ac85147821223..2ffab048a55a3 100644 --- a/projects/js-packages/shared-extension-utils/CHANGELOG.md +++ b/projects/js-packages/shared-extension-utils/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.14.19] - 2024-07-22 +### Changed +- Update dependencies. [#37356] + ## [0.14.18] - 2024-07-18 ### Changed - Update dependencies. [#37356] @@ -404,6 +408,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Core: prepare utility for release +[0.14.19]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.14.18...0.14.19 [0.14.18]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.14.17...0.14.18 [0.14.17]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.14.16...0.14.17 [0.14.16]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.14.15...0.14.16 diff --git a/projects/js-packages/shared-extension-utils/changelog/prerelease b/projects/js-packages/shared-extension-utils/changelog/prerelease new file mode 100644 index 0000000000000..7d3f9cba4bc0e --- /dev/null +++ b/projects/js-packages/shared-extension-utils/changelog/prerelease @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Updated package dependencies. diff --git a/projects/js-packages/shared-extension-utils/package.json b/projects/js-packages/shared-extension-utils/package.json index 9514bb81804d4..fc9efa73657e2 100644 --- a/projects/js-packages/shared-extension-utils/package.json +++ b/projects/js-packages/shared-extension-utils/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-shared-extension-utils", - "version": "0.14.18", + "version": "0.14.20-alpha", "description": "Utility functions used by the block editor extensions", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/shared-extension-utils/#readme", "bugs": { diff --git a/projects/packages/backup/CHANGELOG.md b/projects/packages/backup/CHANGELOG.md index 52bed6f194bd3..8329af3a4654c 100644 --- a/projects/packages/backup/CHANGELOG.md +++ b/projects/packages/backup/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.4.2] - 2024-07-22 +### Changed +- Update dependencies. [#38402] + ## [3.4.1] - 2024-07-08 ### Changed - Updated package dependencies. [#38132] @@ -656,6 +660,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add API endpoints and Jetpack Backup package for managing Help… +[3.4.2]: https://github.com/Automattic/jetpack-backup/compare/v3.4.1...v3.4.2 [3.4.1]: https://github.com/Automattic/jetpack-backup/compare/v3.4.0...v3.4.1 [3.4.0]: https://github.com/Automattic/jetpack-backup/compare/v3.3.17...v3.4.0 [3.3.17]: https://github.com/Automattic/jetpack-backup/compare/v3.3.16...v3.3.17 diff --git a/projects/packages/backup/changelog/force-a-release b/projects/packages/backup/changelog/force-a-release deleted file mode 100644 index d4ad6c7cc3379..0000000000000 --- a/projects/packages/backup/changelog/force-a-release +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update dependencies. diff --git a/projects/packages/backup/src/class-package-version.php b/projects/packages/backup/src/class-package-version.php index 359c6f69bc19e..0f7bc2a6cca40 100644 --- a/projects/packages/backup/src/class-package-version.php +++ b/projects/packages/backup/src/class-package-version.php @@ -16,7 +16,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '3.4.2-alpha'; + const PACKAGE_VERSION = '3.4.2'; const PACKAGE_SLUG = 'backup'; diff --git a/projects/packages/blaze/CHANGELOG.md b/projects/packages/blaze/CHANGELOG.md index 16ecc67724222..7f30ea3194e96 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.22.1] - 2024-07-22 +### Changed +- Update dependencies. [#37356] + ## [0.22.0] - 2024-07-08 ### Changed - As we've launched untangling & nav redesign, the wpcom_is_nav_redesign_enabled() function name is not relevant anymore and can be confusing for future developers, so we replace it with the equivalent get_option call. [#38197] @@ -404,6 +408,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#27906] +[0.22.1]: https://github.com/automattic/jetpack-blaze/compare/v0.22.0...v0.22.1 [0.22.0]: https://github.com/automattic/jetpack-blaze/compare/v0.21.10...v0.22.0 [0.21.10]: https://github.com/automattic/jetpack-blaze/compare/v0.21.9...v0.21.10 [0.21.9]: https://github.com/automattic/jetpack-blaze/compare/v0.21.8...v0.21.9 diff --git a/projects/packages/blaze/changelog/prerelease b/projects/packages/blaze/changelog/prerelease new file mode 100644 index 0000000000000..7d3f9cba4bc0e --- /dev/null +++ b/projects/packages/blaze/changelog/prerelease @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Updated package dependencies. diff --git a/projects/packages/blaze/package.json b/projects/packages/blaze/package.json index ba92f9f415ef2..131f4330894d6 100644 --- a/projects/packages/blaze/package.json +++ b/projects/packages/blaze/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-blaze", - "version": "0.22.0", + "version": "0.22.2-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 e7c16f56775b7..e05ea8b750b67 100644 --- a/projects/packages/blaze/src/class-dashboard.php +++ b/projects/packages/blaze/src/class-dashboard.php @@ -21,7 +21,7 @@ class Dashboard { * * @var string */ - const PACKAGE_VERSION = '0.22.0'; + const PACKAGE_VERSION = '0.22.2-alpha'; /** * List of dependencies needed to render the dashboard in wp-admin. diff --git a/projects/packages/classic-theme-helper/CHANGELOG.md b/projects/packages/classic-theme-helper/CHANGELOG.md index 8f2cc1d4882cf..479b9022b0a51 100644 --- a/projects/packages/classic-theme-helper/CHANGELOG.md +++ b/projects/packages/classic-theme-helper/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.2] - 2024-07-22 +### Added +- Added Jetpack_Color class. [#38357] + ## [0.4.1] - 2024-07-15 ### Added - Theme Tools: Adding Social Menu to Classic Theme Helper package [#38243] @@ -46,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Add wordpress folder on gitignore. [#37177] +[0.4.2]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.3.0...v0.3.1 diff --git a/projects/packages/classic-theme-helper/changelog/update-move-jetpack-color-to-classic-theme-helper b/projects/packages/classic-theme-helper/changelog/update-move-jetpack-color-to-classic-theme-helper deleted file mode 100644 index 14fd557a87b3b..0000000000000 --- a/projects/packages/classic-theme-helper/changelog/update-move-jetpack-color-to-classic-theme-helper +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Add Jetpack_Color class diff --git a/projects/packages/classic-theme-helper/package.json b/projects/packages/classic-theme-helper/package.json index 77d6a6847ed60..a30b0d22a3803 100644 --- a/projects/packages/classic-theme-helper/package.json +++ b/projects/packages/classic-theme-helper/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-classic-theme-helper", - "version": "0.4.2-alpha", + "version": "0.4.2", "description": "Features used with classic themes", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/classic-theme-helper/#readme", "bugs": { diff --git a/projects/packages/classic-theme-helper/src/class-main.php b/projects/packages/classic-theme-helper/src/class-main.php index f116007fd24f0..bcd532cfcfbe7 100644 --- a/projects/packages/classic-theme-helper/src/class-main.php +++ b/projects/packages/classic-theme-helper/src/class-main.php @@ -14,7 +14,7 @@ */ class Main { - const PACKAGE_VERSION = '0.4.2-alpha'; + const PACKAGE_VERSION = '0.4.2'; /** * Modules to include. diff --git a/projects/packages/connection/CHANGELOG.md b/projects/packages/connection/CHANGELOG.md index 481d6e644829f..bc52731f97123 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.11.2] - 2024-07-22 +### Fixed +- Fixed textdomain on i18n messages imported from the IDC package. [#38412] + ## [2.11.1] - 2024-07-03 ### Changed - Updated package dependencies. [#38132] @@ -1127,6 +1131,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Separate the connection library into its own package. +[2.11.2]: https://github.com/Automattic/jetpack-connection/compare/v2.11.1...v2.11.2 [2.11.1]: https://github.com/Automattic/jetpack-connection/compare/v2.11.0...v2.11.1 [2.11.0]: https://github.com/Automattic/jetpack-connection/compare/v2.10.2...v2.11.0 [2.10.2]: https://github.com/Automattic/jetpack-connection/compare/v2.10.1...v2.10.2 diff --git a/projects/packages/connection/changelog/fix-connection-textdomain b/projects/packages/connection/changelog/fix-connection-textdomain deleted file mode 100644 index 7d9ad1fe85281..0000000000000 --- a/projects/packages/connection/changelog/fix-connection-textdomain +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fix textdomain on i18n messages imported from the IDC package. diff --git a/projects/packages/connection/src/class-package-version.php b/projects/packages/connection/src/class-package-version.php index aab2897ca60f6..9662160145401 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.11.2-alpha'; + const PACKAGE_VERSION = '2.11.2'; const PACKAGE_SLUG = 'connection'; diff --git a/projects/packages/forms/CHANGELOG.md b/projects/packages/forms/CHANGELOG.md index 9b39158f4e99a..aedae914d2645 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.32.5] - 2024-07-22 +### Fixed +- Block Picker: Fixed display of the picker in the block editor following changes in WordPress 6.6. [#38406] +- Form Submissions Table: Ensured the IP address is displayed for each submission, when available. [#38352] + ## [0.32.4] - 2024-07-15 ### Changed - Internal updates. @@ -606,6 +611,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.32.5]: https://github.com/automattic/jetpack-forms/compare/v0.32.4...v0.32.5 [0.32.4]: https://github.com/automattic/jetpack-forms/compare/v0.32.3...v0.32.4 [0.32.3]: https://github.com/automattic/jetpack-forms/compare/v0.32.2...v0.32.3 [0.32.2]: https://github.com/automattic/jetpack-forms/compare/v0.32.1...v0.32.2 diff --git a/projects/packages/forms/changelog/fix-contact-form-block-picker b/projects/packages/forms/changelog/fix-contact-form-block-picker deleted file mode 100644 index b76de740e7e9b..0000000000000 --- a/projects/packages/forms/changelog/fix-contact-form-block-picker +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Block Picker: fix display of the picker in the block editor following changes in WordPress 6.6. diff --git a/projects/packages/forms/changelog/fix-contact-form-ip-field b/projects/packages/forms/changelog/fix-contact-form-ip-field deleted file mode 100644 index ce607e9f4098c..0000000000000 --- a/projects/packages/forms/changelog/fix-contact-form-ip-field +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Form submissions table: ensure the IP address is displayed for each submission, when available. diff --git a/projects/packages/forms/changelog/remove-calypso-eslint b/projects/packages/forms/changelog/remove-calypso-eslint deleted file mode 100644 index eb5c427bd2da5..0000000000000 --- a/projects/packages/forms/changelog/remove-calypso-eslint +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Replace eslint disable of `wpcalypso/no-unsafe-wp-apis` with `@wordpress/no-unsafe-wp-apis`. No change to functionality. - - diff --git a/projects/packages/forms/changelog/remove-calypso-eslint#2 b/projects/packages/forms/changelog/remove-calypso-eslint#2 deleted file mode 100644 index 04510d8568b5c..0000000000000 --- a/projects/packages/forms/changelog/remove-calypso-eslint#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: removed -Comment: Remove `wpcalypso/jsx-classname-namespace` from eslint config, eslint-plugin-wpcalypso is being removed. - - diff --git a/projects/packages/forms/package.json b/projects/packages/forms/package.json index bd0667764d9f3..ae8bc945f71b2 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.32.5-alpha", + "version": "0.32.5", "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 0546a8eb4a3ec..d6ade4c4627a5 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.32.5-alpha'; + const PACKAGE_VERSION = '0.32.5'; /** * Load the contact form module. diff --git a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md b/projects/packages/jetpack-mu-wpcom/CHANGELOG.md index edcfe805db8c6..05a04485844a4 100644 --- a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md +++ b/projects/packages/jetpack-mu-wpcom/CHANGELOG.md @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.47.0] - 2024-07-22 +### Added +- Added origin_site_id param to the links on the masterbar. [#38401] +- Added Random Redirect module for simple sites. [#38374] + +### Changed +- Admin Bar: Replaced the wp-admin url with the calypso ones for the default interface. [#38377] +- Nav Redesign: Use Core admin bar for Simple and Atomic Default-view sites. [#38419] +- Show notifications and help icons on mobile. [#38438] +- Updated Masterbar Reader icon. [#38437] + +### Fixed +- Admin Bar: Adjust wpcom logo size on mobile. [#38448] +- Set `#wp-admin-bar-top-secondary` absolutely positioned to the right to prevent it from floating ut of place when the window shrinks. [#38426] + ## [5.46.0] - 2024-07-18 ### Added - Limited Global Styles: Port feature from ETK [#38333] @@ -1015,6 +1030,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Testing initial package release. +[5.47.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.46.0...v5.47.0 [5.46.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.45.0...v5.46.0 [5.45.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.44.0...v5.45.0 [5.44.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.43.0...v5.44.0 diff --git a/projects/packages/jetpack-mu-wpcom/changelog/add-populate-site-from-wp-admin b/projects/packages/jetpack-mu-wpcom/changelog/add-populate-site-from-wp-admin deleted file mode 100644 index f360113cb080e..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/add-populate-site-from-wp-admin +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Add origin_site_id param to the links on masterbar diff --git a/projects/packages/jetpack-mu-wpcom/changelog/add-random-redirect-module-to-mu-wpcom b/projects/packages/jetpack-mu-wpcom/changelog/add-random-redirect-module-to-mu-wpcom deleted file mode 100644 index cc09798829aea..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/add-random-redirect-module-to-mu-wpcom +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Add Random Redirect module for simple sites diff --git a/projects/packages/jetpack-mu-wpcom/changelog/admin-bar-wpcom-logo b/projects/packages/jetpack-mu-wpcom/changelog/admin-bar-wpcom-logo deleted file mode 100644 index 5c85e62e506d3..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/admin-bar-wpcom-logo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Admin Bar: Adjust wpcom logo size on mobile diff --git a/projects/packages/jetpack-mu-wpcom/changelog/feat-unify-masterbar-3 b/projects/packages/jetpack-mu-wpcom/changelog/feat-unify-masterbar-3 deleted file mode 100644 index 3e430c6f67b6f..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/feat-unify-masterbar-3 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Nav Redesign: Use Core admin bar for Simple and Atomic Default-view sites diff --git a/projects/packages/jetpack-mu-wpcom/changelog/feat-unify-masterbar-calypso-url b/projects/packages/jetpack-mu-wpcom/changelog/feat-unify-masterbar-calypso-url deleted file mode 100644 index 11c5555781eba..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/feat-unify-masterbar-calypso-url +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Admin Bar: Replace the wp-admin url with the calypso ones for the default interface diff --git a/projects/packages/jetpack-mu-wpcom/changelog/fix-admin-bar-p2 b/projects/packages/jetpack-mu-wpcom/changelog/fix-admin-bar-p2 deleted file mode 100644 index 191304ec3bef0..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/fix-admin-bar-p2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Minor admin bar fix for P2 sites - - diff --git a/projects/packages/jetpack-mu-wpcom/changelog/fix-prevent-profile-from-floating-out b/projects/packages/jetpack-mu-wpcom/changelog/fix-prevent-profile-from-floating-out deleted file mode 100644 index 83a43cad45c25..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/fix-prevent-profile-from-floating-out +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Set `#wp-admin-bar-top-secondary` absolutely positioned to the right. This prevents it from floating ut of place when the window shrinks. diff --git a/projects/packages/jetpack-mu-wpcom/changelog/remove-calypso-eslint b/projects/packages/jetpack-mu-wpcom/changelog/remove-calypso-eslint deleted file mode 100644 index eb5c427bd2da5..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/remove-calypso-eslint +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Replace eslint disable of `wpcalypso/no-unsafe-wp-apis` with `@wordpress/no-unsafe-wp-apis`. No change to functionality. - - diff --git a/projects/packages/jetpack-mu-wpcom/changelog/update-masterbar-reader-icon b/projects/packages/jetpack-mu-wpcom/changelog/update-masterbar-reader-icon deleted file mode 100644 index 2edf077cd981b..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/update-masterbar-reader-icon +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Updated Masterbar Reader icon diff --git a/projects/packages/jetpack-mu-wpcom/changelog/update-notifications-help-icons-on-mobile b/projects/packages/jetpack-mu-wpcom/changelog/update-notifications-help-icons-on-mobile deleted file mode 100644 index 0e433383b34d2..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/update-notifications-help-icons-on-mobile +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Show notifications and help icons on mobile diff --git a/projects/packages/jetpack-mu-wpcom/changelog/update-remove-wp-6.4-compat b/projects/packages/jetpack-mu-wpcom/changelog/update-remove-wp-6.4-compat deleted file mode 100644 index 89f9d8bb83085..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/update-remove-wp-6.4-compat +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: removed -Comment: Update a test to remove WP 6.4 compat. - - diff --git a/projects/packages/jetpack-mu-wpcom/composer.json b/projects/packages/jetpack-mu-wpcom/composer.json index 7ea558a19b407..29a454c063571 100644 --- a/projects/packages/jetpack-mu-wpcom/composer.json +++ b/projects/packages/jetpack-mu-wpcom/composer.json @@ -62,7 +62,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "5.47.x-dev" + "dev-trunk": "5.48.x-dev" }, "textdomain": "jetpack-mu-wpcom", "version-constants": { diff --git a/projects/packages/jetpack-mu-wpcom/package.json b/projects/packages/jetpack-mu-wpcom/package.json index de51c3d11b22e..47f0d6551f4ad 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.47.0-alpha", + "version": "5.48.0-alpha", "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 e02a5bda940b9..0b2d697ce138a 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.47.0-alpha'; + const PACKAGE_VERSION = '5.48.0-alpha'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__; diff --git a/projects/packages/masterbar/CHANGELOG.md b/projects/packages/masterbar/CHANGELOG.md index 9e217e3321478..5d994cf5e1164 100644 --- a/projects/packages/masterbar/CHANGELOG.md +++ b/projects/packages/masterbar/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.5.0] - 2024-07-22 +### Added +- Add background color to address overlapping. [#38438] + +### Changed +- Nav Redesign: Use Core admin bar for Simple and Atomic Default-view sites. [#38419] + ## [0.4.0] - 2024-07-18 ### Changed - Admin Bar: Make it consistent between Calypso and WP Admin regardless of the value of Admin Interface Style [#38399] @@ -69,6 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. [#37669] - Updated package dependencies. [#37706] +[0.5.0]: https://github.com/Automattic/jetpack-masterbar/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/Automattic/jetpack-masterbar/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/Automattic/jetpack-masterbar/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/Automattic/jetpack-masterbar/compare/v0.2.5...v0.3.0 diff --git a/projects/packages/masterbar/changelog/feat-unify-masterbar-3 b/projects/packages/masterbar/changelog/feat-unify-masterbar-3 deleted file mode 100644 index 3e430c6f67b6f..0000000000000 --- a/projects/packages/masterbar/changelog/feat-unify-masterbar-3 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Nav Redesign: Use Core admin bar for Simple and Atomic Default-view sites diff --git a/projects/packages/masterbar/changelog/remove-wpcomsh-phan-stubs-from-masterbar b/projects/packages/masterbar/changelog/remove-wpcomsh-phan-stubs-from-masterbar deleted file mode 100644 index cfbce2f644960..0000000000000 --- a/projects/packages/masterbar/changelog/remove-wpcomsh-phan-stubs-from-masterbar +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: removed -Comment: Removed loading wpcomsh phan stubs from the Masterbar, these stubs are already included globally now. - - diff --git a/projects/packages/masterbar/changelog/update-notifications-help-icons-on-mobile b/projects/packages/masterbar/changelog/update-notifications-help-icons-on-mobile deleted file mode 100644 index 10efd045032e8..0000000000000 --- a/projects/packages/masterbar/changelog/update-notifications-help-icons-on-mobile +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Add background color to address overlapping diff --git a/projects/packages/masterbar/package.json b/projects/packages/masterbar/package.json index d6437b77fe8e9..0403e22e7959b 100644 --- a/projects/packages/masterbar/package.json +++ b/projects/packages/masterbar/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-masterbar", - "version": "0.5.0-alpha", + "version": "0.5.0", "description": "The WordPress.com Toolbar feature replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/masterbar/#readme", "bugs": { diff --git a/projects/packages/masterbar/src/class-main.php b/projects/packages/masterbar/src/class-main.php index 7e2e78aa1fbf2..0d6adc9f67e23 100644 --- a/projects/packages/masterbar/src/class-main.php +++ b/projects/packages/masterbar/src/class-main.php @@ -14,7 +14,7 @@ */ class Main { - const PACKAGE_VERSION = '0.5.0-alpha'; + const PACKAGE_VERSION = '0.5.0'; /** * Initializer. diff --git a/projects/packages/my-jetpack/CHANGELOG.md b/projects/packages/my-jetpack/CHANGELOG.md index 71035955bda5d..283c4f84701dd 100644 --- a/projects/packages/my-jetpack/CHANGELOG.md +++ b/projects/packages/my-jetpack/CHANGELOG.md @@ -5,6 +5,17 @@ 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.29.0] - 2024-07-22 +### Added +- Added the auto-firewall status to the Protect product card in My Jetpack. [#38332] +- Added the number of logins blocked to the Protect card in My Jetpack. [#38396] + +### Changed +- Connection Screen: Removed mention of Stats from the list of available free features. [#38328] +- Display My Jetpack products segemented by ownership. [#38283] +- My Jetpack: Updated social icons in the connection screen. [#38334] +- Updated statuses to make more sense in relation to ownership. [#38390] + ## [4.28.0] - 2024-07-15 ### Added - Add scan/threat info to the Protect card in My Jetpack. [#38165] @@ -1571,6 +1582,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created package +[4.29.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.28.0...4.29.0 [4.28.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.27.2...4.28.0 [4.27.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.27.1...4.27.2 [4.27.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.27.0...4.27.1 diff --git a/projects/packages/my-jetpack/changelog/add-mj-protect-card-auto-firewall-status b/projects/packages/my-jetpack/changelog/add-mj-protect-card-auto-firewall-status deleted file mode 100644 index 9b08c447ec5ca..0000000000000 --- a/projects/packages/my-jetpack/changelog/add-mj-protect-card-auto-firewall-status +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Added the auto-firewall status to the Protect product card in My Jetpack diff --git a/projects/packages/my-jetpack/changelog/add-mj-protect-card-logins-blocked-status b/projects/packages/my-jetpack/changelog/add-mj-protect-card-logins-blocked-status deleted file mode 100644 index 482a7c1b0a3f1..0000000000000 --- a/projects/packages/my-jetpack/changelog/add-mj-protect-card-logins-blocked-status +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Add the number of logins blocked to the Protect card in My Jetpack. diff --git a/projects/packages/my-jetpack/changelog/add-segmentation-to-jetpack-products-my-jetpack b/projects/packages/my-jetpack/changelog/add-segmentation-to-jetpack-products-my-jetpack deleted file mode 100644 index 173c366160888..0000000000000 --- a/projects/packages/my-jetpack/changelog/add-segmentation-to-jetpack-products-my-jetpack +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Display My Jetpack products segemented by ownership diff --git a/projects/packages/my-jetpack/changelog/remove-stats-from-connection-interstitial b/projects/packages/my-jetpack/changelog/remove-stats-from-connection-interstitial deleted file mode 100644 index 56ab9e31c4046..0000000000000 --- a/projects/packages/my-jetpack/changelog/remove-stats-from-connection-interstitial +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Connection Screen: remove mention of Stats from the list of available free features. diff --git a/projects/packages/my-jetpack/changelog/update-my-jetpack-connection-social-icons b/projects/packages/my-jetpack/changelog/update-my-jetpack-connection-social-icons deleted file mode 100644 index fea154f8daaa0..0000000000000 --- a/projects/packages/my-jetpack/changelog/update-my-jetpack-connection-social-icons +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -My Jetpack: update social icons in the connection screen. diff --git a/projects/packages/my-jetpack/changelog/update-statuses-to-make-more-sense-with-ownership b/projects/packages/my-jetpack/changelog/update-statuses-to-make-more-sense-with-ownership deleted file mode 100644 index fca028a5a236c..0000000000000 --- a/projects/packages/my-jetpack/changelog/update-statuses-to-make-more-sense-with-ownership +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update statuses to make more sense in relation to ownership diff --git a/projects/packages/my-jetpack/composer.json b/projects/packages/my-jetpack/composer.json index 0056fd1a92c81..e093477a10ac3 100644 --- a/projects/packages/my-jetpack/composer.json +++ b/projects/packages/my-jetpack/composer.json @@ -83,7 +83,7 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "4.29.x-dev" + "dev-trunk": "4.30.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" diff --git a/projects/packages/my-jetpack/package.json b/projects/packages/my-jetpack/package.json index d61b137866a42..606ff95a75e85 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.29.0-alpha", + "version": "4.30.0-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 4ab4d4fb0d17d..4788ec6e0a855 100644 --- a/projects/packages/my-jetpack/src/class-initializer.php +++ b/projects/packages/my-jetpack/src/class-initializer.php @@ -41,7 +41,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '4.29.0-alpha'; + const PACKAGE_VERSION = '4.30.0-alpha'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/projects/packages/search/CHANGELOG.md b/projects/packages/search/CHANGELOG.md index 110364f7817bc..281b610b87252 100644 --- a/projects/packages/search/CHANGELOG.md +++ b/projects/packages/search/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.44.13] - 2024-07-22 +### Changed +- Update dependencies. [#38402] + ## [0.44.12] - 2024-07-08 ### Changed - Updated package dependencies. [#38132] [#38133] @@ -988,6 +992,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.13]: https://github.com/Automattic/jetpack-search/compare/v0.44.12...v0.44.13 [0.44.12]: https://github.com/Automattic/jetpack-search/compare/v0.44.11...v0.44.12 [0.44.11]: https://github.com/Automattic/jetpack-search/compare/v0.44.10...v0.44.11 [0.44.10]: https://github.com/Automattic/jetpack-search/compare/v0.44.9...v0.44.10 diff --git a/projects/packages/search/changelog/fix-jetpack_search_customberg-events b/projects/packages/search/changelog/fix-jetpack_search_customberg-events deleted file mode 100644 index c5267a874fa5a..0000000000000 --- a/projects/packages/search/changelog/fix-jetpack_search_customberg-events +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: This commit fixes the property of a Tracks event that was being sent as a JSON, which is not a valid Tracks value. - - diff --git a/projects/packages/search/changelog/force-a-release b/projects/packages/search/changelog/force-a-release deleted file mode 100644 index d4ad6c7cc3379..0000000000000 --- a/projects/packages/search/changelog/force-a-release +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update dependencies. diff --git a/projects/packages/search/changelog/remove-calypso-eslint b/projects/packages/search/changelog/remove-calypso-eslint deleted file mode 100644 index eb5c427bd2da5..0000000000000 --- a/projects/packages/search/changelog/remove-calypso-eslint +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Replace eslint disable of `wpcalypso/no-unsafe-wp-apis` with `@wordpress/no-unsafe-wp-apis`. No change to functionality. - - diff --git a/projects/packages/search/package.json b/projects/packages/search/package.json index e8089450aad85..f90cc0402ca41 100644 --- a/projects/packages/search/package.json +++ b/projects/packages/search/package.json @@ -1,6 +1,6 @@ { "name": "jetpack-search", - "version": "0.44.13-alpha", + "version": "0.44.13", "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 abb41f7635aac..d09f58f240f00 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.13-alpha'; + const VERSION = '0.44.13'; const SLUG = 'search'; /** diff --git a/projects/packages/videopress/CHANGELOG.md b/projects/packages/videopress/CHANGELOG.md index dce80b6676e84..068fc7a6efb17 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.28] - 2024-07-22 +### Changed +- Update dependencies. [#38402] + ## [0.23.27] - 2024-07-08 ### Changed - Updated package dependencies. [#38132] @@ -1369,6 +1373,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created empty package [#24952] +[0.23.28]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.27...v0.23.28 [0.23.27]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.26...v0.23.27 [0.23.26]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.25...v0.23.26 [0.23.25]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.24...v0.23.25 diff --git a/projects/packages/videopress/changelog/force-a-release b/projects/packages/videopress/changelog/force-a-release deleted file mode 100644 index d4ad6c7cc3379..0000000000000 --- a/projects/packages/videopress/changelog/force-a-release +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update dependencies. diff --git a/projects/packages/videopress/changelog/remove-calypso-eslint b/projects/packages/videopress/changelog/remove-calypso-eslint deleted file mode 100644 index eb5c427bd2da5..0000000000000 --- a/projects/packages/videopress/changelog/remove-calypso-eslint +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Replace eslint disable of `wpcalypso/no-unsafe-wp-apis` with `@wordpress/no-unsafe-wp-apis`. No change to functionality. - - diff --git a/projects/packages/videopress/package.json b/projects/packages/videopress/package.json index cca4e342db1d2..1b3d7f2928589 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.28-alpha", + "version": "0.23.28", "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 22e4e0745ad65..b2c4548dadaeb 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.28-alpha'; + const PACKAGE_VERSION = '0.23.28'; const PACKAGE_SLUG = 'videopress'; diff --git a/projects/packages/waf/CHANGELOG.md b/projects/packages/waf/CHANGELOG.md index 6fee89e66959e..f40777cf0a88d 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.17.0] - 2024-07-22 +### Added +- Added the ability to toggle IP block and allow lists individually. [#38184] + ## [0.16.10] - 2024-06-26 ### Changed - Internal updates. @@ -329,6 +333,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.17.0]: https://github.com/Automattic/jetpack-waf/compare/v0.16.10...v0.17.0 [0.16.10]: https://github.com/Automattic/jetpack-waf/compare/v0.16.9...v0.16.10 [0.16.9]: https://github.com/Automattic/jetpack-waf/compare/v0.16.8...v0.16.9 [0.16.8]: https://github.com/Automattic/jetpack-waf/compare/v0.16.7...v0.16.8 diff --git a/projects/packages/waf/changelog/add-waf-ip-list-toggles b/projects/packages/waf/changelog/add-waf-ip-list-toggles deleted file mode 100644 index a2863e6e289b5..0000000000000 --- a/projects/packages/waf/changelog/add-waf-ip-list-toggles +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Added the ability to toggle IP block and allow lists individually. diff --git a/projects/packages/waf/changelog/remove-waf-update-rules-mode-check b/projects/packages/waf/changelog/remove-waf-update-rules-mode-check deleted file mode 100644 index db8dc9f2f146e..0000000000000 --- a/projects/packages/waf/changelog/remove-waf-update-rules-mode-check +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: removed -Comment: Removed unnecessary check from the method that updates the WAF rule files. - - diff --git a/projects/packages/waf/changelog/waf-ip-list-additional-compatibility b/projects/packages/waf/changelog/waf-ip-list-additional-compatibility deleted file mode 100644 index 6792100d7a7d2..0000000000000 --- a/projects/packages/waf/changelog/waf-ip-list-additional-compatibility +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Improved backwards/cross compatibility of option deprecation related to IP block/allow lists. - - diff --git a/projects/packages/wordads/CHANGELOG.md b/projects/packages/wordads/CHANGELOG.md index c7b4d6ea4b714..9967736da5f38 100644 --- a/projects/packages/wordads/CHANGELOG.md +++ b/projects/packages/wordads/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.24] - 2024-07-22 +### Changed +- Update dependencies. [#38017] + ## [0.3.23] - 2024-07-08 ### Changed - Updated package dependencies. [#38132] [#38133] @@ -371,6 +375,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.24]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.23...v0.3.24 [0.3.23]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.22...v0.3.23 [0.3.22]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.21...v0.3.22 [0.3.21]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.20...v0.3.21 diff --git a/projects/packages/wordads/changelog/prerelease b/projects/packages/wordads/changelog/prerelease new file mode 100644 index 0000000000000..7d3f9cba4bc0e --- /dev/null +++ b/projects/packages/wordads/changelog/prerelease @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Updated package dependencies. diff --git a/projects/packages/wordads/package.json b/projects/packages/wordads/package.json index 03bf1d4f63232..fc8d7eb4ab99f 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.23", + "version": "0.3.25-alpha", "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 2ab96bbb12e64..d4f31eaa3e72b 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.23'; + const VERSION = '0.3.25-alpha'; const SLUG = 'wordads'; /** diff --git a/projects/plugins/backup/changelog/prerelease b/projects/plugins/backup/changelog/prerelease new file mode 100644 index 0000000000000..7d3f9cba4bc0e --- /dev/null +++ b/projects/plugins/backup/changelog/prerelease @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Updated package dependencies. diff --git a/projects/plugins/backup/composer.lock b/projects/plugins/backup/composer.lock index 36ab27b9bc447..8b2d511f712f9 100644 --- a/projects/plugins/backup/composer.lock +++ b/projects/plugins/backup/composer.lock @@ -1160,7 +1160,7 @@ "dist": { "type": "path", "url": "../../packages/my-jetpack", - "reference": "0c5dffa0f434993147dd2c710de0c7832c48e54f" + "reference": "524d5410bf385fd2e2c03092430d398339745aa4" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -1199,7 +1199,7 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "4.29.x-dev" + "dev-trunk": "4.30.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" diff --git a/projects/plugins/boost/changelog/prerelease b/projects/plugins/boost/changelog/prerelease new file mode 100644 index 0000000000000..7d3f9cba4bc0e --- /dev/null +++ b/projects/plugins/boost/changelog/prerelease @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Updated package dependencies. diff --git a/projects/plugins/boost/composer.lock b/projects/plugins/boost/composer.lock index b107a741701bb..47d385da19bf9 100644 --- a/projects/plugins/boost/composer.lock +++ b/projects/plugins/boost/composer.lock @@ -1079,7 +1079,7 @@ "dist": { "type": "path", "url": "../../packages/my-jetpack", - "reference": "0c5dffa0f434993147dd2c710de0c7832c48e54f" + "reference": "524d5410bf385fd2e2c03092430d398339745aa4" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -1118,7 +1118,7 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "4.29.x-dev" + "dev-trunk": "4.30.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index d64b4a0093dc2..dde528b77792c 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -2,6 +2,40 @@ ### This is a list detailing changes for all Jetpack releases. +## 13.7-a.5 - 2024-07-22 +### Enhancements +- Dashboard: Add a dashboard card for AI Assistant. [#38413] +- Security: Add separate IP allow and block list toggles in Web Application Firewall settings. [#38267] +- Settings: Add a link to the AI assistant product page. [#38414] + +### Improved compatibility +- Contact Form: Ensure checkboxes are properly displayed when using the Twenty Twenty or the Twenty Twenty One theme. [#38407] +- General: Remove code for compatibility with WordPress versions before 6.5. [#38386] +- General: Update WordPress version requirements to WordPress 6.5. [#38382] + +### Bug fixes +- Blocks: Check if the fontFamily block attribute is a string before trying to format. [#38321] + +### Other changes +- AI Logo Generator: Extend the site logo block to include an AI button on the toolbar. [#38439] +- AI Proofread: Add long sentences and unconfident word checks. [#38443] +- AI Proofread: Add suggestions handling on AI Proofread. [#38344] +- AI Proofread: Improve Popover UX on AI Proofread. [#38342] +- AI Proofread: Invalidate Suggestions on AI Proofread based on actions. [#38434] +- AI Proofread: Target specific term occurrence. [#38397] +- AI Proofread: Wrap suggestion text. [#38431] +- Connection Screen: Remove mention of Stats from the list of available free features. [#38328] +- Custom Post Types: Remove Comic post type. [#38307] +- Google Fonts: Added an optional filter to short circuit fetching google font data. [#38343] +- Jetpack AI: Add logo generator codebase to ai-client package and solve issues. [#38391] +- Jetpack Color and Tonesque: Add existence guard. [#38341] +- Jetpack Dashboard: use flex-start alignment for dash item cards for more consistent header-content spacing. [#38371] +- JSON API: Fix Warnings in post endpoints. [#38365] +- Security: Remove "new" badge from Jetpack Firewall settings card. [#38415] +- Subscriptions: Update Newsletter module toggle label. [#38373] +- Stats: Ensure Jetpack posts stats link points to WP Admin stats. [#38376] +- WordPress.com REST API: Expose is_a4a_client attribute with sites API response. [#38403] + ## 13.7-a.3 - 2024-07-15 ### Enhancements - Blocks: Add the EventCoutdown block. [#38250] diff --git a/projects/plugins/jetpack/changelog/add-a4a-site_is_a4a_client b/projects/plugins/jetpack/changelog/add-a4a-site_is_a4a_client deleted file mode 100644 index f382fbe44b78e..0000000000000 --- a/projects/plugins/jetpack/changelog/add-a4a-site_is_a4a_client +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -WordPress.com REST API: exposed is_a4a_client attribute with sites API response diff --git a/projects/plugins/jetpack/changelog/add-jetpack-dashboard-ai-card b/projects/plugins/jetpack/changelog/add-jetpack-dashboard-ai-card deleted file mode 100644 index 3ad896694728f..0000000000000 --- a/projects/plugins/jetpack/changelog/add-jetpack-dashboard-ai-card +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Jetpack Dashboard: add AI Assistant card diff --git a/projects/plugins/jetpack/changelog/add-jetpack-ip-block-and-allow-list-toggles b/projects/plugins/jetpack/changelog/add-jetpack-ip-block-and-allow-list-toggles deleted file mode 100644 index 908cd93c1a574..0000000000000 --- a/projects/plugins/jetpack/changelog/add-jetpack-ip-block-and-allow-list-toggles +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Adds dedicated WAF allow and block list toggles diff --git a/projects/plugins/jetpack/changelog/add-jetpack-settings-ai-link b/projects/plugins/jetpack/changelog/add-jetpack-settings-ai-link deleted file mode 100644 index 78371d6410d62..0000000000000 --- a/projects/plugins/jetpack/changelog/add-jetpack-settings-ai-link +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Jetpack Settings: add link to AI assistant product page diff --git a/projects/plugins/jetpack/changelog/add-manual-previous-70-testing b/projects/plugins/jetpack/changelog/add-manual-previous-70-testing deleted file mode 100644 index 5278e48862393..0000000000000 --- a/projects/plugins/jetpack/changelog/add-manual-previous-70-testing +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Run Legacy Full Sync tests with PHP 7.2, now that 7.0 is on its way out. - - diff --git a/projects/plugins/jetpack/changelog/add-mj-protect-card-auto-firewall-status b/projects/plugins/jetpack/changelog/add-mj-protect-card-auto-firewall-status deleted file mode 100644 index 647445784d305..0000000000000 --- a/projects/plugins/jetpack/changelog/add-mj-protect-card-auto-firewall-status +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: update lock file - - diff --git a/projects/plugins/jetpack/changelog/add-proofread-get-suggestions b/projects/plugins/jetpack/changelog/add-proofread-get-suggestions deleted file mode 100644 index 7ac6584a824c6..0000000000000 --- a/projects/plugins/jetpack/changelog/add-proofread-get-suggestions +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Add suggestions handling on AI Proofread diff --git a/projects/plugins/jetpack/changelog/add-segmentation-to-jetpack-products-my-jetpack b/projects/plugins/jetpack/changelog/add-segmentation-to-jetpack-products-my-jetpack deleted file mode 100644 index a1c1831fa1ef7..0000000000000 --- a/projects/plugins/jetpack/changelog/add-segmentation-to-jetpack-products-my-jetpack +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Updated composer.lock. - - diff --git a/projects/plugins/jetpack/changelog/add-waf-ip-list-toggles b/projects/plugins/jetpack/changelog/add-waf-ip-list-toggles deleted file mode 100644 index a1c1831fa1ef7..0000000000000 --- a/projects/plugins/jetpack/changelog/add-waf-ip-list-toggles +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Updated composer.lock. - - diff --git a/projects/plugins/jetpack/changelog/feat-unify-masterbar b/projects/plugins/jetpack/changelog/feat-unify-masterbar deleted file mode 100644 index a1c1831fa1ef7..0000000000000 --- a/projects/plugins/jetpack/changelog/feat-unify-masterbar +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Updated composer.lock. - - diff --git a/projects/plugins/jetpack/changelog/feat-unify-masterbar-3 b/projects/plugins/jetpack/changelog/feat-unify-masterbar-3 deleted file mode 100644 index a1c1831fa1ef7..0000000000000 --- a/projects/plugins/jetpack/changelog/feat-unify-masterbar-3 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Updated composer.lock. - - diff --git a/projects/plugins/jetpack/changelog/fix-contact-form-input-twentytwenty-themes b/projects/plugins/jetpack/changelog/fix-contact-form-input-twentytwenty-themes deleted file mode 100644 index 6b1433e86b8b0..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-contact-form-input-twentytwenty-themes +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: compat - -Contact Form: ensure checkboxes are properly displayed when using the Twenty Twenty or the Twenty Twenty One theme. diff --git a/projects/plugins/jetpack/changelog/fix-dockblock-comments-google-fonts b/projects/plugins/jetpack/changelog/fix-dockblock-comments-google-fonts deleted file mode 100644 index 934896edb41ed..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-dockblock-comments-google-fonts +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Google Fonts: adjust docblocks for better codex generation - - diff --git a/projects/plugins/jetpack/changelog/fix-fontfamily-attribute b/projects/plugins/jetpack/changelog/fix-fontfamily-attribute deleted file mode 100644 index e9d38d0b657e3..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-fontfamily-attribute +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Check if the fontFamily block attribute is a string before trying to format. diff --git a/projects/plugins/jetpack/changelog/fix-jetpack-ai-proofread-popover-wrap b/projects/plugins/jetpack/changelog/fix-jetpack-ai-proofread-popover-wrap deleted file mode 100644 index 7ec1e450409e2..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-jetpack-ai-proofread-popover-wrap +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -AI Proofread: Wrap suggestion text diff --git a/projects/plugins/jetpack/changelog/fix-jetpack-dashboard-dash-item-alignment b/projects/plugins/jetpack/changelog/fix-jetpack-dashboard-dash-item-alignment deleted file mode 100644 index eb72a2738de0f..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-jetpack-dashboard-dash-item-alignment +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Jetpack Dashboard: use flex-start alignment for dash item cards for more consistent header-content spacing diff --git a/projects/plugins/jetpack/changelog/fix-posts-stats-link b/projects/plugins/jetpack/changelog/fix-posts-stats-link deleted file mode 100644 index 0e5c009bbe31d..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-posts-stats-link +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Ensure Jetpack posts stats link points to wp-admin stats diff --git a/projects/plugins/jetpack/changelog/fix-warnings-json-api-post-base b/projects/plugins/jetpack/changelog/fix-warnings-json-api-post-base deleted file mode 100644 index 3709939821770..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-warnings-json-api-post-base +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - - Jetpack plugin - JSON API: Fix Warnings in post endpoints diff --git a/projects/plugins/jetpack/changelog/init-release-cycle b/projects/plugins/jetpack/changelog/init-release-cycle deleted file mode 100644 index 1da40119faef2..0000000000000 --- a/projects/plugins/jetpack/changelog/init-release-cycle +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Init 13.7-a.4 - - diff --git a/projects/plugins/jetpack/changelog/remove-calypso-eslint b/projects/plugins/jetpack/changelog/remove-calypso-eslint deleted file mode 100644 index 42a2ff0e3d1f2..0000000000000 --- a/projects/plugins/jetpack/changelog/remove-calypso-eslint +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Replace eslint disable of `wpcalypso/no-unsafe-wp-apis` with `@wordpress/no-unsafe-wp-apis`. No change to functionality. - - diff --git a/projects/plugins/jetpack/changelog/remove-calypso-eslint#2 b/projects/plugins/jetpack/changelog/remove-calypso-eslint#2 deleted file mode 100644 index 48a91c2c25532..0000000000000 --- a/projects/plugins/jetpack/changelog/remove-calypso-eslint#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Remove `wpcalypso/jsx-classname-namespace` from eslintrc and `eslint-disable` comments, `eslint-plugin-wpcalypso` is being removed. - - diff --git a/projects/plugins/jetpack/changelog/remove-calypso-eslint#3 b/projects/plugins/jetpack/changelog/remove-calypso-eslint#3 deleted file mode 100644 index bd169330990fa..0000000000000 --- a/projects/plugins/jetpack/changelog/remove-calypso-eslint#3 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Change one `@return` comment to `@returns`, which we'll probably change back soon while doing the same across the monorepo but it's not worth the effort of avoiding now. - - diff --git a/projects/plugins/jetpack/changelog/remove-jetpack-firewall-new-badge b/projects/plugins/jetpack/changelog/remove-jetpack-firewall-new-badge deleted file mode 100644 index ed5b2224d08a6..0000000000000 --- a/projects/plugins/jetpack/changelog/remove-jetpack-firewall-new-badge +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Remove "new" badge from Jetpack Firewall settings card. diff --git a/projects/plugins/jetpack/changelog/remove-stats-from-connection-interstitial b/projects/plugins/jetpack/changelog/remove-stats-from-connection-interstitial deleted file mode 100644 index 5d454aa8bfa59..0000000000000 --- a/projects/plugins/jetpack/changelog/remove-stats-from-connection-interstitial +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Connection Screen: remove mention of Stats from the list of available free features diff --git a/projects/plugins/jetpack/changelog/remove-wpcomsh-phan-stubs-from-masterbar b/projects/plugins/jetpack/changelog/remove-wpcomsh-phan-stubs-from-masterbar deleted file mode 100644 index af11d66975104..0000000000000 --- a/projects/plugins/jetpack/changelog/remove-wpcomsh-phan-stubs-from-masterbar +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Removed loading wpcomsh phan stubs from the Masterbar, these stubs are already included globally now. - - diff --git a/projects/plugins/jetpack/changelog/update-ai-proofread-invalidate-suggestion b/projects/plugins/jetpack/changelog/update-ai-proofread-invalidate-suggestion deleted file mode 100644 index 1ee989cf5862a..0000000000000 --- a/projects/plugins/jetpack/changelog/update-ai-proofread-invalidate-suggestion +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Invalidate suggestions on AI Proofread based on actions diff --git a/projects/plugins/jetpack/changelog/update-ai-proofread-popover-ux b/projects/plugins/jetpack/changelog/update-ai-proofread-popover-ux deleted file mode 100644 index a321157afcce1..0000000000000 --- a/projects/plugins/jetpack/changelog/update-ai-proofread-popover-ux +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Improve Popover UX on AI Proofread diff --git a/projects/plugins/jetpack/changelog/update-google-fonts-prefilter b/projects/plugins/jetpack/changelog/update-google-fonts-prefilter deleted file mode 100644 index 4a01316667593..0000000000000 --- a/projects/plugins/jetpack/changelog/update-google-fonts-prefilter +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -jetpack_get_google_fonts_data: Added an optional filter to short circuit fetching google font data diff --git a/projects/plugins/jetpack/changelog/update-jetpack-ai-basic-site-logo-block-extension b/projects/plugins/jetpack/changelog/update-jetpack-ai-basic-site-logo-block-extension deleted file mode 100644 index f80e3c53f68c0..0000000000000 --- a/projects/plugins/jetpack/changelog/update-jetpack-ai-basic-site-logo-block-extension +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -AI Logo Generator: extend the site logo block to include an AI button on the toolbar. diff --git a/projects/plugins/jetpack/changelog/update-jetpack-ai-copy-logo-generator-code b/projects/plugins/jetpack/changelog/update-jetpack-ai-copy-logo-generator-code deleted file mode 100644 index a9174c1860e69..0000000000000 --- a/projects/plugins/jetpack/changelog/update-jetpack-ai-copy-logo-generator-code +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Jetpack AI: add logo generator codebase to ai-client package and solve issues. diff --git a/projects/plugins/jetpack/changelog/update-jetpack-ai-proofread-add-features b/projects/plugins/jetpack/changelog/update-jetpack-ai-proofread-add-features deleted file mode 100644 index 902a2f14faced..0000000000000 --- a/projects/plugins/jetpack/changelog/update-jetpack-ai-proofread-add-features +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -AI Proofread: Add long sentences and unconfident word checks diff --git a/projects/plugins/jetpack/changelog/update-jetpack-ai-proofread-target-position b/projects/plugins/jetpack/changelog/update-jetpack-ai-proofread-target-position deleted file mode 100644 index 2ab81eaf89c87..0000000000000 --- a/projects/plugins/jetpack/changelog/update-jetpack-ai-proofread-target-position +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -AI Proofread: Target specific term occurrence diff --git a/projects/plugins/jetpack/changelog/update-jetpack-color-and-tonesque-guards b/projects/plugins/jetpack/changelog/update-jetpack-color-and-tonesque-guards deleted file mode 100644 index 35b02c21aff46..0000000000000 --- a/projects/plugins/jetpack/changelog/update-jetpack-color-and-tonesque-guards +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Jetpack Color and Tonesque: add existence guard diff --git a/projects/plugins/jetpack/changelog/update-minimum-wp-to-6.5 b/projects/plugins/jetpack/changelog/update-minimum-wp-to-6.5 deleted file mode 100644 index f1ab707c6e1b6..0000000000000 --- a/projects/plugins/jetpack/changelog/update-minimum-wp-to-6.5 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: compat - -General: update WordPress version requirements to WordPress 6.5. diff --git a/projects/plugins/jetpack/changelog/update-move-jetpack-color-to-classic-theme-helper b/projects/plugins/jetpack/changelog/update-move-jetpack-color-to-classic-theme-helper deleted file mode 100644 index 9d4fcd78532cf..0000000000000 --- a/projects/plugins/jetpack/changelog/update-move-jetpack-color-to-classic-theme-helper +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Prevent Phan warning - - diff --git a/projects/plugins/jetpack/changelog/update-newsletter-toggle-label b/projects/plugins/jetpack/changelog/update-newsletter-toggle-label deleted file mode 100644 index 076f04433ae44..0000000000000 --- a/projects/plugins/jetpack/changelog/update-newsletter-toggle-label +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Subscriptions: Update Newsletter module toggle label diff --git a/projects/plugins/jetpack/changelog/update-remove-comic-cpt b/projects/plugins/jetpack/changelog/update-remove-comic-cpt deleted file mode 100644 index 5bbf0f9fbf616..0000000000000 --- a/projects/plugins/jetpack/changelog/update-remove-comic-cpt +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: other - -Custom Post Types: remove Comic post type diff --git a/projects/plugins/jetpack/changelog/update-remove-stats-from-connection-interstitial b/projects/plugins/jetpack/changelog/update-remove-stats-from-connection-interstitial deleted file mode 100644 index a1c1831fa1ef7..0000000000000 --- a/projects/plugins/jetpack/changelog/update-remove-stats-from-connection-interstitial +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Updated composer.lock. - - diff --git a/projects/plugins/jetpack/changelog/update-remove-wp-6.4-compat b/projects/plugins/jetpack/changelog/update-remove-wp-6.4-compat deleted file mode 100644 index 9a0f67bbb6cb4..0000000000000 --- a/projects/plugins/jetpack/changelog/update-remove-wp-6.4-compat +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: compat - -General: remove code for compatibility with WordPress versions before 6.5. diff --git a/projects/plugins/jetpack/changelog/update-subscribe-block-tracks b/projects/plugins/jetpack/changelog/update-subscribe-block-tracks deleted file mode 100644 index 0e8cddbcec24d..0000000000000 --- a/projects/plugins/jetpack/changelog/update-subscribe-block-tracks +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Adds internal subscription source to understand how users subscribe to sites - - diff --git a/projects/plugins/jetpack/changelog/update-subscribe-overlay-track b/projects/plugins/jetpack/changelog/update-subscribe-overlay-track deleted file mode 100644 index f6d025095c5b8..0000000000000 --- a/projects/plugins/jetpack/changelog/update-subscribe-overlay-track +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Adds an internal subscription source to understan how users subscribe to sites - - diff --git a/projects/plugins/jetpack/composer.json b/projects/plugins/jetpack/composer.json index 9fda6247913ae..484c1cd063e33 100644 --- a/projects/plugins/jetpack/composer.json +++ b/projects/plugins/jetpack/composer.json @@ -103,7 +103,7 @@ "platform": { "ext-intl": "0.0.0" }, - "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_7_a_4", + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_7_a_6", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true diff --git a/projects/plugins/jetpack/composer.lock b/projects/plugins/jetpack/composer.lock index 5caa13e6b6957..664e517b4e782 100644 --- a/projects/plugins/jetpack/composer.lock +++ b/projects/plugins/jetpack/composer.lock @@ -1812,7 +1812,7 @@ "dist": { "type": "path", "url": "../../packages/my-jetpack", - "reference": "0c5dffa0f434993147dd2c710de0c7832c48e54f" + "reference": "524d5410bf385fd2e2c03092430d398339745aa4" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -1851,7 +1851,7 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "4.29.x-dev" + "dev-trunk": "4.30.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" diff --git a/projects/plugins/jetpack/jetpack.php b/projects/plugins/jetpack/jetpack.php index 6521a2dc233e1..93709d3fc63ac 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.7-a.4 + * Version: 13.7-a.6 * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -34,7 +34,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '6.5' ); define( 'JETPACK__MINIMUM_PHP_VERSION', '7.0' ); -define( 'JETPACK__VERSION', '13.7-a.4' ); +define( 'JETPACK__VERSION', '13.7-a.6' ); /** * Constant used to fetch the connection owner token diff --git a/projects/plugins/jetpack/modules/google-fonts/current/load-google-fonts.php b/projects/plugins/jetpack/modules/google-fonts/current/load-google-fonts.php index 338c12a7cef8e..7f5469faabe0d 100644 --- a/projects/plugins/jetpack/modules/google-fonts/current/load-google-fonts.php +++ b/projects/plugins/jetpack/modules/google-fonts/current/load-google-fonts.php @@ -27,7 +27,7 @@ function jetpack_get_google_fonts_data() { * * @module google-fonts * - * @since $$next-version$$ + * @since 13.7 * * @param null|array $pre The pre-filtered Google Fonts data, default null. */ diff --git a/projects/plugins/jetpack/package.json b/projects/plugins/jetpack/package.json index 8d42a3fad0f79..09061fad7f8d6 100644 --- a/projects/plugins/jetpack/package.json +++ b/projects/plugins/jetpack/package.json @@ -1,6 +1,6 @@ { "name": "Jetpack", - "version": "13.7.0-a.4", + "version": "13.7.0-a.6", "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 9ac2a40555939..13e2d7c6efec9 100644 --- a/projects/plugins/jetpack/readme.txt +++ b/projects/plugins/jetpack/readme.txt @@ -326,19 +326,19 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file == Changelog == -### 13.7-a.3 - 2024-07-15 +### 13.7-a.5 - 2024-07-22 #### Enhancements -- Blocks: Add the EventCoutdown block. -- Blocks: Add the Timeline block. -- Newsletter: Improve the modal overlay. -- Social: Added recommendation steps for the Social plan. -- Subscriptions: Implemented a more dynamic approach to displaying the modal. +- Dashboard: Add a dashboard card for AI Assistant. +- Security: Add separate IP allow and block list toggles in Web Application Firewall settings. +- Settings: Add a link to the AI assistant product page. #### Improved compatibility -- Blocks: Changed the use of default parameters in the Map block for React 19 compatibility. +- Contact Form: Ensure checkboxes are properly displayed when using the Twenty Twenty or the Twenty Twenty One theme. +- General: Remove code for compatibility with WordPress versions before 6.5. +- General: Update WordPress version requirements to WordPress 6.5. #### Bug fixes -- Donations Block: Fix undefined array key warnings with old/malformed blocks. +- Blocks: Check if the fontFamily block attribute is a string before trying to format. -------- diff --git a/projects/plugins/migration/changelog/prerelease b/projects/plugins/migration/changelog/prerelease index 9aa70e3ec1f75..7d3f9cba4bc0e 100644 --- a/projects/plugins/migration/changelog/prerelease +++ b/projects/plugins/migration/changelog/prerelease @@ -1,5 +1,4 @@ Significance: patch -Type: changed -Comment: Updated composer.lock. - +Type: fixed +Updated package dependencies. diff --git a/projects/plugins/migration/composer.lock b/projects/plugins/migration/composer.lock index 432a3f8f2d702..cf61b5acc8d67 100644 --- a/projects/plugins/migration/composer.lock +++ b/projects/plugins/migration/composer.lock @@ -1160,7 +1160,7 @@ "dist": { "type": "path", "url": "../../packages/my-jetpack", - "reference": "0c5dffa0f434993147dd2c710de0c7832c48e54f" + "reference": "524d5410bf385fd2e2c03092430d398339745aa4" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -1199,7 +1199,7 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "4.29.x-dev" + "dev-trunk": "4.30.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" diff --git a/projects/plugins/mu-wpcom-plugin/CHANGELOG.md b/projects/plugins/mu-wpcom-plugin/CHANGELOG.md index d0761c551d84e..041028e70a202 100644 --- a/projects/plugins/mu-wpcom-plugin/CHANGELOG.md +++ b/projects/plugins/mu-wpcom-plugin/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). +## 2.5.0 - 2024-07-22 +### Added +- Add missing `scssphp/scssphp` dependency to the plugin zip. [#38337] +- Add checks to remove WP.comm items and links in WP Admin for users who are not connected to WP.com. [#38401] + ## 2.4.1 - 2024-07-18 ### Changed - Internal updates. diff --git a/projects/plugins/mu-wpcom-plugin/changelog/add-populate-site-from-wp-admin b/projects/plugins/mu-wpcom-plugin/changelog/add-populate-site-from-wp-admin deleted file mode 100644 index 139fbc24b1564..0000000000000 --- a/projects/plugins/mu-wpcom-plugin/changelog/add-populate-site-from-wp-admin +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Adds checks to remove wpcom items and links in wp-admin for users who are not connected to wpcom. diff --git a/projects/plugins/mu-wpcom-plugin/changelog/add-wpcom-global-styles b/projects/plugins/mu-wpcom-plugin/changelog/add-wpcom-global-styles deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/mu-wpcom-plugin/changelog/add-wpcom-global-styles +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/mu-wpcom-plugin/changelog/feat-unify-masterbar b/projects/plugins/mu-wpcom-plugin/changelog/feat-unify-masterbar deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/mu-wpcom-plugin/changelog/feat-unify-masterbar +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/mu-wpcom-plugin/changelog/feat-unify-masterbar-2 b/projects/plugins/mu-wpcom-plugin/changelog/feat-unify-masterbar-2 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/mu-wpcom-plugin/changelog/feat-unify-masterbar-2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/mu-wpcom-plugin/changelog/feat-unify-masterbar-3 b/projects/plugins/mu-wpcom-plugin/changelog/feat-unify-masterbar-3 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/mu-wpcom-plugin/changelog/feat-unify-masterbar-3 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/mu-wpcom-plugin/changelog/fix-mu-wpcom-scssphp b/projects/plugins/mu-wpcom-plugin/changelog/fix-mu-wpcom-scssphp deleted file mode 100644 index 22c1756f3f3de..0000000000000 --- a/projects/plugins/mu-wpcom-plugin/changelog/fix-mu-wpcom-scssphp +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Add missing `scssphp/scssphp` dependency to the plugin zip. diff --git a/projects/plugins/mu-wpcom-plugin/composer.json b/projects/plugins/mu-wpcom-plugin/composer.json index 02b95ad328f5b..9cca70a5dd612 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_5_0_alpha" + "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_1_alpha" } } diff --git a/projects/plugins/mu-wpcom-plugin/composer.lock b/projects/plugins/mu-wpcom-plugin/composer.lock index 25c45de4fbc1e..68dffdd739cd9 100644 --- a/projects/plugins/mu-wpcom-plugin/composer.lock +++ b/projects/plugins/mu-wpcom-plugin/composer.lock @@ -1005,7 +1005,7 @@ "dist": { "type": "path", "url": "../../packages/jetpack-mu-wpcom", - "reference": "4a39c4961bf87d1d5d44ec9328a0a947034f37e3" + "reference": "a7f5a8b0a0412e24617a256c5d30fbe1f2f5fc65" }, "require": { "automattic/jetpack-assets": "@dev", @@ -1039,7 +1039,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "5.47.x-dev" + "dev-trunk": "5.48.x-dev" }, "textdomain": "jetpack-mu-wpcom", "version-constants": { diff --git a/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php b/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php index 169f2115ab023..298a9cb31e3b5 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.5.0-alpha + * Version: 2.5.1-alpha * 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 94111841fa45f..1401b67a4a696 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.5.0-alpha", + "version": "2.5.1-alpha", "description": "Test plugin for the jetpack-mu-wpcom package", "homepage": "https://jetpack.com", "bugs": { diff --git a/projects/plugins/protect/changelog/prerelease b/projects/plugins/protect/changelog/prerelease new file mode 100644 index 0000000000000..7d3f9cba4bc0e --- /dev/null +++ b/projects/plugins/protect/changelog/prerelease @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Updated package dependencies. diff --git a/projects/plugins/protect/composer.lock b/projects/plugins/protect/composer.lock index 4cd64c96e8761..2cb22bf30ca05 100644 --- a/projects/plugins/protect/composer.lock +++ b/projects/plugins/protect/composer.lock @@ -1073,7 +1073,7 @@ "dist": { "type": "path", "url": "../../packages/my-jetpack", - "reference": "0c5dffa0f434993147dd2c710de0c7832c48e54f" + "reference": "524d5410bf385fd2e2c03092430d398339745aa4" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -1112,7 +1112,7 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "4.29.x-dev" + "dev-trunk": "4.30.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" diff --git a/projects/plugins/search/changelog/prerelease b/projects/plugins/search/changelog/prerelease new file mode 100644 index 0000000000000..7d3f9cba4bc0e --- /dev/null +++ b/projects/plugins/search/changelog/prerelease @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Updated package dependencies. diff --git a/projects/plugins/search/composer.lock b/projects/plugins/search/composer.lock index 196236c920a4f..9ed53f825c949 100644 --- a/projects/plugins/search/composer.lock +++ b/projects/plugins/search/composer.lock @@ -1016,7 +1016,7 @@ "dist": { "type": "path", "url": "../../packages/my-jetpack", - "reference": "0c5dffa0f434993147dd2c710de0c7832c48e54f" + "reference": "524d5410bf385fd2e2c03092430d398339745aa4" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -1055,7 +1055,7 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "4.29.x-dev" + "dev-trunk": "4.30.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" diff --git a/projects/plugins/social/changelog/prerelease b/projects/plugins/social/changelog/prerelease new file mode 100644 index 0000000000000..7d3f9cba4bc0e --- /dev/null +++ b/projects/plugins/social/changelog/prerelease @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Updated package dependencies. diff --git a/projects/plugins/social/composer.lock b/projects/plugins/social/composer.lock index 0fe38cb2c3b85..17d9822d4b305 100644 --- a/projects/plugins/social/composer.lock +++ b/projects/plugins/social/composer.lock @@ -1016,7 +1016,7 @@ "dist": { "type": "path", "url": "../../packages/my-jetpack", - "reference": "0c5dffa0f434993147dd2c710de0c7832c48e54f" + "reference": "524d5410bf385fd2e2c03092430d398339745aa4" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -1055,7 +1055,7 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "4.29.x-dev" + "dev-trunk": "4.30.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" diff --git a/projects/plugins/starter-plugin/changelog/prerelease b/projects/plugins/starter-plugin/changelog/prerelease index 9aa70e3ec1f75..7d3f9cba4bc0e 100644 --- a/projects/plugins/starter-plugin/changelog/prerelease +++ b/projects/plugins/starter-plugin/changelog/prerelease @@ -1,5 +1,4 @@ Significance: patch -Type: changed -Comment: Updated composer.lock. - +Type: fixed +Updated package dependencies. diff --git a/projects/plugins/starter-plugin/composer.lock b/projects/plugins/starter-plugin/composer.lock index 619842b86a549..71678b34170cb 100644 --- a/projects/plugins/starter-plugin/composer.lock +++ b/projects/plugins/starter-plugin/composer.lock @@ -1016,7 +1016,7 @@ "dist": { "type": "path", "url": "../../packages/my-jetpack", - "reference": "0c5dffa0f434993147dd2c710de0c7832c48e54f" + "reference": "524d5410bf385fd2e2c03092430d398339745aa4" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -1055,7 +1055,7 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "4.29.x-dev" + "dev-trunk": "4.30.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" diff --git a/projects/plugins/videopress/changelog/prerelease b/projects/plugins/videopress/changelog/prerelease new file mode 100644 index 0000000000000..7d3f9cba4bc0e --- /dev/null +++ b/projects/plugins/videopress/changelog/prerelease @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Updated package dependencies. diff --git a/projects/plugins/videopress/composer.lock b/projects/plugins/videopress/composer.lock index b2aba11bb931f..1e621cb78aa9d 100644 --- a/projects/plugins/videopress/composer.lock +++ b/projects/plugins/videopress/composer.lock @@ -1016,7 +1016,7 @@ "dist": { "type": "path", "url": "../../packages/my-jetpack", - "reference": "0c5dffa0f434993147dd2c710de0c7832c48e54f" + "reference": "524d5410bf385fd2e2c03092430d398339745aa4" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -1055,7 +1055,7 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "4.29.x-dev" + "dev-trunk": "4.30.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" diff --git a/projects/plugins/wpcomsh/changelog/prerelease b/projects/plugins/wpcomsh/changelog/prerelease new file mode 100644 index 0000000000000..7d3f9cba4bc0e --- /dev/null +++ b/projects/plugins/wpcomsh/changelog/prerelease @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Updated package dependencies. diff --git a/projects/plugins/wpcomsh/composer.lock b/projects/plugins/wpcomsh/composer.lock index 5310a421a27e2..6a1714a08e0e1 100644 --- a/projects/plugins/wpcomsh/composer.lock +++ b/projects/plugins/wpcomsh/composer.lock @@ -1142,7 +1142,7 @@ "dist": { "type": "path", "url": "../../packages/jetpack-mu-wpcom", - "reference": "4a39c4961bf87d1d5d44ec9328a0a947034f37e3" + "reference": "a7f5a8b0a0412e24617a256c5d30fbe1f2f5fc65" }, "require": { "automattic/jetpack-assets": "@dev", @@ -1176,7 +1176,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "5.47.x-dev" + "dev-trunk": "5.48.x-dev" }, "textdomain": "jetpack-mu-wpcom", "version-constants": {