diff --git a/projects/js-packages/ai-client/CHANGELOG.md b/projects/js-packages/ai-client/CHANGELOG.md index a3c3d66c94922..865c31e1a1052 100644 --- a/projects/js-packages/ai-client/CHANGELOG.md +++ b/projects/js-packages/ai-client/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.20.0] - 2024-09-30 +### Added +- AI Client: add support for showStyleSelector on logo generator and use-image-generator [#39530] + ## [0.19.0] - 2024-09-23 ### Changed - AI Client: Don't send a default style to jetpack-ai-image endpoint, default is handled in backend and we need to not send it until we're ready for it to be a user option. [#39494] @@ -415,6 +419,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. [#31659] - Updated package dependencies. [#31785] +[0.20.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.19.0...v0.20.0 [0.19.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.18.1...v0.19.0 [0.18.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.18.0...v0.18.1 [0.18.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.17.0...v0.18.0 diff --git a/projects/js-packages/ai-client/changelog/add-jetpack-ai-logo-generator-style-option b/projects/js-packages/ai-client/changelog/add-jetpack-ai-logo-generator-style-option deleted file mode 100644 index c61846b1d6e24..0000000000000 --- a/projects/js-packages/ai-client/changelog/add-jetpack-ai-logo-generator-style-option +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -AI Client: add support for showStyleSelector on logo generator and use-image-generator diff --git a/projects/js-packages/ai-client/package.json b/projects/js-packages/ai-client/package.json index 755b8b4dc7b5e..89a284923a257 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.19.0", + "version": "0.20.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/connection/CHANGELOG.md b/projects/js-packages/connection/CHANGELOG.md index 24a5d40390cdb..ec894fc0f1995 100644 --- a/projects/js-packages/connection/CHANGELOG.md +++ b/projects/js-packages/connection/CHANGELOG.md @@ -2,6 +2,10 @@ ### This is a list detailing changes for the Jetpack RNA Connection Component releases. +## [0.35.10] - 2024-09-30 +### Changed +- Fetch adminUrl current value on function run [#39578] + ## [0.35.9] - 2024-09-25 ### Changed - Update dependencies. @@ -855,6 +859,7 @@ - `Main` and `ConnectUser` components added. - `JetpackRestApiClient` API client added. +[0.35.10]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.9...v0.35.10 [0.35.9]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.8...v0.35.9 [0.35.8]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.7...v0.35.8 [0.35.7]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.6...v0.35.7 diff --git a/projects/js-packages/connection/changelog/fix-recommendations-connect-after-checkout b/projects/js-packages/connection/changelog/fix-recommendations-connect-after-checkout deleted file mode 100644 index 11cf7a8b03bcb..0000000000000 --- a/projects/js-packages/connection/changelog/fix-recommendations-connect-after-checkout +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Fetch adminUrl current value on function run diff --git a/projects/js-packages/connection/package.json b/projects/js-packages/connection/package.json index 0fde95d31f9b4..e2b075cda93f9 100644 --- a/projects/js-packages/connection/package.json +++ b/projects/js-packages/connection/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-connection", - "version": "0.35.9", + "version": "0.35.10", "description": "Jetpack Connection Component", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme", "bugs": { diff --git a/projects/js-packages/partner-coupon/CHANGELOG.md b/projects/js-packages/partner-coupon/CHANGELOG.md index 6127b7413f97d..2ad52ae03b36d 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.90 - 2024-09-30 +### Changed +- Update dependencies. [#39528] + ## 0.2.89 - 2024-09-16 ### Changed - Updated package dependencies. [#39332] 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 e8e3912f39b10..b065022c496e8 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.89", + "version": "0.2.90", "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 ccb7230eabecd..3e2d193641976 100644 --- a/projects/js-packages/publicize-components/CHANGELOG.md +++ b/projects/js-packages/publicize-components/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.70.1] - 2024-09-30 +### Changed +- Update dependencies. [#39528] + ## [0.70.0] - 2024-09-23 ### Added - Added tracking for the resharing action [#39408] @@ -944,6 +948,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#24470] +[0.70.1]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.70.0...v0.70.1 [0.70.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.69.0...v0.70.0 [0.69.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.68.0...v0.69.0 [0.68.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.67.0...v0.68.0 diff --git a/projects/js-packages/publicize-components/changelog/force-a-release b/projects/js-packages/publicize-components/changelog/force-a-release deleted file mode 100644 index d4ad6c7cc3379..0000000000000 --- a/projects/js-packages/publicize-components/changelog/force-a-release +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update dependencies. diff --git a/projects/js-packages/publicize-components/package.json b/projects/js-packages/publicize-components/package.json index c22ff3f6008a4..6aa9870bf19dc 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.70.0", + "version": "0.70.1", "description": "A library of JS components required by the Publicize editor plugin", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/publicize-components/#readme", "bugs": { diff --git a/projects/js-packages/shared-extension-utils/CHANGELOG.md b/projects/js-packages/shared-extension-utils/CHANGELOG.md index 250dc28632db4..d691be34cee99 100644 --- a/projects/js-packages/shared-extension-utils/CHANGELOG.md +++ b/projects/js-packages/shared-extension-utils/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.15.11] - 2024-09-30 +### Changed +- Update dependencies. [#39528] + ## [0.15.10] - 2024-09-16 ### Changed - Updated package dependencies. [#39332] @@ -456,6 +460,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Core: prepare utility for release +[0.15.11]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.10...0.15.11 [0.15.10]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.9...0.15.10 [0.15.9]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.8...0.15.9 [0.15.8]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.7...0.15.8 diff --git a/projects/js-packages/shared-extension-utils/changelog/force-a-release b/projects/js-packages/shared-extension-utils/changelog/force-a-release deleted file mode 100644 index d4ad6c7cc3379..0000000000000 --- a/projects/js-packages/shared-extension-utils/changelog/force-a-release +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update dependencies. diff --git a/projects/js-packages/shared-extension-utils/package.json b/projects/js-packages/shared-extension-utils/package.json index bb8954fc53306..d1ad267bc0877 100644 --- a/projects/js-packages/shared-extension-utils/package.json +++ b/projects/js-packages/shared-extension-utils/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-shared-extension-utils", - "version": "0.15.10", + "version": "0.15.11", "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/a8c-mc-stats/CHANGELOG.md b/projects/packages/a8c-mc-stats/CHANGELOG.md index 1e7d3ab7c2a9f..0c8b04b6fc842 100644 --- a/projects/packages/a8c-mc-stats/CHANGELOG.md +++ b/projects/packages/a8c-mc-stats/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.3] - 2024-09-30 +### Fixed +- Added a check for function presence to avoid fatal errors. [#39581] + ## [2.0.2] - 2024-08-23 ### Changed - Updated package dependencies. [#39004] @@ -139,6 +143,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Creates the MC Stats package +[2.0.3]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.22...v2.0.0 diff --git a/projects/packages/a8c-mc-stats/changelog/fix-mc-stats-wp-rand-undefined b/projects/packages/a8c-mc-stats/changelog/fix-mc-stats-wp-rand-undefined deleted file mode 100644 index d0956ce7ba9fa..0000000000000 --- a/projects/packages/a8c-mc-stats/changelog/fix-mc-stats-wp-rand-undefined +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Added a check for function presence to avoid fatal errors. diff --git a/projects/packages/backup/CHANGELOG.md b/projects/packages/backup/CHANGELOG.md index 3a3d661f30575..ef80790cf6a56 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.12] - 2024-09-30 +### Changed +- Update dependencies. [#39528] + ## [3.4.11] - 2024-09-23 ### Changed - Update dependencies. [#38958] @@ -705,6 +709,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.12]: https://github.com/Automattic/jetpack-backup/compare/v3.4.11...v3.4.12 [3.4.11]: https://github.com/Automattic/jetpack-backup/compare/v3.4.10...v3.4.11 [3.4.10]: https://github.com/Automattic/jetpack-backup/compare/v3.4.9...v3.4.10 [3.4.9]: https://github.com/Automattic/jetpack-backup/compare/v3.4.8...v3.4.9 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 7db44ca18df83..2d7064e7778ba 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.11'; + const PACKAGE_VERSION = '3.4.12'; const PACKAGE_SLUG = 'backup'; diff --git a/projects/packages/blaze/CHANGELOG.md b/projects/packages/blaze/CHANGELOG.md index b303904623bd4..151a1fd571f45 100644 --- a/projects/packages/blaze/CHANGELOG.md +++ b/projects/packages/blaze/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.22.12] - 2024-09-30 +### Changed +- Remove user connection nudges where they aren't needed. Add user connection nudges where needed [#39533] +- Update dependencies. [#39528] + ## [0.22.11] - 2024-09-23 ### Fixed - Increases the timeout for the Blaze payment checkout endpoint [#39420] @@ -451,6 +456,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#27906] +[0.22.12]: https://github.com/automattic/jetpack-blaze/compare/v0.22.11...v0.22.12 [0.22.11]: https://github.com/automattic/jetpack-blaze/compare/v0.22.10...v0.22.11 [0.22.10]: https://github.com/automattic/jetpack-blaze/compare/v0.22.9...v0.22.10 [0.22.9]: https://github.com/automattic/jetpack-blaze/compare/v0.22.8...v0.22.9 diff --git a/projects/packages/blaze/changelog/force-a-release b/projects/packages/blaze/changelog/force-a-release deleted file mode 100644 index d4ad6c7cc3379..0000000000000 --- a/projects/packages/blaze/changelog/force-a-release +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update dependencies. diff --git a/projects/packages/blaze/changelog/remove-connection-nudges-where-not-needed b/projects/packages/blaze/changelog/remove-connection-nudges-where-not-needed deleted file mode 100644 index e04f952b7d274..0000000000000 --- a/projects/packages/blaze/changelog/remove-connection-nudges-where-not-needed +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Remove user connection nudges where they aren't needed. Add user connection nudges where needed diff --git a/projects/packages/blaze/package.json b/projects/packages/blaze/package.json index 9e318303458a0..06847817c15af 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.11", + "version": "0.22.12", "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 a6a896fae9359..b18f6d8be19ec 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.11'; + const PACKAGE_VERSION = '0.22.12'; /** * 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 4af3721056aec..87b1f4fb8d96e 100644 --- a/projects/packages/classic-theme-helper/CHANGELOG.md +++ b/projects/packages/classic-theme-helper/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.2] - 2024-09-30 +### Added +- Admin dashboard: Disable portfolio toggle if theme supports portfolio and site is WoA [#39508] + ## [0.6.1] - 2024-09-23 ### Fixed - Portfolios: Ensure these are enabled and working properly on themes that support portfolios [#39431] @@ -122,6 +126,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Add wordpress folder on gitignore. [#37177] +[0.6.2]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.5.6...v0.6.0 [0.5.6]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.5.5...v0.5.6 diff --git a/projects/packages/classic-theme-helper/changelog/update-woa-portfolio-toggle-ui b/projects/packages/classic-theme-helper/changelog/update-woa-portfolio-toggle-ui deleted file mode 100644 index 6633807b08bd8..0000000000000 --- a/projects/packages/classic-theme-helper/changelog/update-woa-portfolio-toggle-ui +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Admin dashboard: Disable portfolio toggle if theme supports portfolio and site is WoA diff --git a/projects/packages/classic-theme-helper/package.json b/projects/packages/classic-theme-helper/package.json index 66186b2158314..0ff5cd083be86 100644 --- a/projects/packages/classic-theme-helper/package.json +++ b/projects/packages/classic-theme-helper/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-classic-theme-helper", - "version": "0.6.1", + "version": "0.6.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 74db0865479a1..dc0d73bf88096 100644 --- a/projects/packages/classic-theme-helper/src/class-main.php +++ b/projects/packages/classic-theme-helper/src/class-main.php @@ -14,7 +14,7 @@ */ class Main { - const PACKAGE_VERSION = '0.6.1'; + const PACKAGE_VERSION = '0.6.2'; /** * Modules to include. diff --git a/projects/packages/connection/CHANGELOG.md b/projects/packages/connection/CHANGELOG.md index 92100e28fd64b..51a4a3b67f27b 100644 --- a/projects/packages/connection/CHANGELOG.md +++ b/projects/packages/connection/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). +## [5.1.1] - 2024-09-30 +### Changed +- In 'connect_url_redirect' hook, redirect to 'redirect_after_auth` url if already connected (for connect_after_checkout flow). [#39573] +- My Jetpack Welcome Flow: Display default recommendations upfront first, then offer optional survey for customized recommendations. [#39485] + ## [5.1.0] - 2024-09-25 ### Changed - Jetpack Connection - REST API: Allow site-level authentication on POST requests to 'jetpack/v4/connection' [#39503] @@ -1211,6 +1216,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Separate the connection library into its own package. +[5.1.1]: https://github.com/Automattic/jetpack-connection/compare/v5.1.0...v5.1.1 [5.1.0]: https://github.com/Automattic/jetpack-connection/compare/v5.0.0...v5.1.0 [5.0.0]: https://github.com/Automattic/jetpack-connection/compare/v4.0.4...v5.0.0 [4.0.4]: https://github.com/Automattic/jetpack-connection/compare/v4.0.3...v4.0.4 diff --git a/projects/packages/connection/changelog/fix-connect-url-redirect-already-connected b/projects/packages/connection/changelog/fix-connect-url-redirect-already-connected deleted file mode 100644 index 38ca6e399db0b..0000000000000 --- a/projects/packages/connection/changelog/fix-connect-url-redirect-already-connected +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -In 'connect_url_redirect' hook, redirect to 'redirect_after_auth` url if already connected (for connect_after_checkout flow). diff --git a/projects/packages/connection/changelog/update-welcome-flow-upfront-default-recommendations b/projects/packages/connection/changelog/update-welcome-flow-upfront-default-recommendations deleted file mode 100644 index e2296750dfe95..0000000000000 --- a/projects/packages/connection/changelog/update-welcome-flow-upfront-default-recommendations +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -My Jetpack Welcome Flow: Display default recommendations upfront first, then offer optional survey for customized recommendations. diff --git a/projects/packages/connection/src/class-package-version.php b/projects/packages/connection/src/class-package-version.php index da68b714537bd..50101f103017e 100644 --- a/projects/packages/connection/src/class-package-version.php +++ b/projects/packages/connection/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '5.1.0'; + const PACKAGE_VERSION = '5.1.1'; const PACKAGE_SLUG = 'connection'; diff --git a/projects/packages/forms/CHANGELOG.md b/projects/packages/forms/CHANGELOG.md index 7351a9c7b5d32..ce9b82cdc02b6 100644 --- a/projects/packages/forms/CHANGELOG.md +++ b/projects/packages/forms/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.33.1] - 2024-09-30 +### Changed +- Internal updates. + ## [0.33.0] - 2024-09-23 ### Added - New filter to allow for excluding the contact form submission IP from being saved or e-mailed. [#39395] @@ -673,6 +677,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a new jetpack/forms package [#28409] - Added a public load_contact_form method for initializing the contact form module. [#28416] +[0.33.1]: https://github.com/automattic/jetpack-forms/compare/v0.33.0...v0.33.1 [0.33.0]: https://github.com/automattic/jetpack-forms/compare/v0.32.16...v0.33.0 [0.32.16]: https://github.com/automattic/jetpack-forms/compare/v0.32.15...v0.32.16 [0.32.15]: https://github.com/automattic/jetpack-forms/compare/v0.32.14...v0.32.15 diff --git a/projects/packages/forms/changelog/fix-choice-field-default-label b/projects/packages/forms/changelog/fix-choice-field-default-label deleted file mode 100644 index 0b2d99e0d3c26..0000000000000 --- a/projects/packages/forms/changelog/fix-choice-field-default-label +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Choice fields: updated default copy - - diff --git a/projects/packages/forms/changelog/fix-choice-fields-styles b/projects/packages/forms/changelog/fix-choice-fields-styles deleted file mode 100644 index cdadb1d4204b9..0000000000000 --- a/projects/packages/forms/changelog/fix-choice-fields-styles +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Single and Multiple Choice fields: fix view styles - - diff --git a/projects/packages/forms/package.json b/projects/packages/forms/package.json index ea30ce90d17f6..77393cd1cbcdb 100644 --- a/projects/packages/forms/package.json +++ b/projects/packages/forms/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-forms", - "version": "0.33.0", + "version": "0.33.1", "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 4d4001e1f30b3..8e59b693b7f5e 100644 --- a/projects/packages/forms/src/class-jetpack-forms.php +++ b/projects/packages/forms/src/class-jetpack-forms.php @@ -15,7 +15,7 @@ */ class Jetpack_Forms { - const PACKAGE_VERSION = '0.33.0'; + const PACKAGE_VERSION = '0.33.1'; /** * Load the contact form module. diff --git a/projects/packages/masterbar/CHANGELOG.md b/projects/packages/masterbar/CHANGELOG.md index 3e7c6f5e0d6ca..0e1b4611b207c 100644 --- a/projects/packages/masterbar/CHANGELOG.md +++ b/projects/packages/masterbar/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.4] - 2024-09-30 +### Changed +- Remove user connection nudges where they aren't needed. Add user connection nudges where needed [#39533] + +### Removed +- Masterbar: Remove User Info side-panel [#39546] + +### Fixed +- Admin bar: don't enqueue obsolete Core CSS overrides for Default scheme [#39453] + ## [0.9.3] - 2024-09-23 ### Changed - Update dependencies. @@ -130,6 +140,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. [#37669] - Updated package dependencies. [#37706] +[0.9.4]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.3...v0.9.4 [0.9.3]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.2...v0.9.3 [0.9.2]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.0...v0.9.1 diff --git a/projects/packages/masterbar/changelog/fix-fresh-masterbar b/projects/packages/masterbar/changelog/fix-fresh-masterbar deleted file mode 100644 index 8901cb5c5bb95..0000000000000 --- a/projects/packages/masterbar/changelog/fix-fresh-masterbar +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Admin bar: don't enqueue obsolete Core CSS overrides for Default scheme diff --git a/projects/packages/masterbar/changelog/remove-connection-nudges-where-not-needed b/projects/packages/masterbar/changelog/remove-connection-nudges-where-not-needed deleted file mode 100644 index e04f952b7d274..0000000000000 --- a/projects/packages/masterbar/changelog/remove-connection-nudges-where-not-needed +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Remove user connection nudges where they aren't needed. Add user connection nudges where needed diff --git a/projects/packages/masterbar/changelog/update-masterbar-remove-user-info-sidepanel b/projects/packages/masterbar/changelog/update-masterbar-remove-user-info-sidepanel deleted file mode 100644 index 21b6b6ded5e3d..0000000000000 --- a/projects/packages/masterbar/changelog/update-masterbar-remove-user-info-sidepanel +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: removed - -Masterbar: Remove User Info side-panel diff --git a/projects/packages/masterbar/package.json b/projects/packages/masterbar/package.json index b7cfe99fd201b..b79156aedeacf 100644 --- a/projects/packages/masterbar/package.json +++ b/projects/packages/masterbar/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-masterbar", - "version": "0.9.3", + "version": "0.9.4", "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 df61eb258139d..92ab8721d67f4 100644 --- a/projects/packages/masterbar/src/class-main.php +++ b/projects/packages/masterbar/src/class-main.php @@ -14,7 +14,7 @@ */ class Main { - const PACKAGE_VERSION = '0.9.3'; + const PACKAGE_VERSION = '0.9.4'; /** * Initializer. diff --git a/projects/packages/my-jetpack/CHANGELOG.md b/projects/packages/my-jetpack/CHANGELOG.md index 1a464590defaf..297b3452496a1 100644 --- a/projects/packages/my-jetpack/CHANGELOG.md +++ b/projects/packages/my-jetpack/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.35.9] - 2024-09-30 +### Changed +- Fix parameters to allow for connectAfterCheckout flow from recommendation card [#39578] +- My Jetpack Welcome Flow: Display default recommendations upfront first, then offer optional survey for customized recommendations. [#39485] + +### Fixed +- Fixed a bug where the purchases and highlights APIs were being called without a valid Jetpack connection [#39522] +- My Jetpack: visual update to make the GlobalNotice component look better on mobile. [#39537] + ## [4.35.8] - 2024-09-25 ### Changed - Update dependencies. [#38910] @@ -1746,6 +1755,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created package +[4.35.9]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.8...4.35.9 [4.35.8]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.7...4.35.8 [4.35.7]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.6...4.35.7 [4.35.6]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.5...4.35.6 diff --git a/projects/packages/my-jetpack/changelog/fix-discount-tag-interstitials b/projects/packages/my-jetpack/changelog/fix-discount-tag-interstitials deleted file mode 100644 index 1b5e15fdbf2e4..0000000000000 --- a/projects/packages/my-jetpack/changelog/fix-discount-tag-interstitials +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Minor change updating the discount tag spacing in the product interstitials - - diff --git a/projects/packages/my-jetpack/changelog/fix-my-jetpack-highlights-and-purchases-api-calls-when-not-connected b/projects/packages/my-jetpack/changelog/fix-my-jetpack-highlights-and-purchases-api-calls-when-not-connected deleted file mode 100644 index 387294d97bf61..0000000000000 --- a/projects/packages/my-jetpack/changelog/fix-my-jetpack-highlights-and-purchases-api-calls-when-not-connected +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fixed a bug where the purchases and highlights APIs were being called without a valid Jetpack connection diff --git a/projects/packages/my-jetpack/changelog/fix-recommendations-connect-after-checkout b/projects/packages/my-jetpack/changelog/fix-recommendations-connect-after-checkout deleted file mode 100644 index 34ef82e79b08f..0000000000000 --- a/projects/packages/my-jetpack/changelog/fix-recommendations-connect-after-checkout +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Fix parameters to allow for connectAfterCheckout flow from recommendation card diff --git a/projects/packages/my-jetpack/changelog/update-my-jetpack-notice-mobile-style b/projects/packages/my-jetpack/changelog/update-my-jetpack-notice-mobile-style deleted file mode 100644 index ab3e71019f080..0000000000000 --- a/projects/packages/my-jetpack/changelog/update-my-jetpack-notice-mobile-style +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -My Jetpack: visual update to make the GlobalNotice component look better on mobile. diff --git a/projects/packages/my-jetpack/changelog/update-welcome-flow-upfront-default-recommendations b/projects/packages/my-jetpack/changelog/update-welcome-flow-upfront-default-recommendations deleted file mode 100644 index e2296750dfe95..0000000000000 --- a/projects/packages/my-jetpack/changelog/update-welcome-flow-upfront-default-recommendations +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -My Jetpack Welcome Flow: Display default recommendations upfront first, then offer optional survey for customized recommendations. diff --git a/projects/packages/my-jetpack/package.json b/projects/packages/my-jetpack/package.json index c8be32e12f327..2305dd8127efe 100644 --- a/projects/packages/my-jetpack/package.json +++ b/projects/packages/my-jetpack/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-my-jetpack", - "version": "4.35.8", + "version": "4.35.9", "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 45e7a2dc80da1..739950e56abbe 100644 --- a/projects/packages/my-jetpack/src/class-initializer.php +++ b/projects/packages/my-jetpack/src/class-initializer.php @@ -42,7 +42,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '4.35.8'; + const PACKAGE_VERSION = '4.35.9'; /** * 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 73cb69e1101c6..a7ba91e4345ec 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.45.6] - 2024-09-30 +### Changed +- Update dependencies. [#39528] + ## [0.45.5] - 2024-09-23 ### Changed - Instant search: Use triggering element's document instead of the global `document`. [#39364] @@ -1049,6 +1053,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. +[0.45.6]: https://github.com/Automattic/jetpack-search/compare/v0.45.5...v0.45.6 [0.45.5]: https://github.com/Automattic/jetpack-search/compare/v0.45.4...v0.45.5 [0.45.4]: https://github.com/Automattic/jetpack-search/compare/v0.45.3...v0.45.4 [0.45.3]: https://github.com/Automattic/jetpack-search/compare/v0.45.2...v0.45.3 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/package.json b/projects/packages/search/package.json index 66639b2dd8a34..d406808196f30 100644 --- a/projects/packages/search/package.json +++ b/projects/packages/search/package.json @@ -1,6 +1,6 @@ { "name": "jetpack-search", - "version": "0.45.5", + "version": "0.45.6", "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 f775b52840725..9634a181d05e3 100644 --- a/projects/packages/search/src/class-package.php +++ b/projects/packages/search/src/class-package.php @@ -11,7 +11,7 @@ * Search package general information */ class Package { - const VERSION = '0.45.5'; + const VERSION = '0.45.6'; const SLUG = 'search'; /** diff --git a/projects/packages/sync/CHANGELOG.md b/projects/packages/sync/CHANGELOG.md index bcdd241b57a65..2aeb94e9aa9b9 100644 --- a/projects/packages/sync/CHANGELOG.md +++ b/projects/packages/sync/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.13.2] - 2024-09-30 +### Fixed +- Jetpack Sync: Fix a bug in syncing HPOS 'woocommerce_delete_order' actions [#39562] + ## [3.13.1] - 2024-09-23 ### Changed - Update dependencies. @@ -1295,6 +1299,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Move sync to a classmapped package +[3.13.2]: https://github.com/Automattic/jetpack-sync/compare/v3.13.1...v3.13.2 [3.13.1]: https://github.com/Automattic/jetpack-sync/compare/v3.13.0...v3.13.1 [3.13.0]: https://github.com/Automattic/jetpack-sync/compare/v3.12.0...v3.13.0 [3.12.0]: https://github.com/Automattic/jetpack-sync/compare/v3.11.0...v3.12.0 diff --git a/projects/packages/sync/changelog/fix-sync-woocommerce_delete_order-action b/projects/packages/sync/changelog/fix-sync-woocommerce_delete_order-action deleted file mode 100644 index 4f357cf354ce0..0000000000000 --- a/projects/packages/sync/changelog/fix-sync-woocommerce_delete_order-action +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Jetpack Sync: Fix a bug in syncing HPOS 'woocommerce_delete_order' actions diff --git a/projects/packages/sync/src/class-package-version.php b/projects/packages/sync/src/class-package-version.php index c46b196697979..cff0d492120ab 100644 --- a/projects/packages/sync/src/class-package-version.php +++ b/projects/packages/sync/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '3.13.1'; + const PACKAGE_VERSION = '3.13.2'; const PACKAGE_SLUG = 'sync'; diff --git a/projects/packages/videopress/CHANGELOG.md b/projects/packages/videopress/CHANGELOG.md index e5d5d7489e976..7be8a21a85dea 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.24.10] - 2024-09-30 +### Changed +- Update dependencies. [#39528] + ## [0.24.9] - 2024-09-23 ### Changed - Update dependencies. [#38595] @@ -1444,6 +1448,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created empty package [#24952] +[0.24.10]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.9...v0.24.10 [0.24.9]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.8...v0.24.9 [0.24.8]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.7...v0.24.8 [0.24.7]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.6...v0.24.7 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/package.json b/projects/packages/videopress/package.json index ebfe9b244c7e3..84de5268ee83a 100644 --- a/projects/packages/videopress/package.json +++ b/projects/packages/videopress/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-videopress", - "version": "0.24.9", + "version": "0.24.10", "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 c342b93c9b161..566cc653a2530 100644 --- a/projects/packages/videopress/src/class-package-version.php +++ b/projects/packages/videopress/src/class-package-version.php @@ -11,7 +11,7 @@ * The Package_Version class. */ class Package_Version { - const PACKAGE_VERSION = '0.24.9'; + const PACKAGE_VERSION = '0.24.10'; const PACKAGE_SLUG = 'videopress'; diff --git a/projects/packages/waf/CHANGELOG.md b/projects/packages/waf/CHANGELOG.md index ade1a56c6f105..6d14307b63a4e 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.20.0] - 2024-09-30 +### Added +- Added Waf_Blocklog_Manager class [#35739] + ## [0.19.0] - 2024-09-23 ### Added - Firewall: add support for CIDR ranges in IP lists. [#39425] @@ -370,6 +374,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.20.0]: https://github.com/Automattic/jetpack-waf/compare/v0.19.0...v0.20.0 [0.19.0]: https://github.com/Automattic/jetpack-waf/compare/v0.18.5...v0.19.0 [0.18.5]: https://github.com/Automattic/jetpack-waf/compare/v0.18.4...v0.18.5 [0.18.4]: https://github.com/Automattic/jetpack-waf/compare/v0.18.3...v0.18.4 diff --git a/projects/packages/waf/changelog/add-protect-firewall-stat-cards b/projects/packages/waf/changelog/add-protect-firewall-stat-cards deleted file mode 100644 index 6841106ca5ac2..0000000000000 --- a/projects/packages/waf/changelog/add-protect-firewall-stat-cards +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Added Waf_Blocklog_Manager class diff --git a/projects/packages/waf/composer.json b/projects/packages/waf/composer.json index e071496374449..1fc860d892eb8 100644 --- a/projects/packages/waf/composer.json +++ b/projects/packages/waf/composer.json @@ -61,7 +61,7 @@ "link-template": "https://github.com/Automattic/jetpack-waf/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.19.x-dev" + "dev-trunk": "0.20.x-dev" } }, "config": { diff --git a/projects/packages/wordads/CHANGELOG.md b/projects/packages/wordads/CHANGELOG.md index 4a776c4e02333..def783ba2c9d9 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.34] - 2024-09-30 +### Changed +- Update dependencies. [#39528] + ## [0.3.33] - 2024-09-23 ### Changed - Update dependencies. [#38017] @@ -412,6 +416,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.34]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.33...v0.3.34 [0.3.33]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.32...v0.3.33 [0.3.32]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.31...v0.3.32 [0.3.31]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.30...v0.3.31 diff --git a/projects/packages/wordads/changelog/force-a-release b/projects/packages/wordads/changelog/force-a-release deleted file mode 100644 index d4ad6c7cc3379..0000000000000 --- a/projects/packages/wordads/changelog/force-a-release +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update dependencies. diff --git a/projects/packages/wordads/package.json b/projects/packages/wordads/package.json index 87910c87e7362..6e7dd857ea24d 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.33", + "version": "0.3.34", "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 3ae722621bf1c..089ad0eb0b916 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.33'; + const VERSION = '0.3.34'; const SLUG = 'wordads'; /** diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index 38fb5a3648a79..28feccf59c370 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -2,6 +2,39 @@ ### This is a list detailing changes for all Jetpack releases. +## 13.9-beta - 2024-09-30 +### Major Enhancements +- Jetpack plugin: Remove the 'WordPress.com Toolbar' module. [#39406] + +### Enhancements +- Blocks: Transition from an option to a module to improve caching. [#39449] +- My Jetpack: Visual update to the GlobalNotice component for better mobile presentation. [#39537] +- Performance: Set the concatenated CSS to off by default. The era where this was helpful is passing. [#39486] + +### Improved compatibility +- Dashboard: Disable portfolio toggle if theme supports portfolio for specific environments. [#39508] + +### Bug fixes +- Shortcode: Fix the YouTube URL for the `/embed` type. [#39502] +- Subscriptions: Fix added slashes in the Follow Blog widget. [#39433] + +### Other changes +- Blocks: Fix 'Division by zero' fatal error in the Story block. [#39577] +- Dashboard: Add icons for all product cards. [#39513] +- Dashboard: Clean and deprecate unused functionality on Jetpack admin pages. [#39547] +- Dashboard: Remove deprecated IDC flag from admin pages. [#39531] +- Dashboard: Remove user connection nudges where they aren't needed. Add user connection nudges where needed. [#39533] +- General: Added test instructions for Jetpack 13.9. [#39481] +- Infinite scroll: Remove unused code. [#39570] +- Jetpack AI: Add the beta flag to support styles dropdown on the logo generator. [#39510] +- Jetpack AI: Pass prop/flag to `showStyleSelector` on the logo generator modal. [#39530] +- Jetpack AI: Show button label on logo block toolbar if site's logo is empty. [#39550] +- Jetpack WAF: Removed deprecation notice as the firewall feature will not be removed in the next release. [#39568] +- Social: Remove excessive hook from social logos and genericons. [#39564] +- Stats: Remove user connection nudge from Stats module on the dashboard. [#39496] +- Title Optimization: improve button behaviors when handling errors. [#39554] +- Write Brief: Turn spelling mistakes and long sentences on by default when the tool is enabled. [#39495] + ## 13.9-a.7 - 2024-09-23 ### Enhancements - Jetpack AI: Add AI SEO title optimization. [#39363] diff --git a/projects/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-admin-page.php b/projects/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-admin-page.php index 763df7535f8a7..9e4f739dabe35 100644 --- a/projects/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-admin-page.php +++ b/projects/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-admin-page.php @@ -18,7 +18,7 @@ abstract class Jetpack_Admin_Page { * Jetpack Object. * * @var Jetpack - * @deprecated $$next-version$$ Use `Jetpack::init()` instead. + * @deprecated 13.9 Use `Jetpack::init()` instead. */ public $jetpack; @@ -61,7 +61,7 @@ public function __construct() { * Keeping it for backward compatibility in case the `$jetpack` property is still in use. * To be removed. * - * @deprecated $$next-version$$ + * @deprecated 13.9 */ add_action( 'jetpack_loaded', array( $this, 'on_jetpack_loaded' ) ); } @@ -69,7 +69,7 @@ public function __construct() { /** * Runs on Jetpack being ready to load its packages. * - * @deprecated $$next-version$$ + * @deprecated 13.9 * * @param Jetpack $jetpack object. */ @@ -145,7 +145,7 @@ public function render() { /** * Doesn't do anything anymore. * - * @deprecated $$next-version$$ No longer used. + * @deprecated 13.9 No longer used. */ public function admin_help() {} diff --git a/projects/plugins/jetpack/changelog/add-blocks-module b/projects/plugins/jetpack/changelog/add-blocks-module deleted file mode 100644 index 9ff62b89e6338..0000000000000 --- a/projects/plugins/jetpack/changelog/add-blocks-module +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: enhancement - -Blocks: transition from an option to a module to improve caching diff --git a/projects/plugins/jetpack/changelog/add-icons-for-all-product-cards-on-dashboard b/projects/plugins/jetpack/changelog/add-icons-for-all-product-cards-on-dashboard deleted file mode 100644 index 5096b4ac4dfa7..0000000000000 --- a/projects/plugins/jetpack/changelog/add-icons-for-all-product-cards-on-dashboard +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Add icons for all product cards on dashboard diff --git a/projects/plugins/jetpack/changelog/add-jetpack-ai-image-generation-styles-beta-flag b/projects/plugins/jetpack/changelog/add-jetpack-ai-image-generation-styles-beta-flag deleted file mode 100644 index 65f019f142c9a..0000000000000 --- a/projects/plugins/jetpack/changelog/add-jetpack-ai-image-generation-styles-beta-flag +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Jetpack AI: add beta flag to support styles dropdown on logo generator diff --git a/projects/plugins/jetpack/changelog/add-jetpack-ai-logo-generator-style-option b/projects/plugins/jetpack/changelog/add-jetpack-ai-logo-generator-style-option deleted file mode 100644 index 8f539bba94be8..0000000000000 --- a/projects/plugins/jetpack/changelog/add-jetpack-ai-logo-generator-style-option +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Jetpack AI: pass prop/flag to showStyleSelector on logo generator modal diff --git a/projects/plugins/jetpack/changelog/add-to-test-13.9 b/projects/plugins/jetpack/changelog/add-to-test-13.9 deleted file mode 100644 index 29ee7c9c6c66a..0000000000000 --- a/projects/plugins/jetpack/changelog/add-to-test-13.9 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Added test instructions for Jetpack 13.9. diff --git a/projects/plugins/jetpack/changelog/change-jetpack-ai-logo-generator-block-toolbar-button b/projects/plugins/jetpack/changelog/change-jetpack-ai-logo-generator-block-toolbar-button deleted file mode 100644 index 2412d7512243d..0000000000000 --- a/projects/plugins/jetpack/changelog/change-jetpack-ai-logo-generator-block-toolbar-button +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Jetpack AI: show button label on logo block toolbar if site's logo is empty diff --git a/projects/plugins/jetpack/changelog/fix-division-by-zero-fatal-story-block b/projects/plugins/jetpack/changelog/fix-division-by-zero-fatal-story-block deleted file mode 100644 index e08c9a67c2920..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-division-by-zero-fatal-story-block +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Jetpack plugin - Story Block: Fix 'Division by zero' Fatal diff --git a/projects/plugins/jetpack/changelog/fix-remove-excessive-social-logos-hook b/projects/plugins/jetpack/changelog/fix-remove-excessive-social-logos-hook deleted file mode 100644 index 8703af49716d4..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-remove-excessive-social-logos-hook +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Remove excessive hook from social logos and genericons. diff --git a/projects/plugins/jetpack/changelog/fix-subscribe-slashes b/projects/plugins/jetpack/changelog/fix-subscribe-slashes deleted file mode 100644 index 61d21c9a19aed..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-subscribe-slashes +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Subscriptions: fix added slashes to the Follow Blog widget. diff --git a/projects/plugins/jetpack/changelog/fix-youtube-embed-link b/projects/plugins/jetpack/changelog/fix-youtube-embed-link deleted file mode 100644 index 25eade29e3fbc..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-youtube-embed-link +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Shortcode: Fix the YouTube URL for the /embed one diff --git a/projects/plugins/jetpack/changelog/prerelease b/projects/plugins/jetpack/changelog/prerelease deleted file mode 100644 index a1c1831fa1ef7..0000000000000 --- a/projects/plugins/jetpack/changelog/prerelease +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Updated composer.lock. - - diff --git a/projects/plugins/jetpack/changelog/remove-cleanup-infinite-scroll b/projects/plugins/jetpack/changelog/remove-cleanup-infinite-scroll deleted file mode 100644 index 417d56530d2b2..0000000000000 --- a/projects/plugins/jetpack/changelog/remove-cleanup-infinite-scroll +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Infinite scroll: remove unused code. diff --git a/projects/plugins/jetpack/changelog/remove-connection-nudges-where-not-needed b/projects/plugins/jetpack/changelog/remove-connection-nudges-where-not-needed deleted file mode 100644 index e616336a5733b..0000000000000 --- a/projects/plugins/jetpack/changelog/remove-connection-nudges-where-not-needed +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Remove user connection nudges where they aren't needed. Add user connection nudges where needed diff --git a/projects/plugins/jetpack/changelog/remove-imploding-css b/projects/plugins/jetpack/changelog/remove-imploding-css deleted file mode 100644 index 0a2041c43bce3..0000000000000 --- a/projects/plugins/jetpack/changelog/remove-imploding-css +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Performance: set the concatenated CSS to false by default. The era where this was helpful is passing. diff --git a/projects/plugins/jetpack/changelog/remove-jetpack-page-deprecated-idc-flag b/projects/plugins/jetpack/changelog/remove-jetpack-page-deprecated-idc-flag deleted file mode 100644 index cfc1fec0d5050..0000000000000 --- a/projects/plugins/jetpack/changelog/remove-jetpack-page-deprecated-idc-flag +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Remove deprecated IDC flag from admin pages. diff --git a/projects/plugins/jetpack/changelog/remove-jetpack-page-excessive-hook b/projects/plugins/jetpack/changelog/remove-jetpack-page-excessive-hook deleted file mode 100644 index e7eafbfcdfa12..0000000000000 --- a/projects/plugins/jetpack/changelog/remove-jetpack-page-excessive-hook +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Clean and deprecate unused functionality on Jetpack admin pages. diff --git a/projects/plugins/jetpack/changelog/remove-jetpack-waf-deprecation-notice b/projects/plugins/jetpack/changelog/remove-jetpack-waf-deprecation-notice deleted file mode 100644 index f2282b6e58add..0000000000000 --- a/projects/plugins/jetpack/changelog/remove-jetpack-waf-deprecation-notice +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Removed deprecation notice as the firewall feature will not be removed in the next release. diff --git a/projects/plugins/jetpack/changelog/remove-user-connection-nudge-from-stats-at-a-glance b/projects/plugins/jetpack/changelog/remove-user-connection-nudge-from-stats-at-a-glance deleted file mode 100644 index fb7f97c885086..0000000000000 --- a/projects/plugins/jetpack/changelog/remove-user-connection-nudge-from-stats-at-a-glance +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Remove user connection nudge from Stats module on the dashboard diff --git a/projects/plugins/jetpack/changelog/update-jetpack-ai-reset-error-on-title-optimization b/projects/plugins/jetpack/changelog/update-jetpack-ai-reset-error-on-title-optimization deleted file mode 100644 index 9a27b121659f1..0000000000000 --- a/projects/plugins/jetpack/changelog/update-jetpack-ai-reset-error-on-title-optimization +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Title Optimization: improve button behaviors when handling errors. diff --git a/projects/plugins/jetpack/changelog/update-jetpack-ai-write-brief-enabled-by-default-features b/projects/plugins/jetpack/changelog/update-jetpack-ai-write-brief-enabled-by-default-features deleted file mode 100644 index 2c5ecee5764c3..0000000000000 --- a/projects/plugins/jetpack/changelog/update-jetpack-ai-write-brief-enabled-by-default-features +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Write Brief: turn spelling mistakes and long sentences on by default when tool is enabled. diff --git a/projects/plugins/jetpack/changelog/update-my-jetpack-notice-mobile-style b/projects/plugins/jetpack/changelog/update-my-jetpack-notice-mobile-style deleted file mode 100644 index 405f36172df98..0000000000000 --- a/projects/plugins/jetpack/changelog/update-my-jetpack-notice-mobile-style +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: enhancement - -My Jetpack: visual update to the GlobalNotice component look better on mobile. diff --git a/projects/plugins/jetpack/changelog/update-remove-masterbar-module b/projects/plugins/jetpack/changelog/update-remove-masterbar-module deleted file mode 100644 index 3c285cc9e84e2..0000000000000 --- a/projects/plugins/jetpack/changelog/update-remove-masterbar-module +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: major - -Jetpack plugin: Remove 'WordPress.com Toolbar' module diff --git a/projects/plugins/jetpack/changelog/update-woa-portfolio-toggle-ui b/projects/plugins/jetpack/changelog/update-woa-portfolio-toggle-ui deleted file mode 100644 index 20277839592ba..0000000000000 --- a/projects/plugins/jetpack/changelog/update-woa-portfolio-toggle-ui +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: compat - -Admin dashboard: Disable portfolio toggle if theme supports portfolio and site is WoA diff --git a/projects/plugins/jetpack/class.jetpack-gutenberg.php b/projects/plugins/jetpack/class.jetpack-gutenberg.php index 9628c4d326afb..7968f0452f7df 100644 --- a/projects/plugins/jetpack/class.jetpack-gutenberg.php +++ b/projects/plugins/jetpack/class.jetpack-gutenberg.php @@ -445,7 +445,7 @@ public static function should_load() { * Defaults to true if (connected or in offline mode) and the Blocks module is active. * * @since 6.5.0 - * @since $$next-version$$ Filter is able to activate or deactivate Gutenberg blocks. + * @since 13.9 Filter is able to activate or deactivate Gutenberg blocks. * * @param bool true Whether to load Gutenberg blocks */ diff --git a/projects/plugins/jetpack/class.jetpack.php b/projects/plugins/jetpack/class.jetpack.php index 3f427950521f3..056a96db73f01 100644 --- a/projects/plugins/jetpack/class.jetpack.php +++ b/projects/plugins/jetpack/class.jetpack.php @@ -3569,7 +3569,7 @@ public function upload_handler( $update_media_item = false ) { /** * Doesn't do anything anymore. * - * @deprecated $$next-version$$ We no longer show the "Help" button. + * @deprecated 13.9 We no longer show the "Help" button. * * @since Jetpack (1.2.3) * @return void @@ -5657,7 +5657,7 @@ public static function absolutize_css_urls( $css, $css_file_url ) { * @param bool $travis_test Is this a test run. * * @since 3.2 - * @since $$next-version$$ Default to not imploding. Requires a filter to enable. This may be temporary before dropping completely. + * @since 13.9 Default to not imploding. Requires a filter to enable. This may be temporary before dropping completely. */ public function implode_frontend_css( $travis_test = false ) { $do_implode = false; diff --git a/projects/plugins/jetpack/composer.json b/projects/plugins/jetpack/composer.json index 5a76b4780bd53..c24acd785ad8b 100644 --- a/projects/plugins/jetpack/composer.json +++ b/projects/plugins/jetpack/composer.json @@ -102,7 +102,7 @@ "platform": { "ext-intl": "0.0.0" }, - "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_9_a_7", + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_9_beta", "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 d7c5045d5c58f..ddd1ade2bfea1 100644 --- a/projects/plugins/jetpack/composer.lock +++ b/projects/plugins/jetpack/composer.lock @@ -2841,7 +2841,7 @@ "dist": { "type": "path", "url": "../../packages/waf", - "reference": "ea8921ba157ad639b0b7f801e24baee03e29e446" + "reference": "ff663ecc376384c029150906b6cd29118a231873" }, "require": { "automattic/jetpack-connection": "@dev", @@ -2868,7 +2868,7 @@ "link-template": "https://github.com/Automattic/jetpack-waf/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.19.x-dev" + "dev-trunk": "0.20.x-dev" } }, "autoload": { diff --git a/projects/plugins/jetpack/jetpack.php b/projects/plugins/jetpack/jetpack.php index 1dc8a64f846eb..e7ddec1bff839 100644 --- a/projects/plugins/jetpack/jetpack.php +++ b/projects/plugins/jetpack/jetpack.php @@ -4,7 +4,7 @@ * Plugin URI: https://jetpack.com * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things. * Author: Automattic - * Version: 13.9-a.7 + * Version: 13.9-beta * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -34,7 +34,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '6.5' ); define( 'JETPACK__MINIMUM_PHP_VERSION', '7.0' ); -define( 'JETPACK__VERSION', '13.9-a.7' ); +define( 'JETPACK__VERSION', '13.9-beta' ); /** * Constant used to fetch the connection owner token diff --git a/projects/plugins/jetpack/modules/blocks.php b/projects/plugins/jetpack/modules/blocks.php index 3df0ee69076f1..00338d87f0d06 100644 --- a/projects/plugins/jetpack/modules/blocks.php +++ b/projects/plugins/jetpack/modules/blocks.php @@ -22,7 +22,7 @@ * We'll leave that in place so _until the module is activated_ we will be sure to respect the previous * setting. * - * @since $$next-version$$ + * @since 13.9 * @return void */ function jetpack_blocks_activate_module() { diff --git a/projects/plugins/jetpack/modules/masterbar.php b/projects/plugins/jetpack/modules/masterbar.php index d36f58c2df974..f272bd6676deb 100644 --- a/projects/plugins/jetpack/modules/masterbar.php +++ b/projects/plugins/jetpack/modules/masterbar.php @@ -8,4 +8,4 @@ * @package automattic/jetpack */ -_deprecated_file( __FILE__, 'jetpack-$$next-version$$' ); +_deprecated_file( __FILE__, 'jetpack-13.9' ); diff --git a/projects/plugins/jetpack/modules/theme-tools/infinite-scroll.php b/projects/plugins/jetpack/modules/theme-tools/infinite-scroll.php index be2932d2879c3..fbcfc44d88de9 100644 --- a/projects/plugins/jetpack/modules/theme-tools/infinite-scroll.php +++ b/projects/plugins/jetpack/modules/theme-tools/infinite-scroll.php @@ -8,7 +8,7 @@ /** * The function doesn't do anything. * - * @deprecated $$next-version$$ + * @deprecated 13.9 * * @return void */ @@ -17,7 +17,7 @@ function jetpack_load_infinite_scroll_annotation() {} /** * Prevent IS from being activated if theme doesn't support it * - * @deprecated $$next-version$$ The function is no longer in use. + * @deprecated 13.9 The function is no longer in use. * * @filter jetpack_can_activate_infinite-scroll * @return bool diff --git a/projects/plugins/jetpack/package.json b/projects/plugins/jetpack/package.json index 5e31b02a63ae6..e6b6c7acba504 100644 --- a/projects/plugins/jetpack/package.json +++ b/projects/plugins/jetpack/package.json @@ -1,6 +1,6 @@ { "name": "Jetpack", - "version": "13.9.0-a.7", + "version": "13.9.0-beta", "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 9706e112fc890..f28a311b3b754 100644 --- a/projects/plugins/jetpack/readme.txt +++ b/projects/plugins/jetpack/readme.txt @@ -326,14 +326,38 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file == Changelog == -### 13.9-a.7 - 2024-09-23 +### 13.9-beta - 2024-09-30 +#### Major Enhancements +- Jetpack plugin: Remove the 'WordPress.com Toolbar' module. + #### Enhancements +- Blocks: Transition from an option to a module to improve caching. - Jetpack AI: Add AI SEO title optimization. +- Jetpack Stats: Do not check for capabilities if the user is not signed in when deciding whether to show the admin bar widget. +- My Jetpack: Visual update to the GlobalNotice component for better mobile presentation. +- Performance: Set the concatenated CSS to off by default. The era where this was helpful is passing. +- SSO: Remove legacy codebase in favor of the newer SSO codebase introduced in Jetpack 13.5. + +#### Improved compatibility +- Dashboard: Disable portfolio toggle if theme supports portfolio for specific environments. #### Bug fixes +- Ai Assistant: Do not show Jetpack AI excerpt UI outside of correct context. +- AI Assistant: Fix Write Brief highlight position on spelling mistake following ignored special word. +- AI Assistant: Remove autofocus on extended blocks while previewing. +- AI Content Lens: Fix the feature of the AI Content Lens is gone. +- Blocks: Prevent Memberships blocks from being registered when the site is not connected to Jetpack. +- Dashboard: Display the yearly Stats plan in the Jetpack dashboard immediately after you've purchased the plan. +- Help Center: Fix the icon color when previewing color scheme. +- Hosting Configuration: Make the menu title under the settings the same as the destination. +- Jetpack REST API: Fix missing requirement in admin-menu endpoint. +- Shortcode: Fix the YouTube URL embedding failure due to the trailing question mark of the ID. - Shortcode: Fix the YouTube URL for the private videos. +- Shortcode: Fix the YouTube URL for the `/embed` type. +- Sidebar: Show correct product name for "VaultPress Backup". - Social: Fix social previews button sometimes not fitting all the text. -- Blocks: Prevent Memberships blocks from being registered when the site is not connected to Jetpack. +- Subscriptions: Fix added slashes in the Follow Blog widget. +- WooCommerce Analytics: Check whether a constant is defined before attempting to use it, for compatibility with WooCommerce <8.4.0. -------- diff --git a/projects/plugins/jetpack/changelog/add-protect-firewall-stat-cards b/projects/plugins/protect/changelog/prerelease#7 similarity index 79% rename from projects/plugins/jetpack/changelog/add-protect-firewall-stat-cards rename to projects/plugins/protect/changelog/prerelease#7 index a1c1831fa1ef7..9aa70e3ec1f75 100644 --- a/projects/plugins/jetpack/changelog/add-protect-firewall-stat-cards +++ b/projects/plugins/protect/changelog/prerelease#7 @@ -1,5 +1,5 @@ Significance: patch -Type: other +Type: changed Comment: Updated composer.lock. diff --git a/projects/plugins/protect/composer.lock b/projects/plugins/protect/composer.lock index e3598553f286f..df56f8d3ac145 100644 --- a/projects/plugins/protect/composer.lock +++ b/projects/plugins/protect/composer.lock @@ -1803,7 +1803,7 @@ "dist": { "type": "path", "url": "../../packages/waf", - "reference": "ea8921ba157ad639b0b7f801e24baee03e29e446" + "reference": "ff663ecc376384c029150906b6cd29118a231873" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1830,7 +1830,7 @@ "link-template": "https://github.com/Automattic/jetpack-waf/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.19.x-dev" + "dev-trunk": "0.20.x-dev" } }, "autoload": {