From 2599f568696a46786e4d9a281b14a9ee05065c7f Mon Sep 17 00:00:00 2001 From: Kuba Birecki Date: Wed, 23 Oct 2024 12:45:09 +0200 Subject: [PATCH] Backport changes for Jetpack 14.0-a.7 (#39855) * Changelog and readme.txt edits. * Update changelog entries for clarity * Update readme.txt --- projects/js-packages/ai-client/CHANGELOG.md | 5 ++++ .../add-jetpack-ai-features-control-types | 4 ---- projects/js-packages/ai-client/package.json | 2 +- .../js-packages/partner-coupon/CHANGELOG.md | 4 ++++ .../partner-coupon/changelog/force-a-release | 4 ---- .../js-packages/partner-coupon/package.json | 2 +- .../publicize-components/CHANGELOG.md | 9 ++++++++ .../changelog/fix-social-bluesky-display-name | 4 ---- .../changelog/force-a-release | 4 ---- ...ocial-initial-state-migrate-urls-in-editor | 4 ---- ...initial-state-migrate-urls-on-social-admin | 4 ---- .../publicize-components/package.json | 2 +- projects/js-packages/script-data/CHANGELOG.md | 5 ++++ ...ix-site-specific-features-for-simple-sites | 4 ---- projects/js-packages/script-data/package.json | 2 +- .../shared-extension-utils/CHANGELOG.md | 5 ++++ .../changelog/force-a-release | 4 ---- .../shared-extension-utils/package.json | 2 +- projects/packages/backup/CHANGELOG.md | 5 ++++ .../packages/backup/changelog/force-a-release | 4 ---- .../backup/src/class-package-version.php | 2 +- projects/packages/blaze/CHANGELOG.md | 5 ++++ .../packages/blaze/changelog/force-a-release | 4 ---- projects/packages/blaze/package.json | 2 +- .../packages/blaze/src/class-dashboard.php | 2 +- projects/packages/connection/CHANGELOG.md | 5 ++++ ...update-sso-optimize-admin-notices-callback | 4 ---- .../connection/src/class-package-version.php | 2 +- projects/packages/forms/CHANGELOG.md | 5 ++++ .../packages/forms/changelog/force-a-release | 4 ---- projects/packages/forms/package.json | 2 +- .../forms/src/class-jetpack-forms.php | 2 +- projects/packages/plans/CHANGELOG.md | 5 ++++ ...ix-site-specific-features-for-simple-sites | 4 ---- projects/packages/plans/package.json | 2 +- projects/packages/publicize/CHANGELOG.md | 8 +++++++ ...ix-site-specific-features-for-simple-sites | 4 ---- ...initial-state-migrate-urls-on-social-admin | 4 ---- projects/packages/publicize/package.json | 2 +- projects/packages/search/CHANGELOG.md | 5 ++++ .../packages/search/changelog/force-a-release | 4 ---- projects/packages/search/package.json | 2 +- .../packages/search/src/class-package.php | 2 +- projects/packages/stats-admin/CHANGELOG.md | 4 ++++ .../update-integration-jitm-in-stats | 4 ---- projects/packages/stats-admin/package.json | 2 +- .../packages/stats-admin/src/class-main.php | 2 +- projects/packages/videopress/CHANGELOG.md | 5 ++++ .../videopress/changelog/force-a-release | 4 ---- projects/packages/videopress/package.json | 2 +- .../videopress/src/class-package-version.php | 2 +- projects/packages/wordads/CHANGELOG.md | 5 ++++ .../wordads/changelog/force-a-release | 4 ---- projects/packages/wordads/package.json | 2 +- .../packages/wordads/src/class-package.php | 2 +- projects/plugins/jetpack/CHANGELOG.md | 23 +++++++++++++++++++ .../add-newsletter-preview-menu-item | 4 ---- ...-block-as-preview-if-in-block-preview-mode | 4 ---- .../changelog/fix-class-not-found-error | 4 ---- .../changelog/fix-map-block-auto-height | 4 ---- .../changelog/fix-newsletter-settings-api | 4 ---- .../fix-slideshow-block-global-styles | 4 ---- .../fix-stats-explode-trailing-newline | 5 ---- .../jetpack/changelog/fix-story-block-fatal | 4 ---- .../fix-story-block-key-prop-warning | 4 ---- .../changelog/fix-sync-filter-null-array | 4 ---- .../changelog/fix-video-upload-media-notice | 4 ---- .../remove-preview-attribute-from-map-block | 4 ---- .../changelog/revert-admin_notice_37051 | 4 ---- ...ocial-initial-state-migrate-urls-in-editor | 4 ---- .../changelog/update-subscriptions-skip-modal | 4 ---- projects/plugins/jetpack/composer.json | 2 +- projects/plugins/jetpack/jetpack.php | 4 ++-- projects/plugins/jetpack/package.json | 2 +- projects/plugins/jetpack/readme.txt | 16 ++++++++++--- 75 files changed, 141 insertions(+), 165 deletions(-) delete mode 100644 projects/js-packages/ai-client/changelog/add-jetpack-ai-features-control-types delete mode 100644 projects/js-packages/partner-coupon/changelog/force-a-release delete mode 100644 projects/js-packages/publicize-components/changelog/fix-social-bluesky-display-name delete mode 100644 projects/js-packages/publicize-components/changelog/force-a-release delete mode 100644 projects/js-packages/publicize-components/changelog/update-social-initial-state-migrate-urls-in-editor delete mode 100644 projects/js-packages/publicize-components/changelog/update-social-initial-state-migrate-urls-on-social-admin delete mode 100644 projects/js-packages/script-data/changelog/fix-site-specific-features-for-simple-sites delete mode 100644 projects/js-packages/shared-extension-utils/changelog/force-a-release delete mode 100644 projects/packages/backup/changelog/force-a-release delete mode 100644 projects/packages/blaze/changelog/force-a-release delete mode 100644 projects/packages/connection/changelog/update-sso-optimize-admin-notices-callback delete mode 100644 projects/packages/forms/changelog/force-a-release delete mode 100644 projects/packages/plans/changelog/fix-site-specific-features-for-simple-sites delete mode 100644 projects/packages/publicize/changelog/fix-site-specific-features-for-simple-sites delete mode 100644 projects/packages/publicize/changelog/update-social-initial-state-migrate-urls-on-social-admin delete mode 100644 projects/packages/search/changelog/force-a-release delete mode 100644 projects/packages/stats-admin/changelog/update-integration-jitm-in-stats delete mode 100644 projects/packages/videopress/changelog/force-a-release delete mode 100644 projects/packages/wordads/changelog/force-a-release delete mode 100644 projects/plugins/jetpack/changelog/add-newsletter-preview-menu-item delete mode 100644 projects/plugins/jetpack/changelog/display-map-block-as-preview-if-in-block-preview-mode delete mode 100644 projects/plugins/jetpack/changelog/fix-class-not-found-error delete mode 100644 projects/plugins/jetpack/changelog/fix-map-block-auto-height delete mode 100644 projects/plugins/jetpack/changelog/fix-newsletter-settings-api delete mode 100644 projects/plugins/jetpack/changelog/fix-slideshow-block-global-styles delete mode 100644 projects/plugins/jetpack/changelog/fix-stats-explode-trailing-newline delete mode 100644 projects/plugins/jetpack/changelog/fix-story-block-fatal delete mode 100644 projects/plugins/jetpack/changelog/fix-story-block-key-prop-warning delete mode 100644 projects/plugins/jetpack/changelog/fix-sync-filter-null-array delete mode 100644 projects/plugins/jetpack/changelog/fix-video-upload-media-notice delete mode 100644 projects/plugins/jetpack/changelog/remove-preview-attribute-from-map-block delete mode 100644 projects/plugins/jetpack/changelog/revert-admin_notice_37051 delete mode 100644 projects/plugins/jetpack/changelog/update-social-initial-state-migrate-urls-in-editor delete mode 100644 projects/plugins/jetpack/changelog/update-subscriptions-skip-modal diff --git a/projects/js-packages/ai-client/CHANGELOG.md b/projects/js-packages/ai-client/CHANGELOG.md index 54f957ea86683..99bcab06d2685 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.22.0] - 2024-10-21 +### Changed +- AI Client: Add types for AI assistant feature payload data branch featuresControl. [#39826] + ## [0.21.0] - 2024-10-14 ### Added - AI Client: Add image styles 'auto' and 'none' to the logo generator. Order styles so those are on top in the dropdown selector. [#39689] @@ -435,6 +439,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. [#31659] - Updated package dependencies. [#31785] +[0.22.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.21.0...v0.22.0 [0.21.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.20.1...v0.21.0 [0.20.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.20.0...v0.20.1 [0.20.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.19.0...v0.20.0 diff --git a/projects/js-packages/ai-client/changelog/add-jetpack-ai-features-control-types b/projects/js-packages/ai-client/changelog/add-jetpack-ai-features-control-types deleted file mode 100644 index 68e175cac7043..0000000000000 --- a/projects/js-packages/ai-client/changelog/add-jetpack-ai-features-control-types +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -AI Client: add types for AI assistant feature payload data branch featuresControl diff --git a/projects/js-packages/ai-client/package.json b/projects/js-packages/ai-client/package.json index d376a895d3cb7..a35a4e132b951 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.21.0", + "version": "0.22.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/partner-coupon/CHANGELOG.md b/projects/js-packages/partner-coupon/CHANGELOG.md index 42c3b08d9a664..b06983ee66eb5 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.93 - 2024-10-21 +### Changed +- Update dependencies. [#39781] + ## 0.2.92 - 2024-10-14 ### Changed - Updated package dependencies. [#39707] 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 cc979e05da105..e940ad6672592 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.92", + "version": "0.2.93", "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 cc0e827f8d4cd..a47006d9fe0db 100644 --- a/projects/js-packages/publicize-components/CHANGELOG.md +++ b/projects/js-packages/publicize-components/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.71.3] - 2024-10-21 +### Changed +- Initial state: Migrated URLs in the editor to the new script data. [#39799] [#39797] +- Update dependencies. [#39781] + +### Fixed +- Social: Fixed Bluesky display name when it's not set in Bluesky profile. [#39840] + ## [0.71.2] - 2024-10-14 ### Added - Social: Added Bluesky to social previews. [#39659] @@ -970,6 +978,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#24470] +[0.71.3]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.71.2...v0.71.3 [0.71.2]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.71.1...v0.71.2 [0.71.1]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.71.0...v0.71.1 [0.71.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.70.1...v0.71.0 diff --git a/projects/js-packages/publicize-components/changelog/fix-social-bluesky-display-name b/projects/js-packages/publicize-components/changelog/fix-social-bluesky-display-name deleted file mode 100644 index ec1589efa9688..0000000000000 --- a/projects/js-packages/publicize-components/changelog/fix-social-bluesky-display-name +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Social: Fixed Bluesky display name when it's not set in Bluesky profile 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/changelog/update-social-initial-state-migrate-urls-in-editor b/projects/js-packages/publicize-components/changelog/update-social-initial-state-migrate-urls-in-editor deleted file mode 100644 index 71f7bcb2beb79..0000000000000 --- a/projects/js-packages/publicize-components/changelog/update-social-initial-state-migrate-urls-in-editor +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Initial state: Migrated URLs in the editor to the new script data diff --git a/projects/js-packages/publicize-components/changelog/update-social-initial-state-migrate-urls-on-social-admin b/projects/js-packages/publicize-components/changelog/update-social-initial-state-migrate-urls-on-social-admin deleted file mode 100644 index c23ee0fbdc59a..0000000000000 --- a/projects/js-packages/publicize-components/changelog/update-social-initial-state-migrate-urls-on-social-admin +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Initial State: Migrated URLs to script data diff --git a/projects/js-packages/publicize-components/package.json b/projects/js-packages/publicize-components/package.json index 87ec5e146b293..54856e9583755 100644 --- a/projects/js-packages/publicize-components/package.json +++ b/projects/js-packages/publicize-components/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-publicize-components", - "version": "0.71.2", + "version": "0.71.3", "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/script-data/CHANGELOG.md b/projects/js-packages/script-data/CHANGELOG.md index 483863296910b..d6008bd9ac192 100644 --- a/projects/js-packages/script-data/CHANGELOG.md +++ b/projects/js-packages/script-data/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.3] - 2024-10-21 +### Fixed +- Fixed the site features for Simple sites. [#39817] + ## [0.1.2] - 2024-08-21 ### Changed - Internal updates. @@ -17,5 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added jetpack-script-data package to consolidate the logic for Jetpack Initial state [#38430] +[0.1.3]: https://github.com/Automattic/jetpack-script-data/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/Automattic/jetpack-script-data/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/Automattic/jetpack-script-data/compare/v0.1.0...v0.1.1 diff --git a/projects/js-packages/script-data/changelog/fix-site-specific-features-for-simple-sites b/projects/js-packages/script-data/changelog/fix-site-specific-features-for-simple-sites deleted file mode 100644 index 8d0bfe4ddc2c9..0000000000000 --- a/projects/js-packages/script-data/changelog/fix-site-specific-features-for-simple-sites +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fixed the site features for Simple sites diff --git a/projects/js-packages/script-data/package.json b/projects/js-packages/script-data/package.json index 98db58435ae5f..b95ad91379ed9 100644 --- a/projects/js-packages/script-data/package.json +++ b/projects/js-packages/script-data/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-script-data", - "version": "0.1.2", + "version": "0.1.3", "description": "A library to provide data for script handles and the corresponding utility functions for Jetpack.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/script-data/#readme", "bugs": { diff --git a/projects/js-packages/shared-extension-utils/CHANGELOG.md b/projects/js-packages/shared-extension-utils/CHANGELOG.md index 92ced18380878..b0abeb5df6cdb 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.14] - 2024-10-21 +### Changed +- Update dependencies. [#39781] + ## [0.15.13] - 2024-10-14 ### Changed - Updated package dependencies. [#39707] @@ -471,6 +475,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Core: prepare utility for release +[0.15.14]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.13...0.15.14 [0.15.13]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.12...0.15.13 [0.15.12]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.11...0.15.12 [0.15.11]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.10...0.15.11 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 c4af22048acfd..25a832f9b09fa 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.13", + "version": "0.15.14", "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 67503b335190d..fa30ee71ad93c 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.15] - 2024-10-21 +### Changed +- Update dependencies. [#39781] + ## [3.4.14] - 2024-10-14 ### Changed - Only include `wp-polyfill` as a script dependency when needed. [#39629] @@ -718,6 +722,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.15]: https://github.com/Automattic/jetpack-backup/compare/v3.4.14...v3.4.15 [3.4.14]: https://github.com/Automattic/jetpack-backup/compare/v3.4.13...v3.4.14 [3.4.13]: https://github.com/Automattic/jetpack-backup/compare/v3.4.12...v3.4.13 [3.4.12]: https://github.com/Automattic/jetpack-backup/compare/v3.4.11...v3.4.12 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 57e6e4efe9e4f..de8eb1d2e432a 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.14'; + const PACKAGE_VERSION = '3.4.15'; const PACKAGE_SLUG = 'backup'; diff --git a/projects/packages/blaze/CHANGELOG.md b/projects/packages/blaze/CHANGELOG.md index 490182acf3571..64f62d295a32a 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.23.2] - 2024-10-21 +### Changed +- Update dependencies. [#39781] + ## [0.23.1] - 2024-10-14 ### Changed - Only include `wp-polyfill` as a script dependency when needed. [#39629] @@ -466,6 +470,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#27906] +[0.23.2]: https://github.com/automattic/jetpack-blaze/compare/v0.23.1...v0.23.2 [0.23.1]: https://github.com/automattic/jetpack-blaze/compare/v0.23.0...v0.23.1 [0.23.0]: https://github.com/automattic/jetpack-blaze/compare/v0.22.12...v0.23.0 [0.22.12]: https://github.com/automattic/jetpack-blaze/compare/v0.22.11...v0.22.12 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/package.json b/projects/packages/blaze/package.json index d04a82d00d01d..e7552046cf583 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.23.1", + "version": "0.23.2", "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 701fd7cbae9ea..110872540a70f 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.23.1'; + const PACKAGE_VERSION = '0.23.2'; /** * List of dependencies needed to render the dashboard in wp-admin. diff --git a/projects/packages/connection/CHANGELOG.md b/projects/packages/connection/CHANGELOG.md index b4755a410b998..01ae992f43f27 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). +## [5.1.4] - 2024-10-21 +### Changed +- SSO: optimize 'admin_notices' action callback. [#39811] + ## [5.1.3] - 2024-10-10 ### Changed - Updated package dependencies. @@ -1226,6 +1230,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.4]: https://github.com/Automattic/jetpack-connection/compare/v5.1.3...v5.1.4 [5.1.3]: https://github.com/Automattic/jetpack-connection/compare/v5.1.2...v5.1.3 [5.1.2]: https://github.com/Automattic/jetpack-connection/compare/v5.1.1...v5.1.2 [5.1.1]: https://github.com/Automattic/jetpack-connection/compare/v5.1.0...v5.1.1 diff --git a/projects/packages/connection/changelog/update-sso-optimize-admin-notices-callback b/projects/packages/connection/changelog/update-sso-optimize-admin-notices-callback deleted file mode 100644 index ae5bb946df85e..0000000000000 --- a/projects/packages/connection/changelog/update-sso-optimize-admin-notices-callback +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -SSO: optimize 'admin_notices' action callback. diff --git a/projects/packages/connection/src/class-package-version.php b/projects/packages/connection/src/class-package-version.php index a11e92bf93e7b..0ed481101c11e 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.3'; + const PACKAGE_VERSION = '5.1.4'; const PACKAGE_SLUG = 'connection'; diff --git a/projects/packages/forms/CHANGELOG.md b/projects/packages/forms/CHANGELOG.md index 6136f9063e1f2..2357526c70e25 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.4] - 2024-10-21 +### Changed +- Update dependencies. [#39781] + ## [0.33.3] - 2024-10-14 ### Changed - Only include `wp-polyfill` as a script dependency when needed. [#39629] @@ -689,6 +693,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.4]: https://github.com/automattic/jetpack-forms/compare/v0.33.3...v0.33.4 [0.33.3]: https://github.com/automattic/jetpack-forms/compare/v0.33.2...v0.33.3 [0.33.2]: https://github.com/automattic/jetpack-forms/compare/v0.33.1...v0.33.2 [0.33.1]: https://github.com/automattic/jetpack-forms/compare/v0.33.0...v0.33.1 diff --git a/projects/packages/forms/changelog/force-a-release b/projects/packages/forms/changelog/force-a-release deleted file mode 100644 index d4ad6c7cc3379..0000000000000 --- a/projects/packages/forms/changelog/force-a-release +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update dependencies. diff --git a/projects/packages/forms/package.json b/projects/packages/forms/package.json index 8e7636ff74aae..0fbedf955ef9b 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.3", + "version": "0.33.4", "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 d40c01829a347..d056158932ef0 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.3'; + const PACKAGE_VERSION = '0.33.4'; /** * Load the contact form module. diff --git a/projects/packages/plans/CHANGELOG.md b/projects/packages/plans/CHANGELOG.md index bdb192c71b67d..1d1d39451f04c 100644 --- a/projects/packages/plans/CHANGELOG.md +++ b/projects/packages/plans/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.12] - 2024-10-21 +### Fixed +- Fixed the site features for Simple sites. [#39817] + ## [0.4.11] - 2024-09-23 ### Changed - Update dependencies. @@ -154,6 +158,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated - Moved the options class into Connection. [#24095] +[0.4.12]: https://github.com/Automattic/jetpack-plans/compare/v0.4.11...v0.4.12 [0.4.11]: https://github.com/Automattic/jetpack-plans/compare/v0.4.10...v0.4.11 [0.4.10]: https://github.com/Automattic/jetpack-plans/compare/v0.4.9...v0.4.10 [0.4.9]: https://github.com/Automattic/jetpack-plans/compare/v0.4.8...v0.4.9 diff --git a/projects/packages/plans/changelog/fix-site-specific-features-for-simple-sites b/projects/packages/plans/changelog/fix-site-specific-features-for-simple-sites deleted file mode 100644 index 8d0bfe4ddc2c9..0000000000000 --- a/projects/packages/plans/changelog/fix-site-specific-features-for-simple-sites +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fixed the site features for Simple sites diff --git a/projects/packages/plans/package.json b/projects/packages/plans/package.json index 9b34af05f76c4..5f135800276bc 100644 --- a/projects/packages/plans/package.json +++ b/projects/packages/plans/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-plans", - "version": "0.4.11", + "version": "0.4.12", "description": "Fetch information about Jetpack Plans from wpcom", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/plans/#readme", "bugs": { diff --git a/projects/packages/publicize/CHANGELOG.md b/projects/packages/publicize/CHANGELOG.md index 66c737591d6e3..2e9b7805d534b 100644 --- a/projects/packages/publicize/CHANGELOG.md +++ b/projects/packages/publicize/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.54.4] - 2024-10-21 +### Changed +- Initial State: Migrated URLs to script data. [#39797] + +### Fixed +- Fixed the site features for Simple sites. [#39817] + ## [0.54.3] - 2024-10-14 ### Changed - Updated package dependencies. [#39707] @@ -729,6 +736,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Update package.json metadata. +[0.54.4]: https://github.com/Automattic/jetpack-publicize/compare/v0.54.3...v0.54.4 [0.54.3]: https://github.com/Automattic/jetpack-publicize/compare/v0.54.2...v0.54.3 [0.54.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.54.1...v0.54.2 [0.54.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.54.0...v0.54.1 diff --git a/projects/packages/publicize/changelog/fix-site-specific-features-for-simple-sites b/projects/packages/publicize/changelog/fix-site-specific-features-for-simple-sites deleted file mode 100644 index 8d0bfe4ddc2c9..0000000000000 --- a/projects/packages/publicize/changelog/fix-site-specific-features-for-simple-sites +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fixed the site features for Simple sites diff --git a/projects/packages/publicize/changelog/update-social-initial-state-migrate-urls-on-social-admin b/projects/packages/publicize/changelog/update-social-initial-state-migrate-urls-on-social-admin deleted file mode 100644 index c23ee0fbdc59a..0000000000000 --- a/projects/packages/publicize/changelog/update-social-initial-state-migrate-urls-on-social-admin +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Initial State: Migrated URLs to script data diff --git a/projects/packages/publicize/package.json b/projects/packages/publicize/package.json index 1a1a64708c3fb..7df4d2ac41402 100644 --- a/projects/packages/publicize/package.json +++ b/projects/packages/publicize/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-publicize", - "version": "0.54.3", + "version": "0.54.4", "description": "Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/publicize/#readme", "bugs": { diff --git a/projects/packages/search/CHANGELOG.md b/projects/packages/search/CHANGELOG.md index c21c38da6ba3c..2425246b79d41 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.9] - 2024-10-21 +### Changed +- Update dependencies. [#39781] + ## [0.45.8] - 2024-10-14 ### Changed - Updated package dependencies. [#39707] @@ -1067,6 +1071,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.9]: https://github.com/Automattic/jetpack-search/compare/v0.45.8...v0.45.9 [0.45.8]: https://github.com/Automattic/jetpack-search/compare/v0.45.7...v0.45.8 [0.45.7]: https://github.com/Automattic/jetpack-search/compare/v0.45.6...v0.45.7 [0.45.6]: https://github.com/Automattic/jetpack-search/compare/v0.45.5...v0.45.6 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 118b947057b5d..e50483025b55f 100644 --- a/projects/packages/search/package.json +++ b/projects/packages/search/package.json @@ -1,6 +1,6 @@ { "name": "jetpack-search", - "version": "0.45.8", + "version": "0.45.9", "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 91a310f92ca59..38fb525e2aa66 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.8'; + const VERSION = '0.45.9'; const SLUG = 'search'; /** diff --git a/projects/packages/stats-admin/CHANGELOG.md b/projects/packages/stats-admin/CHANGELOG.md index 95c88e00e7a68..fc9c6b475970d 100644 --- a/projects/packages/stats-admin/CHANGELOG.md +++ b/projects/packages/stats-admin/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.22.3 - 2024-10-21 +### Changed +- JITM: Expose function to render message. [#39714] + ## 0.22.2 - 2024-10-14 ### Fixed - Added missing fields for stats single post endpoint. [#39691] diff --git a/projects/packages/stats-admin/changelog/update-integration-jitm-in-stats b/projects/packages/stats-admin/changelog/update-integration-jitm-in-stats deleted file mode 100644 index d9779842c1cc7..0000000000000 --- a/projects/packages/stats-admin/changelog/update-integration-jitm-in-stats +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -JITM: expose function to render message diff --git a/projects/packages/stats-admin/package.json b/projects/packages/stats-admin/package.json index 617e65e29fc7e..d0a9302a24fa1 100644 --- a/projects/packages/stats-admin/package.json +++ b/projects/packages/stats-admin/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-stats-admin", - "version": "0.22.2", + "version": "0.22.3", "description": "Stats Dashboard", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/stats-admin/#readme", "bugs": { diff --git a/projects/packages/stats-admin/src/class-main.php b/projects/packages/stats-admin/src/class-main.php index 66b53734e7b71..34c931bdb5de8 100644 --- a/projects/packages/stats-admin/src/class-main.php +++ b/projects/packages/stats-admin/src/class-main.php @@ -22,7 +22,7 @@ class Main { /** * Stats version. */ - const VERSION = '0.22.2'; + const VERSION = '0.22.3'; /** * Singleton Main instance. diff --git a/projects/packages/videopress/CHANGELOG.md b/projects/packages/videopress/CHANGELOG.md index ac6c363f35e82..96d1d13f498a4 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.13] - 2024-10-21 +### Changed +- Update dependencies. [#39781] + ## [0.24.12] - 2024-10-14 ### Added - Add tracks to connection banner. [#39732] @@ -1467,6 +1471,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created empty package [#24952] +[0.24.13]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.12...v0.24.13 [0.24.12]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.11...v0.24.12 [0.24.11]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.10...v0.24.11 [0.24.10]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.9...v0.24.10 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 ad6b24972bdd9..13363879be44b 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.12", + "version": "0.24.13", "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 e076aa95377d6..dc3f8ec1b1335 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.12'; + const PACKAGE_VERSION = '0.24.13'; const PACKAGE_SLUG = 'videopress'; diff --git a/projects/packages/wordads/CHANGELOG.md b/projects/packages/wordads/CHANGELOG.md index 27cf0341b9e87..d25e4089cd111 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.37] - 2024-10-21 +### Changed +- Update dependencies. [#39781] + ## [0.3.36] - 2024-10-14 ### Changed - Updated package dependencies. [#39707] @@ -426,6 +430,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.37]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.36...v0.3.37 [0.3.36]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.35...v0.3.36 [0.3.35]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.34...v0.3.35 [0.3.34]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.33...v0.3.34 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 27f9ca2e57fab..410b3d6c90e4a 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.36", + "version": "0.3.37", "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 3d4ee760a8709..547d26cc1b6d7 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.36'; + const VERSION = '0.3.37'; const SLUG = 'wordads'; /** diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index ce8c8f35f9072..69f50357e0587 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -2,6 +2,29 @@ ### This is a list detailing changes for all Jetpack releases. +## 14.0-a.7 - 2024-10-21 +### Enhancements +- Newsletters: Add an email preview option to the preview menu. [#39782] +- Newsletters: Allow skipping newsletter modals with a URL query param. [#39644] + +### Improved compatibility +- General: Ensure notice displays without errors when running an old version of WordPress. [#39745] +- Plugin action links filters: Update parameter to avoid conflicts with other plugins. [#39681] + +### Bug fixes +- Map Block: Fix issue where blocks placed underneath would overlap with the map block. [#39744] +- Newsletters: Fix "Use excerpt" setting. [#39815] + +### Other changes +- Map Block: Display a static map image when the block is rendered in a pattern preview. [#39768] +- Map: Remove preview attribute. [#39768] +- Newsletters: Fix 'class Jetpack_Subscriptions_Widget not found' fatal error during REST API. [#39765] +- Slideshow Block: Fix console warning related to images with the same key. [#39821] +- Story Block: Avoid error when previewing block styles in development version of the Gutenberg plugin. [#39807] +- Story Block: Fix console warning related to 'key' not being a prop. [#39822] +- Tests: Fix unit tests. [#39799] +- Update VideoPress notice URL on Media Library. [#39731] + ## 14.0-a.5 - 2024-10-16 ### Other changes - Related Posts: refine how related posts are made available on singular views in block themes. [#39784] diff --git a/projects/plugins/jetpack/changelog/add-newsletter-preview-menu-item b/projects/plugins/jetpack/changelog/add-newsletter-preview-menu-item deleted file mode 100644 index 5f502c0b91c70..0000000000000 --- a/projects/plugins/jetpack/changelog/add-newsletter-preview-menu-item +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Newsletter: Add Preview Email to the Preview Menu diff --git a/projects/plugins/jetpack/changelog/display-map-block-as-preview-if-in-block-preview-mode b/projects/plugins/jetpack/changelog/display-map-block-as-preview-if-in-block-preview-mode deleted file mode 100644 index 3ee73641ae113..0000000000000 --- a/projects/plugins/jetpack/changelog/display-map-block-as-preview-if-in-block-preview-mode +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Map block: Display a static map image when the block is rendered in a pattern preview diff --git a/projects/plugins/jetpack/changelog/fix-class-not-found-error b/projects/plugins/jetpack/changelog/fix-class-not-found-error deleted file mode 100644 index 1fd5a98213c4a..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-class-not-found-error +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Fix Fatal Error: Class 'Jetpack_Subscriptions_Widget' not found during REST API diff --git a/projects/plugins/jetpack/changelog/fix-map-block-auto-height b/projects/plugins/jetpack/changelog/fix-map-block-auto-height deleted file mode 100644 index d53bd6f5ee2b4..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-map-block-auto-height +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Map block: Fix issue where blocks placed underneath would overlap with the map block. diff --git a/projects/plugins/jetpack/changelog/fix-newsletter-settings-api b/projects/plugins/jetpack/changelog/fix-newsletter-settings-api deleted file mode 100644 index 9c8dfd2259656..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-newsletter-settings-api +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Newsletter: Fix use excerpt setting. diff --git a/projects/plugins/jetpack/changelog/fix-slideshow-block-global-styles b/projects/plugins/jetpack/changelog/fix-slideshow-block-global-styles deleted file mode 100644 index c459b3a44d721..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-slideshow-block-global-styles +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Slideshow block: fix console warning related to images with the same key. diff --git a/projects/plugins/jetpack/changelog/fix-stats-explode-trailing-newline b/projects/plugins/jetpack/changelog/fix-stats-explode-trailing-newline deleted file mode 100644 index 591df46c8f0a5..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-stats-explode-trailing-newline +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Fix bug in #39665 related to a trailing newline in the CSV data. - - diff --git a/projects/plugins/jetpack/changelog/fix-story-block-fatal b/projects/plugins/jetpack/changelog/fix-story-block-fatal deleted file mode 100644 index bb6d0c7d2abd9..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-story-block-fatal +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Story Block: avoid error when previewing block styles in development version of the Gutenberg plugin. diff --git a/projects/plugins/jetpack/changelog/fix-story-block-key-prop-warning b/projects/plugins/jetpack/changelog/fix-story-block-key-prop-warning deleted file mode 100644 index 656285fda32cd..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-story-block-key-prop-warning +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Story block: fix console warning related to 'key' not being a prop. diff --git a/projects/plugins/jetpack/changelog/fix-sync-filter-null-array b/projects/plugins/jetpack/changelog/fix-sync-filter-null-array deleted file mode 100644 index 2ac348ea5eb8a..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-sync-filter-null-array +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: compat - -Plugin action links filters: update parameter to avoid any conflicts with other plugins. diff --git a/projects/plugins/jetpack/changelog/fix-video-upload-media-notice b/projects/plugins/jetpack/changelog/fix-video-upload-media-notice deleted file mode 100644 index c43ecff1cd68b..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-video-upload-media-notice +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Update VideoPress notice URL on Media Library diff --git a/projects/plugins/jetpack/changelog/remove-preview-attribute-from-map-block b/projects/plugins/jetpack/changelog/remove-preview-attribute-from-map-block deleted file mode 100644 index 514100b1029fe..0000000000000 --- a/projects/plugins/jetpack/changelog/remove-preview-attribute-from-map-block +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Map: remove preview attribute. The mechanism to determine if the block is in preview mode changed internally. diff --git a/projects/plugins/jetpack/changelog/revert-admin_notice_37051 b/projects/plugins/jetpack/changelog/revert-admin_notice_37051 deleted file mode 100644 index 40c07fe1eb5f1..0000000000000 --- a/projects/plugins/jetpack/changelog/revert-admin_notice_37051 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: compat - -General: ensure the notice displayed when running an old version of WordPress can always be displayed without errors. diff --git a/projects/plugins/jetpack/changelog/update-social-initial-state-migrate-urls-in-editor b/projects/plugins/jetpack/changelog/update-social-initial-state-migrate-urls-in-editor deleted file mode 100644 index 5601b77a6a611..0000000000000 --- a/projects/plugins/jetpack/changelog/update-social-initial-state-migrate-urls-in-editor +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Fixed unit tests diff --git a/projects/plugins/jetpack/changelog/update-subscriptions-skip-modal b/projects/plugins/jetpack/changelog/update-subscriptions-skip-modal deleted file mode 100644 index 2e357ea143d80..0000000000000 --- a/projects/plugins/jetpack/changelog/update-subscriptions-skip-modal +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Newsletters: allow skipping modals with URL query param diff --git a/projects/plugins/jetpack/composer.json b/projects/plugins/jetpack/composer.json index eac7bdcd02b56..86d4e58586ca5 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ⓥ14_0_a_5", + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_0_a_7", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true diff --git a/projects/plugins/jetpack/jetpack.php b/projects/plugins/jetpack/jetpack.php index 367973ccfab33..2331d6424dfeb 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: 14.0-a.5 + * Version: 14.0-a.7 * 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', '14.0-a.5' ); +define( 'JETPACK__VERSION', '14.0-a.7' ); /** * Constant used to fetch the connection owner token diff --git a/projects/plugins/jetpack/package.json b/projects/plugins/jetpack/package.json index 75a84e7b516be..97da3db04ed14 100644 --- a/projects/plugins/jetpack/package.json +++ b/projects/plugins/jetpack/package.json @@ -1,6 +1,6 @@ { "name": "Jetpack", - "version": "14.0.0-a.5", + "version": "14.0.0-a.7", "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 caa2d797608e3..610359d6a2a39 100644 --- a/projects/plugins/jetpack/readme.txt +++ b/projects/plugins/jetpack/readme.txt @@ -1,7 +1,7 @@ === Jetpack - WP Security, Backup, Speed, & Growth === Contributors: automattic, adamkheckler, adrianmoldovanwp, aduth, akirk, allendav, alternatekev, andy, annamcphee, annezazu, apeatling, arcangelini, arsihasi, azaozz, barry, batmoo, beaulebens, bindlegirl, biskobe, bjorsch, blobaugh, brbrr, brileyhooper, cainm, cena, cfinke, cgastrell, chaselivingston, chellycat, clickysteve, csonnek, danielbachhuber, daniloercoli, davoraltman, delawski, designsimply, dkmyta, dllh, drawmyface, dsmart, dun2mis, dzver, ebinnion, egregor, eliorivero, enej, eoigal, erania-pinnera, ethitter, fgiannar, gcorne, georgestephanis, gibrown, goldsounds, hew, hugobaeta, hypertextranch, iammattthomas, iandunn, joen, jblz, jeffgolenski, jeherve, jenhooks, jenia, jessefriedman, jgs, jkudish, jmdodd, joanrho, johnjamesjacoby, jshreve, kbrownkd, keoshi, koke, kraftbj, lancewillett, leogermani, lhkowalski, lschuyler, macmanx, martinremy, matt, mattwiebe, matveb, maverick3x6, mcsf, mdawaffe, mdbitz, MichaelArestad, migueluy, miguelxavierpenha, mikeyarce, mkaz, nancythanki, nickmomrik, njweller, nunyvega, obenland, oskosk, pento, professor44, rachelsquirrel, rdcoll, renatoagds, retrofox, richardmtl, richardmuscat, robertbpugh, roccotripaldi, ryancowles, samhotchkiss, samiff, scarstocea, scottsweb, sdixon194, sdquirk, sermitr, simison, stephdau, thehenridev, tmoorewp, tyxla, Viper007Bond, westi, williamvianas, wpkaren, yoavf, zinigor Tags: Security, backup, malware, scan, performance -Stable tag: 13.8.1 +Stable tag: 13.9.1 Requires at least: 6.5 Requires PHP: 7.0 Tested up to: 6.6 @@ -326,8 +326,18 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file == Changelog == -### 14.0-a.5 - 2024-10-16 -Fix: do not include Related Posts on non-post posts on classic themes. +### 14.0-a.7 - 2024-10-21 +#### Enhancements +- Newsletters: Add an email preview option to the preview menu. +- Newsletters: Allow skipping newsletter modals with a URL query param. + +#### Improved compatibility +- General: Ensure notice displays without errors when running an old version of WordPress. +- Plugin action links filters: Update parameter to avoid conflicts with other plugins. + +#### Bug fixes +- Map Block: Fix issue where blocks placed underneath would overlap with the map block. +- Newsletters: Fix "Use excerpt" setting. --------