From 665f4faa7335fcc5b48d40ee872fc6f22590b33e Mon Sep 17 00:00:00 2001 From: Kuba Birecki Date: Mon, 29 Apr 2024 17:39:50 +0200 Subject: [PATCH] Changelog and readme.txt edits. (#37114) --- projects/js-packages/ai-client/CHANGELOG.md | 5 +++++ .../update-jetpack-ai-inline-extensions | 4 ---- projects/js-packages/ai-client/package.json | 2 +- projects/packages/forms/CHANGELOG.md | 5 +++++ .../fix-more-phan-undefined-because-of-phpdoc | 5 ----- .../changelog/update-use-wp-admin-notice | 4 ---- projects/packages/forms/package.json | 2 +- .../forms/src/class-jetpack-forms.php | 2 +- .../packages/identity-crisis/CHANGELOG.md | 5 +++++ .../fix-more-phan-undefined-because-of-phpdoc | 5 ----- .../packages/identity-crisis/package.json | 2 +- .../src/class-identity-crisis.php | 2 +- projects/packages/image-cdn/CHANGELOG.md | 5 +++++ .../fix-more-phan-undefined-because-of-phpdoc | 5 ----- projects/packages/import/CHANGELOG.md | 5 +++++ .../fix-more-phan-undefined-because-of-phpdoc | 5 ----- projects/packages/import/package.json | 2 +- projects/packages/import/src/class-main.php | 2 +- projects/packages/my-jetpack/CHANGELOG.md | 5 +++++ .../fix-more-phan-undefined-because-of-phpdoc | 5 ----- projects/packages/my-jetpack/package.json | 2 +- .../my-jetpack/src/class-initializer.php | 2 +- projects/packages/publicize/CHANGELOG.md | 5 +++++ .../fix-more-phan-undefined-because-of-phpdoc | 5 ----- projects/packages/publicize/package.json | 2 +- projects/packages/search/CHANGELOG.md | 5 +++++ .../fix-more-phan-undefined-because-of-phpdoc | 5 ----- .../search/changelog/fix-search-new-site-flow | 4 ---- projects/packages/search/package.json | 2 +- .../packages/search/src/class-package.php | 2 +- projects/packages/sync/CHANGELOG.md | 8 +++++++ .../changelog/add-reply-to-newsletter-setting | 4 ---- .../fix-more-phan-undefined-because-of-phpdoc | 5 ----- ...pdate-send-post-for-jetpack-published-post | 4 ---- .../sync/src/class-package-version.php | 2 +- projects/packages/videopress/CHANGELOG.md | 5 +++++ .../fix-more-phan-undefined-because-of-phpdoc | 5 ----- .../changelog/update-button-aria-pressed | 4 ---- projects/packages/videopress/package.json | 2 +- .../videopress/src/class-package-version.php | 2 +- projects/packages/waf/CHANGELOG.md | 5 +++++ .../fix-more-phan-undefined-because-of-phpdoc | 5 ----- projects/plugins/jetpack/CHANGELOG.md | 21 +++++++++++++++++++ .../changelog/add-jp-memberships-sandbox-sync | 4 ---- .../changelog/add-reply-to-newsletter-setting | 4 ---- .../add-title-optimization-acceptance | 4 ---- .../changelog/add-title-optimization-cancel | 4 ---- .../changelog/fix-api-doc-media-endpoints | 4 ---- .../fix-more-phan-undefined-because-of-phpdoc | 5 ----- .../changelog/fix-paid-subscriber-cache | 4 ---- .../untangling-fix-default-color-scheme | 4 ---- .../changelog/update-button-aria-pressed | 4 ---- .../update-cloudflare-analytics-move | 4 ---- .../update-hide-subscribers-number-subscribed | 4 ---- .../update-jetpack-ai-inline-extensions | 4 ---- .../update-jetpack-ai-inline-extensions-flag | 4 ---- .../update-make-site-migration-flow-string | 4 ---- .../changelog/update-paid-newsletter-tracking | 4 ---- .../jetpack/changelog/update-phan-wpcom-stubs | 5 ----- ...pdate-send-post-for-jetpack-published-post | 5 ----- .../changelog/update-stats_devices_api_proxy | 5 ----- .../changelog/update-use-wp-admin-notice | 4 ---- .../update-wpcom-block-editor-jetpack-class | 4 ---- projects/plugins/jetpack/composer.json | 2 +- projects/plugins/jetpack/jetpack.php | 4 ++-- .../cloudflare-analytics.php | 8 +++---- projects/plugins/jetpack/package.json | 2 +- projects/plugins/jetpack/readme.txt | 9 +++----- projects/plugins/mu-wpcom-plugin/CHANGELOG.md | 4 ++++ .../plugins/mu-wpcom-plugin/composer.json | 2 +- .../mu-wpcom-plugin/mu-wpcom-plugin.php | 2 +- projects/plugins/mu-wpcom-plugin/package.json | 2 +- 72 files changed, 112 insertions(+), 190 deletions(-) delete mode 100644 projects/js-packages/ai-client/changelog/update-jetpack-ai-inline-extensions delete mode 100644 projects/packages/forms/changelog/fix-more-phan-undefined-because-of-phpdoc delete mode 100644 projects/packages/forms/changelog/update-use-wp-admin-notice delete mode 100644 projects/packages/identity-crisis/changelog/fix-more-phan-undefined-because-of-phpdoc delete mode 100644 projects/packages/image-cdn/changelog/fix-more-phan-undefined-because-of-phpdoc delete mode 100644 projects/packages/import/changelog/fix-more-phan-undefined-because-of-phpdoc delete mode 100644 projects/packages/my-jetpack/changelog/fix-more-phan-undefined-because-of-phpdoc delete mode 100644 projects/packages/publicize/changelog/fix-more-phan-undefined-because-of-phpdoc delete mode 100644 projects/packages/search/changelog/fix-more-phan-undefined-because-of-phpdoc delete mode 100644 projects/packages/search/changelog/fix-search-new-site-flow delete mode 100644 projects/packages/sync/changelog/add-reply-to-newsletter-setting delete mode 100644 projects/packages/sync/changelog/fix-more-phan-undefined-because-of-phpdoc delete mode 100644 projects/packages/sync/changelog/update-send-post-for-jetpack-published-post delete mode 100644 projects/packages/videopress/changelog/fix-more-phan-undefined-because-of-phpdoc delete mode 100644 projects/packages/videopress/changelog/update-button-aria-pressed delete mode 100644 projects/packages/waf/changelog/fix-more-phan-undefined-because-of-phpdoc delete mode 100644 projects/plugins/jetpack/changelog/add-jp-memberships-sandbox-sync delete mode 100644 projects/plugins/jetpack/changelog/add-reply-to-newsletter-setting delete mode 100644 projects/plugins/jetpack/changelog/add-title-optimization-acceptance delete mode 100644 projects/plugins/jetpack/changelog/add-title-optimization-cancel delete mode 100644 projects/plugins/jetpack/changelog/fix-api-doc-media-endpoints delete mode 100644 projects/plugins/jetpack/changelog/fix-more-phan-undefined-because-of-phpdoc delete mode 100644 projects/plugins/jetpack/changelog/fix-paid-subscriber-cache delete mode 100644 projects/plugins/jetpack/changelog/untangling-fix-default-color-scheme delete mode 100644 projects/plugins/jetpack/changelog/update-button-aria-pressed delete mode 100644 projects/plugins/jetpack/changelog/update-cloudflare-analytics-move delete mode 100644 projects/plugins/jetpack/changelog/update-hide-subscribers-number-subscribed delete mode 100644 projects/plugins/jetpack/changelog/update-jetpack-ai-inline-extensions delete mode 100644 projects/plugins/jetpack/changelog/update-jetpack-ai-inline-extensions-flag delete mode 100644 projects/plugins/jetpack/changelog/update-make-site-migration-flow-string delete mode 100644 projects/plugins/jetpack/changelog/update-paid-newsletter-tracking delete mode 100644 projects/plugins/jetpack/changelog/update-phan-wpcom-stubs delete mode 100644 projects/plugins/jetpack/changelog/update-send-post-for-jetpack-published-post delete mode 100644 projects/plugins/jetpack/changelog/update-stats_devices_api_proxy delete mode 100644 projects/plugins/jetpack/changelog/update-use-wp-admin-notice delete mode 100644 projects/plugins/jetpack/changelog/update-wpcom-block-editor-jetpack-class diff --git a/projects/js-packages/ai-client/CHANGELOG.md b/projects/js-packages/ai-client/CHANGELOG.md index 9f44fe46e308d..9904172b69fa9 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.12.4] - 2024-04-29 +### Added +- AI Client: Export ExtensionAIControl. [#37087] + ## [0.12.3] - 2024-04-25 ### Changed - AI Client: Separate AIControl UI from block logic. [#36967] @@ -294,6 +298,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. [#31659] - Updated package dependencies. [#31785] +[0.12.4]: https://github.com/Automattic/jetpack-ai-client/compare/v0.12.3...v0.12.4 [0.12.3]: https://github.com/Automattic/jetpack-ai-client/compare/v0.12.2...v0.12.3 [0.12.2]: https://github.com/Automattic/jetpack-ai-client/compare/v0.12.1...v0.12.2 [0.12.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.12.0...v0.12.1 diff --git a/projects/js-packages/ai-client/changelog/update-jetpack-ai-inline-extensions b/projects/js-packages/ai-client/changelog/update-jetpack-ai-inline-extensions deleted file mode 100644 index b7ecac4969e3f..0000000000000 --- a/projects/js-packages/ai-client/changelog/update-jetpack-ai-inline-extensions +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -AI Client: Export ExtensionAIControl diff --git a/projects/js-packages/ai-client/package.json b/projects/js-packages/ai-client/package.json index c50cf474efc70..a791b3d08067d 100644 --- a/projects/js-packages/ai-client/package.json +++ b/projects/js-packages/ai-client/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@automattic/jetpack-ai-client", - "version": "0.12.4-alpha", + "version": "0.12.4", "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/packages/forms/CHANGELOG.md b/projects/packages/forms/CHANGELOG.md index 0d2030a210974..2eac9c772511f 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.30.18] - 2024-04-29 +### Changed +- General: Use wp_admin_notice function introduced in WP 6.4 to display notices. [#37051] + ## [0.30.17] - 2024-04-25 ### Fixed - Set correct `textdomain` in `block.json`. [#37057] @@ -547,6 +551,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a new jetpack/forms package [#28409] - Added a public load_contact_form method for initializing the contact form module. [#28416] +[0.30.18]: https://github.com/automattic/jetpack-forms/compare/v0.30.17...v0.30.18 [0.30.17]: https://github.com/automattic/jetpack-forms/compare/v0.30.16...v0.30.17 [0.30.16]: https://github.com/automattic/jetpack-forms/compare/v0.30.15...v0.30.16 [0.30.15]: https://github.com/automattic/jetpack-forms/compare/v0.30.14...v0.30.15 diff --git a/projects/packages/forms/changelog/fix-more-phan-undefined-because-of-phpdoc b/projects/packages/forms/changelog/fix-more-phan-undefined-because-of-phpdoc deleted file mode 100644 index 4c732efc39436..0000000000000 --- a/projects/packages/forms/changelog/fix-more-phan-undefined-because-of-phpdoc +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix a bunch of phpdocs to make Phan happier. No change to functionality. - - diff --git a/projects/packages/forms/changelog/update-use-wp-admin-notice b/projects/packages/forms/changelog/update-use-wp-admin-notice deleted file mode 100644 index 2988ba2249366..0000000000000 --- a/projects/packages/forms/changelog/update-use-wp-admin-notice +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -General: use wp_admin_notice function introduced in WP 6.4 to display notices. diff --git a/projects/packages/forms/package.json b/projects/packages/forms/package.json index 1adb4261d12aa..f0f48595dd2a6 100644 --- a/projects/packages/forms/package.json +++ b/projects/packages/forms/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-forms", - "version": "0.30.18-alpha", + "version": "0.30.19-alpha", "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 4a37fdafff825..7fbbd0df0c779 100644 --- a/projects/packages/forms/src/class-jetpack-forms.php +++ b/projects/packages/forms/src/class-jetpack-forms.php @@ -15,7 +15,7 @@ */ class Jetpack_Forms { - const PACKAGE_VERSION = '0.30.18-alpha'; + const PACKAGE_VERSION = '0.30.19-alpha'; /** * Load the contact form module. diff --git a/projects/packages/identity-crisis/CHANGELOG.md b/projects/packages/identity-crisis/CHANGELOG.md index a5b72a14c526f..d853a0e763d2f 100644 --- a/projects/packages/identity-crisis/CHANGELOG.md +++ b/projects/packages/identity-crisis/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.18.5] - 2024-04-29 +### Changed +- Internal updates. + ## [0.18.4] - 2024-04-25 ### Changed - Update dependencies. @@ -536,6 +540,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Use Connection/Urls for home_url and site_url functions migrated from Sync. +[0.18.5]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.4...v0.18.5 [0.18.4]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.3...v0.18.4 [0.18.3]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.2...v0.18.3 [0.18.2]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.1...v0.18.2 diff --git a/projects/packages/identity-crisis/changelog/fix-more-phan-undefined-because-of-phpdoc b/projects/packages/identity-crisis/changelog/fix-more-phan-undefined-because-of-phpdoc deleted file mode 100644 index 4c732efc39436..0000000000000 --- a/projects/packages/identity-crisis/changelog/fix-more-phan-undefined-because-of-phpdoc +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix a bunch of phpdocs to make Phan happier. No change to functionality. - - diff --git a/projects/packages/identity-crisis/package.json b/projects/packages/identity-crisis/package.json index 4858a0c0feee3..51af371facd02 100644 --- a/projects/packages/identity-crisis/package.json +++ b/projects/packages/identity-crisis/package.json @@ -1,6 +1,6 @@ { "name": "jetpack-identity-crisis", - "version": "0.18.5-alpha", + "version": "0.18.5", "description": "Jetpack Identity Crisis", "main": "_inc/admin.jsx", "repository": { diff --git a/projects/packages/identity-crisis/src/class-identity-crisis.php b/projects/packages/identity-crisis/src/class-identity-crisis.php index 7ff7304fca953..3b862e9fedcca 100644 --- a/projects/packages/identity-crisis/src/class-identity-crisis.php +++ b/projects/packages/identity-crisis/src/class-identity-crisis.php @@ -26,7 +26,7 @@ class Identity_Crisis { /** * Package Version */ - const PACKAGE_VERSION = '0.18.5-alpha'; + const PACKAGE_VERSION = '0.18.5'; /** * Package Slug diff --git a/projects/packages/image-cdn/CHANGELOG.md b/projects/packages/image-cdn/CHANGELOG.md index 8074af7dbc5cd..adfa7755159f1 100644 --- a/projects/packages/image-cdn/CHANGELOG.md +++ b/projects/packages/image-cdn/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.7] - 2024-04-29 +### Changed +- Internal updates. + ## [0.3.6] - 2024-04-25 ### Changed - Update dependencies. [#33960] @@ -81,6 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add image CDN package. [#29561] +[0.3.7]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.6...v0.3.7 [0.3.6]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.5...v0.3.6 [0.3.5]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.4...v0.3.5 [0.3.4]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.3...v0.3.4 diff --git a/projects/packages/image-cdn/changelog/fix-more-phan-undefined-because-of-phpdoc b/projects/packages/image-cdn/changelog/fix-more-phan-undefined-because-of-phpdoc deleted file mode 100644 index 4c732efc39436..0000000000000 --- a/projects/packages/image-cdn/changelog/fix-more-phan-undefined-because-of-phpdoc +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix a bunch of phpdocs to make Phan happier. No change to functionality. - - diff --git a/projects/packages/import/CHANGELOG.md b/projects/packages/import/CHANGELOG.md index 4e8dd705e6ca2..3ee42d24387c5 100644 --- a/projects/packages/import/CHANGELOG.md +++ b/projects/packages/import/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.4] - 2024-04-29 +### Changed +- Internal updates. + ## [0.8.3] - 2024-04-08 ### Changed - Internal updates. @@ -90,6 +94,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed various imported resources hierarchies [#29012] +[0.8.4]: https://github.com/Automattic/jetpack-import/compare/v0.8.3...v0.8.4 [0.8.3]: https://github.com/Automattic/jetpack-import/compare/v0.8.2...v0.8.3 [0.8.2]: https://github.com/Automattic/jetpack-import/compare/v0.8.1...v0.8.2 [0.8.1]: https://github.com/Automattic/jetpack-import/compare/v0.8.0...v0.8.1 diff --git a/projects/packages/import/changelog/fix-more-phan-undefined-because-of-phpdoc b/projects/packages/import/changelog/fix-more-phan-undefined-because-of-phpdoc deleted file mode 100644 index 4c732efc39436..0000000000000 --- a/projects/packages/import/changelog/fix-more-phan-undefined-because-of-phpdoc +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix a bunch of phpdocs to make Phan happier. No change to functionality. - - diff --git a/projects/packages/import/package.json b/projects/packages/import/package.json index a1277bc134e57..870d9b5befd4e 100644 --- a/projects/packages/import/package.json +++ b/projects/packages/import/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-import", - "version": "0.8.4-alpha", + "version": "0.8.4", "description": "Set of REST API routes used in WPCOM Unified Importer.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/import/#readme", "bugs": { diff --git a/projects/packages/import/src/class-main.php b/projects/packages/import/src/class-main.php index 94e7530a12d67..eb788e02963f6 100644 --- a/projects/packages/import/src/class-main.php +++ b/projects/packages/import/src/class-main.php @@ -20,7 +20,7 @@ class Main { * * @var string */ - const PACKAGE_VERSION = '0.8.4-alpha'; + const PACKAGE_VERSION = '0.8.4'; /** * A list of all the routes. diff --git a/projects/packages/my-jetpack/CHANGELOG.md b/projects/packages/my-jetpack/CHANGELOG.md index b55d03386a337..ecb4dc35e43a4 100644 --- a/projects/packages/my-jetpack/CHANGELOG.md +++ b/projects/packages/my-jetpack/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). +## [4.22.3] - 2024-04-29 +### Changed +- Internal updates. + ## [4.22.2] - 2024-04-25 ### Fixed - My Jetpack: Fix issue where the TOS component was being called inside of a

, throwing a warning that

can't be a descendant of

. This also fixes the font size of the TOS text. [#37034] @@ -1441,6 +1445,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created package +[4.22.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.22.2...4.22.3 [4.22.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.22.1...4.22.2 [4.22.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.22.0...4.22.1 [4.22.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.21.0...4.22.0 diff --git a/projects/packages/my-jetpack/changelog/fix-more-phan-undefined-because-of-phpdoc b/projects/packages/my-jetpack/changelog/fix-more-phan-undefined-because-of-phpdoc deleted file mode 100644 index 4c732efc39436..0000000000000 --- a/projects/packages/my-jetpack/changelog/fix-more-phan-undefined-because-of-phpdoc +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix a bunch of phpdocs to make Phan happier. No change to functionality. - - diff --git a/projects/packages/my-jetpack/package.json b/projects/packages/my-jetpack/package.json index 939b60561f6ae..0389abb1728cf 100644 --- a/projects/packages/my-jetpack/package.json +++ b/projects/packages/my-jetpack/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-my-jetpack", - "version": "4.22.3-alpha", + "version": "4.22.4-alpha", "description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/my-jetpack/#readme", "bugs": { diff --git a/projects/packages/my-jetpack/src/class-initializer.php b/projects/packages/my-jetpack/src/class-initializer.php index 5005a9c216822..afad98b5cdeaa 100644 --- a/projects/packages/my-jetpack/src/class-initializer.php +++ b/projects/packages/my-jetpack/src/class-initializer.php @@ -37,7 +37,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '4.22.3-alpha'; + const PACKAGE_VERSION = '4.22.4-alpha'; /** * 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 8d25ae2c086b5..af0280535a9fd 100644 --- a/projects/packages/publicize/CHANGELOG.md +++ b/projects/packages/publicize/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.42.13] - 2024-04-29 +### Changed +- Internal updates. + ## [0.42.12] - 2024-04-25 ### Changed - Internal updates. @@ -529,6 +533,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Update package.json metadata. +[0.42.13]: https://github.com/Automattic/jetpack-publicize/compare/v0.42.12...v0.42.13 [0.42.12]: https://github.com/Automattic/jetpack-publicize/compare/v0.42.11...v0.42.12 [0.42.11]: https://github.com/Automattic/jetpack-publicize/compare/v0.42.10...v0.42.11 [0.42.10]: https://github.com/Automattic/jetpack-publicize/compare/v0.42.9...v0.42.10 diff --git a/projects/packages/publicize/changelog/fix-more-phan-undefined-because-of-phpdoc b/projects/packages/publicize/changelog/fix-more-phan-undefined-because-of-phpdoc deleted file mode 100644 index 4c732efc39436..0000000000000 --- a/projects/packages/publicize/changelog/fix-more-phan-undefined-because-of-phpdoc +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix a bunch of phpdocs to make Phan happier. No change to functionality. - - diff --git a/projects/packages/publicize/package.json b/projects/packages/publicize/package.json index 0ff7503bf815e..f8df2573de152 100644 --- a/projects/packages/publicize/package.json +++ b/projects/packages/publicize/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-publicize", - "version": "0.42.13-alpha", + "version": "0.42.14-alpha", "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 a5cea683491c9..339a017ceb58c 100644 --- a/projects/packages/search/CHANGELOG.md +++ b/projects/packages/search/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.44.4] - 2024-04-29 +### Fixed +- Fix connection flow for new sites. [#37085] + ## [0.44.3] - 2024-04-25 ### Changed - Internal updates. @@ -945,6 +949,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. +[0.44.4]: https://github.com/Automattic/jetpack-search/compare/v0.44.3...v0.44.4 [0.44.3]: https://github.com/Automattic/jetpack-search/compare/v0.44.2...v0.44.3 [0.44.2]: https://github.com/Automattic/jetpack-search/compare/v0.44.1...v0.44.2 [0.44.1]: https://github.com/Automattic/jetpack-search/compare/v0.44.0...v0.44.1 diff --git a/projects/packages/search/changelog/fix-more-phan-undefined-because-of-phpdoc b/projects/packages/search/changelog/fix-more-phan-undefined-because-of-phpdoc deleted file mode 100644 index 4c732efc39436..0000000000000 --- a/projects/packages/search/changelog/fix-more-phan-undefined-because-of-phpdoc +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix a bunch of phpdocs to make Phan happier. No change to functionality. - - diff --git a/projects/packages/search/changelog/fix-search-new-site-flow b/projects/packages/search/changelog/fix-search-new-site-flow deleted file mode 100644 index d9ddbf0d76770..0000000000000 --- a/projects/packages/search/changelog/fix-search-new-site-flow +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fix connection flow for new sites. diff --git a/projects/packages/search/package.json b/projects/packages/search/package.json index 083c22ac879c0..6ce4b1ca471d3 100644 --- a/projects/packages/search/package.json +++ b/projects/packages/search/package.json @@ -1,6 +1,6 @@ { "name": "jetpack-search", - "version": "0.44.4-alpha", + "version": "0.44.5-alpha", "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 453f93acc1a7f..53ecf4babee3f 100644 --- a/projects/packages/search/src/class-package.php +++ b/projects/packages/search/src/class-package.php @@ -11,7 +11,7 @@ * Search package general information */ class Package { - const VERSION = '0.44.4-alpha'; + const VERSION = '0.44.5-alpha'; const SLUG = 'search'; /** diff --git a/projects/packages/sync/CHANGELOG.md b/projects/packages/sync/CHANGELOG.md index d4d778e783137..ed07aae3c492b 100644 --- a/projects/packages/sync/CHANGELOG.md +++ b/projects/packages/sync/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.14.0] - 2024-04-29 +### Added +- Newsletters: Add reply to behaviour setting [#37011] + +### Changed +- Sync: When publishing post, sending the actual post in the jetpack_published_post action to avoid sending unnecessary extra action. [#37071] + ## [2.13.1] - 2024-04-25 ### Changed - Update dependencies. @@ -1112,6 +1119,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Move sync to a classmapped package +[2.14.0]: https://github.com/Automattic/jetpack-sync/compare/v2.13.1...v2.14.0 [2.13.1]: https://github.com/Automattic/jetpack-sync/compare/v2.13.0...v2.13.1 [2.13.0]: https://github.com/Automattic/jetpack-sync/compare/v2.12.0...v2.13.0 [2.12.0]: https://github.com/Automattic/jetpack-sync/compare/v2.11.1...v2.12.0 diff --git a/projects/packages/sync/changelog/add-reply-to-newsletter-setting b/projects/packages/sync/changelog/add-reply-to-newsletter-setting deleted file mode 100644 index 29fd8e7cd6eff..0000000000000 --- a/projects/packages/sync/changelog/add-reply-to-newsletter-setting +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Newsletters: Add reply to behaviour setting diff --git a/projects/packages/sync/changelog/fix-more-phan-undefined-because-of-phpdoc b/projects/packages/sync/changelog/fix-more-phan-undefined-because-of-phpdoc deleted file mode 100644 index 4c732efc39436..0000000000000 --- a/projects/packages/sync/changelog/fix-more-phan-undefined-because-of-phpdoc +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix a bunch of phpdocs to make Phan happier. No change to functionality. - - diff --git a/projects/packages/sync/changelog/update-send-post-for-jetpack-published-post b/projects/packages/sync/changelog/update-send-post-for-jetpack-published-post deleted file mode 100644 index cbe4ac8e619ef..0000000000000 --- a/projects/packages/sync/changelog/update-send-post-for-jetpack-published-post +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Sync: When publishing post, sending the actual post in the jetpack_published_post action to avoid sending unnecessary extra action. diff --git a/projects/packages/sync/src/class-package-version.php b/projects/packages/sync/src/class-package-version.php index f94f7fffae8a2..609f917170ad2 100644 --- a/projects/packages/sync/src/class-package-version.php +++ b/projects/packages/sync/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '2.14.0-alpha'; + const PACKAGE_VERSION = '2.14.1-alpha'; const PACKAGE_SLUG = 'sync'; diff --git a/projects/packages/videopress/CHANGELOG.md b/projects/packages/videopress/CHANGELOG.md index bcf7775f4c7c4..e01470cfc873c 100644 --- a/projects/packages/videopress/CHANGELOG.md +++ b/projects/packages/videopress/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.23.18] - 2024-04-29 +### Changed +- Update button's prop to match latest changes in WordPress 6.5. [#36318] + ## [0.23.17] - 2024-04-25 ### Fixed - Set correct `textdomain` in `block.json`. [#37057] @@ -1322,6 +1326,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created empty package [#24952] +[0.23.18]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.17...v0.23.18 [0.23.17]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.16...v0.23.17 [0.23.16]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.15...v0.23.16 [0.23.15]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.14...v0.23.15 diff --git a/projects/packages/videopress/changelog/fix-more-phan-undefined-because-of-phpdoc b/projects/packages/videopress/changelog/fix-more-phan-undefined-because-of-phpdoc deleted file mode 100644 index 4c732efc39436..0000000000000 --- a/projects/packages/videopress/changelog/fix-more-phan-undefined-because-of-phpdoc +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix a bunch of phpdocs to make Phan happier. No change to functionality. - - diff --git a/projects/packages/videopress/changelog/update-button-aria-pressed b/projects/packages/videopress/changelog/update-button-aria-pressed deleted file mode 100644 index 3128e2dd13c78..0000000000000 --- a/projects/packages/videopress/changelog/update-button-aria-pressed +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update button's prop to match latest changes in WordPress 6.5. diff --git a/projects/packages/videopress/package.json b/projects/packages/videopress/package.json index ffc6cdd0b757c..3b17e0c78fc25 100644 --- a/projects/packages/videopress/package.json +++ b/projects/packages/videopress/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-videopress", - "version": "0.23.18-alpha", + "version": "0.23.19-alpha", "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 276ae07894840..c818cac2e54f6 100644 --- a/projects/packages/videopress/src/class-package-version.php +++ b/projects/packages/videopress/src/class-package-version.php @@ -11,7 +11,7 @@ * The Package_Version class. */ class Package_Version { - const PACKAGE_VERSION = '0.23.18-alpha'; + const PACKAGE_VERSION = '0.23.19-alpha'; const PACKAGE_SLUG = 'videopress'; diff --git a/projects/packages/waf/CHANGELOG.md b/projects/packages/waf/CHANGELOG.md index 72b6b8d2c1643..e0a57e85a453f 100644 --- a/projects/packages/waf/CHANGELOG.md +++ b/projects/packages/waf/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.16.6] - 2024-04-29 +### Changed +- Internal updates. + ## [0.16.5] - 2024-04-25 ### Changed - Internal updates. @@ -309,6 +313,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Core: do not ship .phpcs.dir.xml in production builds. +[0.16.6]: https://github.com/Automattic/jetpack-waf/compare/v0.16.5...v0.16.6 [0.16.5]: https://github.com/Automattic/jetpack-waf/compare/v0.16.4...v0.16.5 [0.16.4]: https://github.com/Automattic/jetpack-waf/compare/v0.16.3...v0.16.4 [0.16.3]: https://github.com/Automattic/jetpack-waf/compare/v0.16.2...v0.16.3 diff --git a/projects/packages/waf/changelog/fix-more-phan-undefined-because-of-phpdoc b/projects/packages/waf/changelog/fix-more-phan-undefined-because-of-phpdoc deleted file mode 100644 index 4c732efc39436..0000000000000 --- a/projects/packages/waf/changelog/fix-more-phan-undefined-because-of-phpdoc +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix a bunch of phpdocs to make Phan happier. No change to functionality. - - diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index 7afcc01e6462e..dfd07729179b0 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -2,6 +2,27 @@ ### This is a list detailing changes for all Jetpack releases. +## 13.4-a.9 - 2024-04-29 +### Enhancements +- Newsletter: Add subscrition 'reply to' behaviour. [#37011] + +### Other changes +- Add aceptance for title optimization. [#37078] +- Add cancel action for title optimization. [#37080] +- Adds a jp_memberships_is_sandboxed item for sync. [#37088] +- AI Assistant: Add inline extensions feature flag. [#37082] +- AI Assistant: Add partial heading inline extension. [#37087] +- API Docs: Fix example request for media add and update endpoints. [#37072] +- Block Editor: Update button props to match latest changes in WordPress 6.5. [#36318] +- CloudFlare Analytics: deprecate feature and move to mu-wpcom. [#37061] +- Ensure that the paid subscriber cache is unique to the parameters it consumes. [#36925] +- Janitorial: Use wp_admin_notice function introduced in WP 6.4 to display notices. [#37051] +- Subscriptions: Hide subscriber count for already subscribed users. [#37073] +- Subscriptions: The in_site_migration_flow show be a string to allow us to redirect to various flows. [#37099] +- Subscriptions: Track "Set up" button clicks. [#37053] +- Untangling: Fix sidebar upsells on Default color scheme to follow Core's. [#37064] +- WordPress.com Block Editor: Avoid relying on the Jetpack class. [#37074] + ## 13.4-a.7 - 2024-04-25 ### Improved compatibility - General: Update WordPress version requirements to WordPress 6.4 and remove compatibility code for lower versions. [#37047] [#37049] diff --git a/projects/plugins/jetpack/changelog/add-jp-memberships-sandbox-sync b/projects/plugins/jetpack/changelog/add-jp-memberships-sandbox-sync deleted file mode 100644 index 07bb9bc4f3ba6..0000000000000 --- a/projects/plugins/jetpack/changelog/add-jp-memberships-sandbox-sync +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Adds a jp_memberships_is_sandboxed item for sync. diff --git a/projects/plugins/jetpack/changelog/add-reply-to-newsletter-setting b/projects/plugins/jetpack/changelog/add-reply-to-newsletter-setting deleted file mode 100644 index 2ab2b51c6f0b1..0000000000000 --- a/projects/plugins/jetpack/changelog/add-reply-to-newsletter-setting +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Newsletter: Add subscrition reply to behaviour diff --git a/projects/plugins/jetpack/changelog/add-title-optimization-acceptance b/projects/plugins/jetpack/changelog/add-title-optimization-acceptance deleted file mode 100644 index f5c564f4d19cd..0000000000000 --- a/projects/plugins/jetpack/changelog/add-title-optimization-acceptance +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Add aceptance for title optimization diff --git a/projects/plugins/jetpack/changelog/add-title-optimization-cancel b/projects/plugins/jetpack/changelog/add-title-optimization-cancel deleted file mode 100644 index ecca096b1cb68..0000000000000 --- a/projects/plugins/jetpack/changelog/add-title-optimization-cancel +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Add cancel action for Title Optimization diff --git a/projects/plugins/jetpack/changelog/fix-api-doc-media-endpoints b/projects/plugins/jetpack/changelog/fix-api-doc-media-endpoints deleted file mode 100644 index 99b4b80692843..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-api-doc-media-endpoints +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -API Docs: Fix example request for media add and update endpoints. diff --git a/projects/plugins/jetpack/changelog/fix-more-phan-undefined-because-of-phpdoc b/projects/plugins/jetpack/changelog/fix-more-phan-undefined-because-of-phpdoc deleted file mode 100644 index 13ac7475b04bd..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-more-phan-undefined-because-of-phpdoc +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Fix a bunch of phpdocs to make Phan happier. No change to functionality. - - diff --git a/projects/plugins/jetpack/changelog/fix-paid-subscriber-cache b/projects/plugins/jetpack/changelog/fix-paid-subscriber-cache deleted file mode 100644 index 2ff51e16c98e7..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-paid-subscriber-cache +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Ensure that the paid subscriber cache is unique to the parameters it consumes. diff --git a/projects/plugins/jetpack/changelog/untangling-fix-default-color-scheme b/projects/plugins/jetpack/changelog/untangling-fix-default-color-scheme deleted file mode 100644 index 73f9e437f10d9..0000000000000 --- a/projects/plugins/jetpack/changelog/untangling-fix-default-color-scheme +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Untangling: fix sidebar upsells on Default color scheme to follow Core's diff --git a/projects/plugins/jetpack/changelog/update-button-aria-pressed b/projects/plugins/jetpack/changelog/update-button-aria-pressed deleted file mode 100644 index a0bc376c19702..0000000000000 --- a/projects/plugins/jetpack/changelog/update-button-aria-pressed +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Block Editor: update button props to match latest changes in WordPress 6.5. diff --git a/projects/plugins/jetpack/changelog/update-cloudflare-analytics-move b/projects/plugins/jetpack/changelog/update-cloudflare-analytics-move deleted file mode 100644 index 3accfd2140c81..0000000000000 --- a/projects/plugins/jetpack/changelog/update-cloudflare-analytics-move +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -CloudFlare Analytics: deprecate feature and move to mu-wpcom. diff --git a/projects/plugins/jetpack/changelog/update-hide-subscribers-number-subscribed b/projects/plugins/jetpack/changelog/update-hide-subscribers-number-subscribed deleted file mode 100644 index c47b205a48b26..0000000000000 --- a/projects/plugins/jetpack/changelog/update-hide-subscribers-number-subscribed +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Subscriptions: Hide subscriber count for already subscribed users diff --git a/projects/plugins/jetpack/changelog/update-jetpack-ai-inline-extensions b/projects/plugins/jetpack/changelog/update-jetpack-ai-inline-extensions deleted file mode 100644 index 49d28e1aa63bf..0000000000000 --- a/projects/plugins/jetpack/changelog/update-jetpack-ai-inline-extensions +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -AI Assistant: Add partial heading inline extension diff --git a/projects/plugins/jetpack/changelog/update-jetpack-ai-inline-extensions-flag b/projects/plugins/jetpack/changelog/update-jetpack-ai-inline-extensions-flag deleted file mode 100644 index 46ce91e123cd6..0000000000000 --- a/projects/plugins/jetpack/changelog/update-jetpack-ai-inline-extensions-flag +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -AI Assistant: Add inline extensions feature flag diff --git a/projects/plugins/jetpack/changelog/update-make-site-migration-flow-string b/projects/plugins/jetpack/changelog/update-make-site-migration-flow-string deleted file mode 100644 index 7a15eba197e2c..0000000000000 --- a/projects/plugins/jetpack/changelog/update-make-site-migration-flow-string +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Subscriptions: The in_site_migration_flow show be a string to allow us to redirect to various flows diff --git a/projects/plugins/jetpack/changelog/update-paid-newsletter-tracking b/projects/plugins/jetpack/changelog/update-paid-newsletter-tracking deleted file mode 100644 index ef722d9229478..0000000000000 --- a/projects/plugins/jetpack/changelog/update-paid-newsletter-tracking +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Subscriptions: Track "Set up" button clicks diff --git a/projects/plugins/jetpack/changelog/update-phan-wpcom-stubs b/projects/plugins/jetpack/changelog/update-phan-wpcom-stubs deleted file mode 100644 index aae4b033e65dd..0000000000000 --- a/projects/plugins/jetpack/changelog/update-phan-wpcom-stubs +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Update Phan baseline. No change to functionality. - - diff --git a/projects/plugins/jetpack/changelog/update-send-post-for-jetpack-published-post b/projects/plugins/jetpack/changelog/update-send-post-for-jetpack-published-post deleted file mode 100644 index a1c1831fa1ef7..0000000000000 --- a/projects/plugins/jetpack/changelog/update-send-post-for-jetpack-published-post +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Updated composer.lock. - - diff --git a/projects/plugins/jetpack/changelog/update-stats_devices_api_proxy b/projects/plugins/jetpack/changelog/update-stats_devices_api_proxy deleted file mode 100644 index a1c1831fa1ef7..0000000000000 --- a/projects/plugins/jetpack/changelog/update-stats_devices_api_proxy +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Updated composer.lock. - - diff --git a/projects/plugins/jetpack/changelog/update-use-wp-admin-notice b/projects/plugins/jetpack/changelog/update-use-wp-admin-notice deleted file mode 100644 index 55b25706a5dde..0000000000000 --- a/projects/plugins/jetpack/changelog/update-use-wp-admin-notice +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Janitorial: use wp_admin_notice function introduced in WP 6.4 to display notices. diff --git a/projects/plugins/jetpack/changelog/update-wpcom-block-editor-jetpack-class b/projects/plugins/jetpack/changelog/update-wpcom-block-editor-jetpack-class deleted file mode 100644 index 92f82688c825b..0000000000000 --- a/projects/plugins/jetpack/changelog/update-wpcom-block-editor-jetpack-class +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -WordPress.com Block Editor: avoid relying on the Jetpack class. diff --git a/projects/plugins/jetpack/composer.json b/projects/plugins/jetpack/composer.json index 48451f3ba24cb..ceb974b3eb4d0 100644 --- a/projects/plugins/jetpack/composer.json +++ b/projects/plugins/jetpack/composer.json @@ -102,7 +102,7 @@ "platform": { "ext-intl": "0.0.0" }, - "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_8", + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_10", "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 5ae3c69845fa0..c578a6588ce79 100644 --- a/projects/plugins/jetpack/jetpack.php +++ b/projects/plugins/jetpack/jetpack.php @@ -4,7 +4,7 @@ * Plugin URI: https://jetpack.com * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things. * Author: Automattic - * Version: 13.4-a.8 + * Version: 13.4-a.10 * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -34,7 +34,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '6.4' ); define( 'JETPACK__MINIMUM_PHP_VERSION', '7.0' ); -define( 'JETPACK__VERSION', '13.4-a.8' ); +define( 'JETPACK__VERSION', '13.4-a.10' ); /** * Constant used to fetch the connection owner token diff --git a/projects/plugins/jetpack/modules/cloudflare-analytics/cloudflare-analytics.php b/projects/plugins/jetpack/modules/cloudflare-analytics/cloudflare-analytics.php index 10b18c3aecfdf..0779af72989ca 100644 --- a/projects/plugins/jetpack/modules/cloudflare-analytics/cloudflare-analytics.php +++ b/projects/plugins/jetpack/modules/cloudflare-analytics/cloudflare-analytics.php @@ -3,24 +3,24 @@ * Cloudflare Analytics * Let WPCOM users automatically insert a Cloudflare analytics JS snippet into their site header. * - * @deprecated $$next-version$$ Moved to mu-wpcom. + * @deprecated 13.4 Moved to mu-wpcom. * * @package automattic/jetpack */ namespace Automattic\Jetpack\Cloudflare_Analytics; -_deprecated_file( __FILE__, 'jetpack-$$next-version$$' ); +_deprecated_file( __FILE__, 'jetpack-13.4' ); /** * Add Cloudflare Analytics tracking code to the head. * This is currently only available to Atomic and WordPress.com Simple sites. * - * @deprecated $$next-version$$ Moved to mu-wpcom. + * @deprecated 13.4 Moved to mu-wpcom. * @since 9.5.0 * * @return void */ function insert_tracking_id() { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Jetpack_Mu_Wpcom\\Cloudflare_Analytics\\insert_tracking_id' ); + _deprecated_function( __FUNCTION__, 'jetpack-13.4', 'Automattic\\Jetpack\\Jetpack_Mu_Wpcom\\Cloudflare_Analytics\\insert_tracking_id' ); } diff --git a/projects/plugins/jetpack/package.json b/projects/plugins/jetpack/package.json index 732a3f881fc9a..16bef93472445 100644 --- a/projects/plugins/jetpack/package.json +++ b/projects/plugins/jetpack/package.json @@ -1,6 +1,6 @@ { "name": "Jetpack", - "version": "13.4.0-a.8", + "version": "13.4.0-a.10", "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 486b89c536384..429060cf88b0a 100644 --- a/projects/plugins/jetpack/readme.txt +++ b/projects/plugins/jetpack/readme.txt @@ -326,12 +326,9 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file == Changelog == -### 13.4-a.7 - 2024-04-25 -#### Improved compatibility -- General: Update WordPress version requirements to WordPress 6.4 and remove compatibility code for lower versions. [#37047] - -#### Bug fixes -- Google Fonts: Avoid theme fonts overriding the default fonts so fonts with a specific font weight that are not supported by the provided theme can be rendered correctly. +### 13.4-a.9 - 2024-04-29 +#### Enhancements +- Newsletter: Add subscrition 'reply to' behaviour. -------- diff --git a/projects/plugins/mu-wpcom-plugin/CHANGELOG.md b/projects/plugins/mu-wpcom-plugin/CHANGELOG.md index 505a1a68d4b21..c3f55fbc8b4a3 100644 --- a/projects/plugins/mu-wpcom-plugin/CHANGELOG.md +++ b/projects/plugins/mu-wpcom-plugin/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.1.20 - 2024-04-29 +### Changed +- Internal updates. + ## 2.1.19 - 2024-04-29 ### Changed - Internal updates. diff --git a/projects/plugins/mu-wpcom-plugin/composer.json b/projects/plugins/mu-wpcom-plugin/composer.json index 41144285dcd8d..762100fc184ee 100644 --- a/projects/plugins/mu-wpcom-plugin/composer.json +++ b/projects/plugins/mu-wpcom-plugin/composer.json @@ -46,6 +46,6 @@ ] }, "config": { - "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_20_alpha" + "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_21_alpha" } } diff --git a/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php b/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php index a7fabfab9eff4..fe7100dd640ef 100644 --- a/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php +++ b/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php @@ -3,7 +3,7 @@ * * Plugin Name: WordPress.com Features * Description: Test plugin for the jetpack-mu-wpcom package - * Version: 2.1.20-alpha + * Version: 2.1.21-alpha * Author: Automattic * License: GPLv2 or later * Text Domain: jetpack-mu-wpcom-plugin diff --git a/projects/plugins/mu-wpcom-plugin/package.json b/projects/plugins/mu-wpcom-plugin/package.json index c7afa35f4f439..c7e1366a5d8ea 100644 --- a/projects/plugins/mu-wpcom-plugin/package.json +++ b/projects/plugins/mu-wpcom-plugin/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom-plugin", - "version": "2.1.20-alpha", + "version": "2.1.21-alpha", "description": "Test plugin for the jetpack-mu-wpcom package", "homepage": "https://jetpack.com", "bugs": {