From b7ea55372342707f20aad3c1f36ed2ccad0cb046 Mon Sep 17 00:00:00 2001 From: tbradsha <32492176+tbradsha@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:46:54 -0700 Subject: [PATCH] Backport jetpack 14.1-beta Changes (#40415) * Changelog and readme.txt edits. * Amend readme.txt --- .../publicize-components/CHANGELOG.md | 10 ++++-- .../update-@wordpress-editor-and-fix-issues | 4 --- ...ial-make-resharing-async-in-classic-editor | 4 --- .../publicize-components/package.json | 2 +- .../shared-extension-utils/CHANGELOG.md | 5 +++ .../fix-shared-utils-use-module-status-output | 4 --- .../shared-extension-utils/package.json | 2 +- .../classic-theme-helper/CHANGELOG.md | 8 +++-- ...onials-cpt-to-classic-theme-helper-package | 4 --- .../classic-theme-helper/package.json | 2 +- .../classic-theme-helper/src/class-main.php | 2 +- projects/packages/licensing/CHANGELOG.md | 5 +++ .../changelog/update-fetch-available-licenses | 4 --- projects/packages/my-jetpack/CHANGELOG.md | 15 +++++++++ .../changelog/add-connection-animation | 4 --- .../add-recommendations-loading-animation | 4 --- ...x-my-jetpack-recommendation-mobile-styling | 4 --- .../changelog/fix-recommendations-animation | 4 --- .../changelog/remove-old-experiment-code | 4 --- projects/packages/my-jetpack/composer.json | 2 +- projects/packages/my-jetpack/package.json | 2 +- .../my-jetpack/src/class-initializer.php | 2 +- projects/packages/publicize/CHANGELOG.md | 18 +++++++---- ...ial-make-resharing-async-in-classic-editor | 4 --- projects/packages/publicize/package.json | 2 +- projects/packages/videopress/CHANGELOG.md | 8 +++-- .../update-@wordpress-editor-and-fix-issues | 4 --- projects/packages/videopress/package.json | 2 +- .../videopress/src/class-package-version.php | 2 +- .../plugins/backup/changelog/prerelease#2 | 5 +++ projects/plugins/backup/composer.lock | 4 +-- projects/plugins/boost/changelog/prerelease | 5 +++ projects/plugins/boost/composer.lock | 4 +-- projects/plugins/jetpack/CHANGELOG.md | 22 +++++++++++++ ...t-for-publicize-activation-from-the-editor | 5 --- .../changelog/add-growth-icon-to-upsell | 4 --- ...onials-cpt-to-classic-theme-helper-package | 4 --- ...atal-in-json-api-update-post-v1-2-endpoint | 5 --- ...rect-usage-of-publicize-in-subscribe-block | 4 --- ...pack-ai-form-extension-module-availability | 4 --- .../fix-jetpack-ai-write-brief-apostrophe | 4 --- .../fix-tiled-gallery-link-none-accessibility | 4 --- .../update-@wordpress-editor-and-fix-issues | 4 --- .../changelog/update-fetch-available-licenses | 4 --- .../changelog/update-likes-add-iframe-filter | 4 --- .../changelog/update-likes-hide-avatars | 4 --- .../changelog/update-my-jetpack-social-cta | 4 --- ...vert-activate-social-in-the-editor-to-link | 4 --- ...ial-make-resharing-async-in-classic-editor | 4 --- projects/plugins/jetpack/composer.json | 2 +- projects/plugins/jetpack/composer.lock | 4 +-- projects/plugins/jetpack/jetpack.php | 4 +-- .../likes/jetpack-likes-master-iframe.php | 2 +- projects/plugins/jetpack/package.json | 2 +- projects/plugins/jetpack/readme.txt | 32 ++++++++++++++++++- .../plugins/protect/changelog/prerelease#7 | 5 +++ projects/plugins/protect/composer.lock | 4 +-- .../plugins/search/changelog/prerelease#14 | 5 +++ projects/plugins/search/composer.lock | 4 +-- .../plugins/social/changelog/prerelease#7 | 5 +++ projects/plugins/social/composer.lock | 4 +-- .../starter-plugin/changelog/prerelease#26 | 5 +++ projects/plugins/starter-plugin/composer.lock | 4 +-- .../videopress/changelog/prerelease#14 | 5 +++ projects/plugins/videopress/composer.lock | 4 +-- 65 files changed, 175 insertions(+), 155 deletions(-) delete mode 100644 projects/js-packages/publicize-components/changelog/update-@wordpress-editor-and-fix-issues delete mode 100644 projects/js-packages/publicize-components/changelog/update-social-make-resharing-async-in-classic-editor delete mode 100644 projects/js-packages/shared-extension-utils/changelog/fix-shared-utils-use-module-status-output delete mode 100644 projects/packages/classic-theme-helper/changelog/add-testimonials-cpt-to-classic-theme-helper-package delete mode 100644 projects/packages/licensing/changelog/update-fetch-available-licenses delete mode 100644 projects/packages/my-jetpack/changelog/add-connection-animation delete mode 100644 projects/packages/my-jetpack/changelog/add-recommendations-loading-animation delete mode 100644 projects/packages/my-jetpack/changelog/fix-my-jetpack-recommendation-mobile-styling delete mode 100644 projects/packages/my-jetpack/changelog/fix-recommendations-animation delete mode 100644 projects/packages/my-jetpack/changelog/remove-old-experiment-code delete mode 100644 projects/packages/publicize/changelog/update-social-make-resharing-async-in-classic-editor delete mode 100644 projects/packages/videopress/changelog/update-@wordpress-editor-and-fix-issues create mode 100644 projects/plugins/backup/changelog/prerelease#2 create mode 100644 projects/plugins/boost/changelog/prerelease delete mode 100644 projects/plugins/jetpack/changelog/add-e2e-test-for-publicize-activation-from-the-editor delete mode 100644 projects/plugins/jetpack/changelog/add-growth-icon-to-upsell delete mode 100644 projects/plugins/jetpack/changelog/add-testimonials-cpt-to-classic-theme-helper-package delete mode 100644 projects/plugins/jetpack/changelog/fix-fatal-in-json-api-update-post-v1-2-endpoint delete mode 100644 projects/plugins/jetpack/changelog/fix-incorrect-usage-of-publicize-in-subscribe-block delete mode 100644 projects/plugins/jetpack/changelog/fix-jetpack-ai-form-extension-module-availability delete mode 100644 projects/plugins/jetpack/changelog/fix-jetpack-ai-write-brief-apostrophe delete mode 100644 projects/plugins/jetpack/changelog/fix-tiled-gallery-link-none-accessibility delete mode 100644 projects/plugins/jetpack/changelog/update-@wordpress-editor-and-fix-issues delete mode 100644 projects/plugins/jetpack/changelog/update-fetch-available-licenses delete mode 100644 projects/plugins/jetpack/changelog/update-likes-add-iframe-filter delete mode 100644 projects/plugins/jetpack/changelog/update-likes-hide-avatars delete mode 100644 projects/plugins/jetpack/changelog/update-my-jetpack-social-cta delete mode 100644 projects/plugins/jetpack/changelog/update-social-convert-activate-social-in-the-editor-to-link delete mode 100644 projects/plugins/jetpack/changelog/update-social-make-resharing-async-in-classic-editor create mode 100644 projects/plugins/protect/changelog/prerelease#7 create mode 100644 projects/plugins/search/changelog/prerelease#14 create mode 100644 projects/plugins/social/changelog/prerelease#7 create mode 100644 projects/plugins/starter-plugin/changelog/prerelease#26 create mode 100644 projects/plugins/videopress/changelog/prerelease#14 diff --git a/projects/js-packages/publicize-components/CHANGELOG.md b/projects/js-packages/publicize-components/CHANGELOG.md index 3f9c769eb96e2..3f9e8615ce423 100644 --- a/projects/js-packages/publicize-components/CHANGELOG.md +++ b/projects/js-packages/publicize-components/CHANGELOG.md @@ -5,13 +5,18 @@ 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.74.2] - 2024-12-02 +### Changed +- Updated messaging for async sharing in block editor. [#40302] +- Updated @wordpress/editor to the latest version. [#40373] + ## [0.74.1] - 2024-11-26 ### Changed - Update dependencies. [#39855] ## [0.74.0] - 2024-11-25 ### Added -- Added warnings when linkedin permission is cached [#40220] +- Added warnings when linkedin permission is cached. [#40220] ### Changed - Updated package dependencies. [#40288] @@ -19,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Add missing ids to radio buttons in the confirmation form. [#40199] - Decode entities in post titles and descriptions for social previews. [#40256] -- Fixed TS errors following @wordpress/editor update [#40291] +- Fixed TS errors following @wordpress/editor update. [#40291] ## [0.73.0] - 2024-11-18 ### Added @@ -1028,6 +1033,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#24470] +[0.74.2]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.74.1...v0.74.2 [0.74.1]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.74.0...v0.74.1 [0.74.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.73.0...v0.74.0 [0.73.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.72.1...v0.73.0 diff --git a/projects/js-packages/publicize-components/changelog/update-@wordpress-editor-and-fix-issues b/projects/js-packages/publicize-components/changelog/update-@wordpress-editor-and-fix-issues deleted file mode 100644 index d73147b9c7a39..0000000000000 --- a/projects/js-packages/publicize-components/changelog/update-@wordpress-editor-and-fix-issues +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated @wordpress/editor to the latest version diff --git a/projects/js-packages/publicize-components/changelog/update-social-make-resharing-async-in-classic-editor b/projects/js-packages/publicize-components/changelog/update-social-make-resharing-async-in-classic-editor deleted file mode 100644 index a9e1ff3a629eb..0000000000000 --- a/projects/js-packages/publicize-components/changelog/update-social-make-resharing-async-in-classic-editor +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Social | Updated messaging for async sharing in block editor diff --git a/projects/js-packages/publicize-components/package.json b/projects/js-packages/publicize-components/package.json index 4f0e249db891d..3543f22ba0390 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.74.1", + "version": "0.74.2", "description": "A library of JS components required by the Publicize editor plugin", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/publicize-components/#readme", "bugs": { diff --git a/projects/js-packages/shared-extension-utils/CHANGELOG.md b/projects/js-packages/shared-extension-utils/CHANGELOG.md index 8b0e560ae586c..8bbddb3b85209 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.20] - 2024-12-02 +### Fixed +- Fix wrong output type on use-module-status hook. [#40364] + ## [0.15.19] - 2024-11-26 ### Changed - Update dependencies. [#40231] @@ -494,6 +498,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Core: prepare utility for release +[0.15.20]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.19...0.15.20 [0.15.19]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.18...0.15.19 [0.15.18]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.17...0.15.18 [0.15.17]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.16...0.15.17 diff --git a/projects/js-packages/shared-extension-utils/changelog/fix-shared-utils-use-module-status-output b/projects/js-packages/shared-extension-utils/changelog/fix-shared-utils-use-module-status-output deleted file mode 100644 index b62b6413c1763..0000000000000 --- a/projects/js-packages/shared-extension-utils/changelog/fix-shared-utils-use-module-status-output +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Shared Extension Utils: fix wrong output type on use-module-status hook diff --git a/projects/js-packages/shared-extension-utils/package.json b/projects/js-packages/shared-extension-utils/package.json index 9efb76f0978b3..334f637348458 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.19", + "version": "0.15.20", "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/classic-theme-helper/CHANGELOG.md b/projects/packages/classic-theme-helper/CHANGELOG.md index a1e17b689164f..2d881b40b9f20 100644 --- a/projects/packages/classic-theme-helper/CHANGELOG.md +++ b/projects/packages/classic-theme-helper/CHANGELOG.md @@ -5,10 +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.7.2] - 2024-12-02 +### Added +- Add Testimonial custom post type content. [#40295] + ## [0.7.1] - 2024-11-25 ### Changed -- Updated dependencies. [#40286] -- Updated package dependencies. [#40288] +- Updated package dependencies. [#40286] [#40288] ## [0.7.0] - 2024-11-18 ### Removed @@ -155,6 +158,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Add wordpress folder on gitignore. [#37177] +[0.7.2]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.7.1...v0.7.2 [0.7.1]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.7...v0.7.0 [0.6.7]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.6...v0.6.7 diff --git a/projects/packages/classic-theme-helper/changelog/add-testimonials-cpt-to-classic-theme-helper-package b/projects/packages/classic-theme-helper/changelog/add-testimonials-cpt-to-classic-theme-helper-package deleted file mode 100644 index d531f5ce024af..0000000000000 --- a/projects/packages/classic-theme-helper/changelog/add-testimonials-cpt-to-classic-theme-helper-package +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Classic Theme Helper: Adding Testimonial custom post type content diff --git a/projects/packages/classic-theme-helper/package.json b/projects/packages/classic-theme-helper/package.json index 2e5a37ecd3c6f..ffdf359a5e704 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.7.1", + "version": "0.7.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 4c7bde89cc13a..0aa0bf3430e55 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.7.1'; + const PACKAGE_VERSION = '0.7.2'; /** * Modules to include. diff --git a/projects/packages/licensing/CHANGELOG.md b/projects/packages/licensing/CHANGELOG.md index 0e916f64f79df..c45af9f486bec 100644 --- a/projects/packages/licensing/CHANGELOG.md +++ b/projects/packages/licensing/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.0.2] - 2024-12-02 +### Changed +- Exclude revoked licenses from results when filtering unattached licenses in `Licensing::get_user_licenses()`. Only unattached and valid licenses are now returned. [#40215] + ## [3.0.1] - 2024-11-25 ### Changed - Updated dependencies. [#40286] @@ -308,6 +312,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Licensing: Add support for Jetpack licenses +[3.0.2]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.12...v3.0.0 [2.0.12]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.11...v2.0.12 diff --git a/projects/packages/licensing/changelog/update-fetch-available-licenses b/projects/packages/licensing/changelog/update-fetch-available-licenses deleted file mode 100644 index dcb780add9500..0000000000000 --- a/projects/packages/licensing/changelog/update-fetch-available-licenses +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Exclude revoked licenses from results when filtering unattached licenses in `Licensing::get_user_licenses()`. Only unattached and valid licenses are now returned. diff --git a/projects/packages/my-jetpack/CHANGELOG.md b/projects/packages/my-jetpack/CHANGELOG.md index 0efb0ac9961b2..ed1c91cf22e39 100644 --- a/projects/packages/my-jetpack/CHANGELOG.md +++ b/projects/packages/my-jetpack/CHANGELOG.md @@ -5,6 +5,20 @@ 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.0] - 2024-12-02 +### Added +- Add animation during site connection. [#40343] +- Add "loading" animation to recommendations step. [#40405] + +### Changed +- Fix usage of random() in animation to prevent build step from generating a different CSS file every time. [#40413] + +### Removed +- Remove experiment code. [#40406] + +### Fixed +- Fix My Jetpack recommendation card styling on mobile [#40370] + ## [5.0.4] - 2024-11-28 ### Added - Added "Expired" & "Expires soon" statuses to My Jetpack product cards. [#39816] @@ -1838,6 +1852,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created package +[5.1.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.4...5.1.0 [5.0.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.3...5.0.4 [5.0.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.2...5.0.3 [5.0.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.1...5.0.2 diff --git a/projects/packages/my-jetpack/changelog/add-connection-animation b/projects/packages/my-jetpack/changelog/add-connection-animation deleted file mode 100644 index 883250dd7ba99..0000000000000 --- a/projects/packages/my-jetpack/changelog/add-connection-animation +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -My Jetpack: add animation during site connection to make it less confusing to users connecting their site for the first time. diff --git a/projects/packages/my-jetpack/changelog/add-recommendations-loading-animation b/projects/packages/my-jetpack/changelog/add-recommendations-loading-animation deleted file mode 100644 index 6bba52dbd8358..0000000000000 --- a/projects/packages/my-jetpack/changelog/add-recommendations-loading-animation +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -My Jetpack: add loading animation to recommendations step. diff --git a/projects/packages/my-jetpack/changelog/fix-my-jetpack-recommendation-mobile-styling b/projects/packages/my-jetpack/changelog/fix-my-jetpack-recommendation-mobile-styling deleted file mode 100644 index 6a923996aca2d..0000000000000 --- a/projects/packages/my-jetpack/changelog/fix-my-jetpack-recommendation-mobile-styling +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fix My Jetpack recommendation card styling on mobile diff --git a/projects/packages/my-jetpack/changelog/fix-recommendations-animation b/projects/packages/my-jetpack/changelog/fix-recommendations-animation deleted file mode 100644 index 346b389dec385..0000000000000 --- a/projects/packages/my-jetpack/changelog/fix-recommendations-animation +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -My Jetpack: fix usage of random() in animation to prevent build step from generating a different CSS file every time. diff --git a/projects/packages/my-jetpack/changelog/remove-old-experiment-code b/projects/packages/my-jetpack/changelog/remove-old-experiment-code deleted file mode 100644 index ca1a63a358c37..0000000000000 --- a/projects/packages/my-jetpack/changelog/remove-old-experiment-code +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: removed - -My Jetpack: remove experiment code. diff --git a/projects/packages/my-jetpack/composer.json b/projects/packages/my-jetpack/composer.json index 4b80a45936ce7..7aa5376fac0cf 100644 --- a/projects/packages/my-jetpack/composer.json +++ b/projects/packages/my-jetpack/composer.json @@ -83,7 +83,7 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "5.0.x-dev" + "dev-trunk": "5.1.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" diff --git a/projects/packages/my-jetpack/package.json b/projects/packages/my-jetpack/package.json index cfbdb5b222eda..8728d78035fa7 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": "5.0.4", + "version": "5.1.0", "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 4848bf417911b..5785a8bb8e3c6 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 = '5.0.4'; + const PACKAGE_VERSION = '5.1.0'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/projects/packages/publicize/CHANGELOG.md b/projects/packages/publicize/CHANGELOG.md index 65acef285eca4..1316812efef90 100644 --- a/projects/packages/publicize/CHANGELOG.md +++ b/projects/packages/publicize/CHANGELOG.md @@ -5,22 +5,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.56.3] - 2024-12-02 +### Changed +- Made resharing async in classic editor to fix timeout issues. [#40302] + ## [0.56.2] - 2024-11-26 ### Fixed -- Social | Fixed undefined index error on atomic sites [#40337] +- Fixed undefined index error on Atomic sites. [#40337] ## [0.56.1] - 2024-11-25 ### Added -- Social | Added initial post share status to the initial state [#40301] +- Added initial post share status to the initial state. [#40301] ### Changed -- Updated dependencies. [#40286] -- Updated package dependencies. [#40288] +- Updated package dependencies. [#40286] [#40288] ### Fixed -- Fixed initial state error in the editor for simple sites [#40319] -- Publicize: fix page-detection util methods to stop unnecessary API calls to wp.com [#40311] -- Social | Publicize - Fixed call to undefined method on WPCOM [#40328] +- Fixed initial state error in the editor for Simple sites. [#40319] +- Fix page-detection util methods to stop unnecessary API calls to WordPress.com. [#40311] +- Fixed call to undefined method on WordPress.com. [#40328] ## [0.56.0] - 2024-11-18 ### Added @@ -776,6 +779,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Update package.json metadata. +[0.56.3]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.2...v0.56.3 [0.56.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.1...v0.56.2 [0.56.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.0...v0.56.1 [0.56.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.55.2...v0.56.0 diff --git a/projects/packages/publicize/changelog/update-social-make-resharing-async-in-classic-editor b/projects/packages/publicize/changelog/update-social-make-resharing-async-in-classic-editor deleted file mode 100644 index a1205aeded0e3..0000000000000 --- a/projects/packages/publicize/changelog/update-social-make-resharing-async-in-classic-editor +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Social | Made resharing async in classic editor to fix timeout issues diff --git a/projects/packages/publicize/package.json b/projects/packages/publicize/package.json index 7e477258791ba..eef7f06aa9f86 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.56.2", + "version": "0.56.3", "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/videopress/CHANGELOG.md b/projects/packages/videopress/CHANGELOG.md index 0d912c12e8349..d1ca4a66766a4 100644 --- a/projects/packages/videopress/CHANGELOG.md +++ b/projects/packages/videopress/CHANGELOG.md @@ -5,14 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.25.3] - 2024-12-02 +### Changed +- Updated @wordpress/editor to the latest version. [#40373] + ## [0.25.2] - 2024-11-26 ### Changed - Update dependencies. [#39855] ## [0.25.1] - 2024-11-25 ### Changed -- Updated dependencies. [#40286] -- Updated package dependencies. [#40258] [#40288] +- Updated package dependencies. [#40258] [#40286] [#40288] ### Fixed - Fixed TS errors following @wordpress/editor update [#40291] @@ -1490,6 +1493,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created empty package [#24952] +[0.25.3]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.2...v0.25.3 [0.25.2]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.1...v0.25.2 [0.25.1]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.0...v0.25.1 [0.25.0]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.17...v0.25.0 diff --git a/projects/packages/videopress/changelog/update-@wordpress-editor-and-fix-issues b/projects/packages/videopress/changelog/update-@wordpress-editor-and-fix-issues deleted file mode 100644 index d73147b9c7a39..0000000000000 --- a/projects/packages/videopress/changelog/update-@wordpress-editor-and-fix-issues +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated @wordpress/editor to the latest version diff --git a/projects/packages/videopress/package.json b/projects/packages/videopress/package.json index df9299bbaa061..bb9c3614044f9 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.25.2", + "version": "0.25.3", "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 6fcb8ab437106..9a3943fa8a862 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.25.2'; + const PACKAGE_VERSION = '0.25.3'; const PACKAGE_SLUG = 'videopress'; diff --git a/projects/plugins/backup/changelog/prerelease#2 b/projects/plugins/backup/changelog/prerelease#2 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/backup/changelog/prerelease#2 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/backup/composer.lock b/projects/plugins/backup/composer.lock index 875eabb3e3674..e357b3cc73b52 100644 --- a/projects/plugins/backup/composer.lock +++ b/projects/plugins/backup/composer.lock @@ -1215,7 +1215,7 @@ "dist": { "type": "path", "url": "../../packages/my-jetpack", - "reference": "31ee23bfd8834f109e926269260327d921138815" + "reference": "0ab26c7e6e5f2c4a5f9038772514da7b408ff7bc" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -1253,7 +1253,7 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "5.0.x-dev" + "dev-trunk": "5.1.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" diff --git a/projects/plugins/boost/changelog/prerelease b/projects/plugins/boost/changelog/prerelease new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/boost/changelog/prerelease @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/boost/composer.lock b/projects/plugins/boost/composer.lock index adab8b3da52e6..becaadcc32d65 100644 --- a/projects/plugins/boost/composer.lock +++ b/projects/plugins/boost/composer.lock @@ -1131,7 +1131,7 @@ "dist": { "type": "path", "url": "../../packages/my-jetpack", - "reference": "31ee23bfd8834f109e926269260327d921138815" + "reference": "0ab26c7e6e5f2c4a5f9038772514da7b408ff7bc" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -1169,7 +1169,7 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "5.0.x-dev" + "dev-trunk": "5.1.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index 2705e94899e19..85c55311b0ed8 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -2,6 +2,28 @@ ### This is a list detailing changes for all Jetpack releases. +## 14.1-beta - 2024-12-02 +### Enhancements +- Likes Block: Allow hiding avatars. [#40282] +- Social: Change My Jetpack CTA from "Learn more" to "Activate". [#40359] + +### Improved compatibility +- Social: Change "Activate" button in the editor to link. [#40390] +- Tiled Gallery: Increase accessibility by ensuring images are not classified as interactive when they shouldn't be. [#40241] + +### Bug fixes +- Licensing: Resolves an issue where revoked licenses were incorrectly treated as unattached. [#40215] +- Social: Made resharing async in classic editor to fix timeout issues. [#40302] +- Subscribe block: Fix block error when editing. [#40355] + +### Other changes +- Bundles: Add growth icon to recommendation upsell. [#40347] +- Classic Theme Helper: Add Testimonial custom post type content. [#40295] +- Jetpack AI: Check module availability for mapped blocks. [#40336] +- Likes Block: Add a filter to the iframe url to enable future expansion and modularity. [#40276] +- Update @wordpress/editor to the latest version/ [#40373] +- Write Brief: Add alternative apostrophe char to spelling mistakes regex. [#40395] + ## 14.1-a.7 - 2024-11-26 ### Enhancements - Subscriptions: stops loading editor functionality (i.e. the block and panels) when subscriptions module is disabled. [#39802] diff --git a/projects/plugins/jetpack/changelog/add-e2e-test-for-publicize-activation-from-the-editor b/projects/plugins/jetpack/changelog/add-e2e-test-for-publicize-activation-from-the-editor deleted file mode 100644 index 1448dd6733ffd..0000000000000 --- a/projects/plugins/jetpack/changelog/add-e2e-test-for-publicize-activation-from-the-editor +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Social | Added e2e test for publicize activation from the editor - - diff --git a/projects/plugins/jetpack/changelog/add-growth-icon-to-upsell b/projects/plugins/jetpack/changelog/add-growth-icon-to-upsell deleted file mode 100644 index fccbdfa35c27a..0000000000000 --- a/projects/plugins/jetpack/changelog/add-growth-icon-to-upsell +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Add growth icon to recommendation upsell diff --git a/projects/plugins/jetpack/changelog/add-testimonials-cpt-to-classic-theme-helper-package b/projects/plugins/jetpack/changelog/add-testimonials-cpt-to-classic-theme-helper-package deleted file mode 100644 index 05259d6cd945e..0000000000000 --- a/projects/plugins/jetpack/changelog/add-testimonials-cpt-to-classic-theme-helper-package +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Classic Theme Helper: Adding Testimonial custom post type content diff --git a/projects/plugins/jetpack/changelog/fix-fatal-in-json-api-update-post-v1-2-endpoint b/projects/plugins/jetpack/changelog/fix-fatal-in-json-api-update-post-v1-2-endpoint deleted file mode 100644 index 97080c2bebb8c..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-fatal-in-json-api-update-post-v1-2-endpoint +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Jetpack JSON API: Fix Fatal in WPCOM_JSON_API_Update_Post_v1_2_Endpoint - - diff --git a/projects/plugins/jetpack/changelog/fix-incorrect-usage-of-publicize-in-subscribe-block b/projects/plugins/jetpack/changelog/fix-incorrect-usage-of-publicize-in-subscribe-block deleted file mode 100644 index a9e71263cc203..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-incorrect-usage-of-publicize-in-subscribe-block +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Fixed block error when editing Subscribe block diff --git a/projects/plugins/jetpack/changelog/fix-jetpack-ai-form-extension-module-availability b/projects/plugins/jetpack/changelog/fix-jetpack-ai-form-extension-module-availability deleted file mode 100644 index 2c81f23913256..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-jetpack-ai-form-extension-module-availability +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Jetpack AI: check module availability for mapped blocks (so far, contact-form) diff --git a/projects/plugins/jetpack/changelog/fix-jetpack-ai-write-brief-apostrophe b/projects/plugins/jetpack/changelog/fix-jetpack-ai-write-brief-apostrophe deleted file mode 100644 index 96b4337f20c6e..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-jetpack-ai-write-brief-apostrophe +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Write Brief: Add alternative apostroph char to spelling mistakes regex diff --git a/projects/plugins/jetpack/changelog/fix-tiled-gallery-link-none-accessibility b/projects/plugins/jetpack/changelog/fix-tiled-gallery-link-none-accessibility deleted file mode 100644 index 7dac32c7daaec..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-tiled-gallery-link-none-accessibility +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: compat - -Tiled Gallery: Increase accessibility by ensuring images are not classified as interactive when they shouldn't be. diff --git a/projects/plugins/jetpack/changelog/update-@wordpress-editor-and-fix-issues b/projects/plugins/jetpack/changelog/update-@wordpress-editor-and-fix-issues deleted file mode 100644 index 60ffa90aafba5..0000000000000 --- a/projects/plugins/jetpack/changelog/update-@wordpress-editor-and-fix-issues +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Updated @wordpress/editor to the latest version diff --git a/projects/plugins/jetpack/changelog/update-fetch-available-licenses b/projects/plugins/jetpack/changelog/update-fetch-available-licenses deleted file mode 100644 index 1a6f0d45666d0..0000000000000 --- a/projects/plugins/jetpack/changelog/update-fetch-available-licenses +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Resolved an issue where revoked licenses were incorrectly treated as unattached. This caused users to be redirected to the license activation page after site connection, even when unattached licenses were not valid for activation. diff --git a/projects/plugins/jetpack/changelog/update-likes-add-iframe-filter b/projects/plugins/jetpack/changelog/update-likes-add-iframe-filter deleted file mode 100644 index 60cf5daa19d06..0000000000000 --- a/projects/plugins/jetpack/changelog/update-likes-add-iframe-filter +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Likes: Add a filter to the iframe url to enable future expansion and modularity. diff --git a/projects/plugins/jetpack/changelog/update-likes-hide-avatars b/projects/plugins/jetpack/changelog/update-likes-hide-avatars deleted file mode 100644 index 5faf2f75295ba..0000000000000 --- a/projects/plugins/jetpack/changelog/update-likes-hide-avatars +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Likes block: allow hiding avatars diff --git a/projects/plugins/jetpack/changelog/update-my-jetpack-social-cta b/projects/plugins/jetpack/changelog/update-my-jetpack-social-cta deleted file mode 100644 index c79f38d85e467..0000000000000 --- a/projects/plugins/jetpack/changelog/update-my-jetpack-social-cta +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: enhancement - -Social | Improved My Jetpack CTA for Social Activate the module instead of Learn More diff --git a/projects/plugins/jetpack/changelog/update-social-convert-activate-social-in-the-editor-to-link b/projects/plugins/jetpack/changelog/update-social-convert-activate-social-in-the-editor-to-link deleted file mode 100644 index 6241cef0c4cd0..0000000000000 --- a/projects/plugins/jetpack/changelog/update-social-convert-activate-social-in-the-editor-to-link +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: compat - -Social | Changed activate social button in the editor to link diff --git a/projects/plugins/jetpack/changelog/update-social-make-resharing-async-in-classic-editor b/projects/plugins/jetpack/changelog/update-social-make-resharing-async-in-classic-editor deleted file mode 100644 index 3ce7e8310fb8a..0000000000000 --- a/projects/plugins/jetpack/changelog/update-social-make-resharing-async-in-classic-editor +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Social | Made resharing async in classic editor to fix timeout issues diff --git a/projects/plugins/jetpack/composer.json b/projects/plugins/jetpack/composer.json index e9d9f3a441200..00c4b203ff47d 100644 --- a/projects/plugins/jetpack/composer.json +++ b/projects/plugins/jetpack/composer.json @@ -106,7 +106,7 @@ "platform": { "ext-intl": "0.0.0" }, - "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_7", + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_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 4d9b3a8a4ea47..c9257cc8147cf 100644 --- a/projects/plugins/jetpack/composer.lock +++ b/projects/plugins/jetpack/composer.lock @@ -1824,7 +1824,7 @@ "dist": { "type": "path", "url": "../../packages/my-jetpack", - "reference": "31ee23bfd8834f109e926269260327d921138815" + "reference": "0ab26c7e6e5f2c4a5f9038772514da7b408ff7bc" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -1862,7 +1862,7 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "5.0.x-dev" + "dev-trunk": "5.1.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" diff --git a/projects/plugins/jetpack/jetpack.php b/projects/plugins/jetpack/jetpack.php index a8a3f67859e90..2fd911c31b7ca 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.1-a.7 + * Version: 14.1-beta * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -34,7 +34,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '6.6' ); define( 'JETPACK__MINIMUM_PHP_VERSION', '7.2' ); -define( 'JETPACK__VERSION', '14.1-a.7' ); +define( 'JETPACK__VERSION', '14.1-beta' ); /** * Constant used to fetch the connection owner token diff --git a/projects/plugins/jetpack/modules/likes/jetpack-likes-master-iframe.php b/projects/plugins/jetpack/modules/likes/jetpack-likes-master-iframe.php index 2d87782cec3dd..30d2f9d5aad8e 100644 --- a/projects/plugins/jetpack/modules/likes/jetpack-likes-master-iframe.php +++ b/projects/plugins/jetpack/modules/likes/jetpack-likes-master-iframe.php @@ -39,7 +39,7 @@ function jetpack_likes_master_iframe() { * * @module likes * - * @since $$next-version$$ + * @since 14.1 * * @param string URL to https://widgets.wp.com/ with various arguments appended to the get string and fragment. */ diff --git a/projects/plugins/jetpack/package.json b/projects/plugins/jetpack/package.json index eab66f22b05b4..cf33d221d4cc2 100644 --- a/projects/plugins/jetpack/package.json +++ b/projects/plugins/jetpack/package.json @@ -1,6 +1,6 @@ { "name": "Jetpack", - "version": "14.1.0-a.7", + "version": "14.1.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 61c514928630e..d0b4b8ef35833 100644 --- a/projects/plugins/jetpack/readme.txt +++ b/projects/plugins/jetpack/readme.txt @@ -326,12 +326,42 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file == Changelog == -### 14.1-a.7 - 2024-11-26 +### 14.1-beta - 2024-12-02 +#### Major Enhancements +- General: Update minimum PHP version to 7.2. +- General: Update minimum WordPress version to 6.6. +- Social: Added permissions warning for LinkedIn connections. + #### Enhancements +- Google Photos Picker: Adding Google Photos Picker flow backend API endpoints support. +- Google Photos Picker: Update Google Photos external media to support Google Photos Picker API. +- Image CDN: Use preconnect resource hints instead of dns-prefetch to improve performance. +- Likes Block: Allow hiding avatars. +- My Jetpack: Update the recommendations section in My Jetpack to include a slider interaction for the cards. +- Social: Added a new toggle for Social UTM tracking. +- Social: Change My Jetpack CTA from "Learn more" to "Activate". +- Social: Post share status in the editor is now immediately available on page load. - Subscriptions: stops loading editor functionality (i.e. the block and panels) when subscriptions module is disabled. +- Use wp_register_block_metadata_collection() on WordPress 6.7+ to improve block registration performance by reducing filesystem operations. (See https://core.trac.wordpress.org/changeset/59132) + +#### Improved compatibility +- Components: Shortlink and Toolbar related components have been updated to ensure compatibility. +- Dashboard: Fix toggle component to prevent console warnings. +- Extra Sidebar Widgets: update asset enqueuing strategy to ensure compatibility with the Elementor plugin. +- Social: Change "Activate" button in the editor to link. +- Tiled Gallery: Increase accessibility by ensuring images are not classified as interactive when they shouldn't be. #### Bug fixes +- AI Assistant: Fix bug with error message when user is not over requests limit. +- Comments: Fix reload after posting. +- Fixed bug with scheduled resharing when sharing another admin's posts. +- Forms: Fix an error occurring due to a function receiving an unexpected input type. +- Forms: Prevent duplicate Salesforce entry submissions. +- Licensing: Resolves an issue where revoked licenses were incorrectly treated as unattached. - Social: Fixed undefined index error on specific WordPress.com environments. +- Social: Made resharing async in classic editor to fix timeout issues. +- Subscribe block: Fix block error when editing. +- Subscriptions: Fix template preview and edit links for three toggle settings. -------- diff --git a/projects/plugins/protect/changelog/prerelease#7 b/projects/plugins/protect/changelog/prerelease#7 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/protect/changelog/prerelease#7 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/protect/composer.lock b/projects/plugins/protect/composer.lock index 756346639d0dd..d2c07cf8140fe 100644 --- a/projects/plugins/protect/composer.lock +++ b/projects/plugins/protect/composer.lock @@ -1125,7 +1125,7 @@ "dist": { "type": "path", "url": "../../packages/my-jetpack", - "reference": "31ee23bfd8834f109e926269260327d921138815" + "reference": "0ab26c7e6e5f2c4a5f9038772514da7b408ff7bc" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -1163,7 +1163,7 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "5.0.x-dev" + "dev-trunk": "5.1.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" diff --git a/projects/plugins/search/changelog/prerelease#14 b/projects/plugins/search/changelog/prerelease#14 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/search/changelog/prerelease#14 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/search/composer.lock b/projects/plugins/search/composer.lock index 153cd69c45089..5686dc83883ef 100644 --- a/projects/plugins/search/composer.lock +++ b/projects/plugins/search/composer.lock @@ -1065,7 +1065,7 @@ "dist": { "type": "path", "url": "../../packages/my-jetpack", - "reference": "31ee23bfd8834f109e926269260327d921138815" + "reference": "0ab26c7e6e5f2c4a5f9038772514da7b408ff7bc" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -1103,7 +1103,7 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "5.0.x-dev" + "dev-trunk": "5.1.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" diff --git a/projects/plugins/social/changelog/prerelease#7 b/projects/plugins/social/changelog/prerelease#7 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/social/changelog/prerelease#7 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/social/composer.lock b/projects/plugins/social/composer.lock index 19506de60c694..36575103e80bd 100644 --- a/projects/plugins/social/composer.lock +++ b/projects/plugins/social/composer.lock @@ -1065,7 +1065,7 @@ "dist": { "type": "path", "url": "../../packages/my-jetpack", - "reference": "31ee23bfd8834f109e926269260327d921138815" + "reference": "0ab26c7e6e5f2c4a5f9038772514da7b408ff7bc" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -1103,7 +1103,7 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "5.0.x-dev" + "dev-trunk": "5.1.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" diff --git a/projects/plugins/starter-plugin/changelog/prerelease#26 b/projects/plugins/starter-plugin/changelog/prerelease#26 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/starter-plugin/changelog/prerelease#26 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/starter-plugin/composer.lock b/projects/plugins/starter-plugin/composer.lock index 93f4eaf2bb21d..ba2dc65d11e08 100644 --- a/projects/plugins/starter-plugin/composer.lock +++ b/projects/plugins/starter-plugin/composer.lock @@ -1065,7 +1065,7 @@ "dist": { "type": "path", "url": "../../packages/my-jetpack", - "reference": "31ee23bfd8834f109e926269260327d921138815" + "reference": "0ab26c7e6e5f2c4a5f9038772514da7b408ff7bc" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -1103,7 +1103,7 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "5.0.x-dev" + "dev-trunk": "5.1.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" diff --git a/projects/plugins/videopress/changelog/prerelease#14 b/projects/plugins/videopress/changelog/prerelease#14 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/videopress/changelog/prerelease#14 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/videopress/composer.lock b/projects/plugins/videopress/composer.lock index fcbf9105259ea..02573024f588d 100644 --- a/projects/plugins/videopress/composer.lock +++ b/projects/plugins/videopress/composer.lock @@ -1065,7 +1065,7 @@ "dist": { "type": "path", "url": "../../packages/my-jetpack", - "reference": "31ee23bfd8834f109e926269260327d921138815" + "reference": "0ab26c7e6e5f2c4a5f9038772514da7b408ff7bc" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -1103,7 +1103,7 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "5.0.x-dev" + "dev-trunk": "5.1.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php"