From 3c2d1c59b77ea0647372a985d6a827e54389136a Mon Sep 17 00:00:00 2001 From: Kuba Birecki Date: Mon, 28 Oct 2024 09:23:00 +0100 Subject: [PATCH 1/2] Changelog and readme.txt edits. --- projects/js-packages/ai-client/CHANGELOG.md | 9 ++++++++ ...ange-jetpack-ai-fetch-error-retry-optional | 4 ---- ...change-jetpack-ai-modal-prompt-input-reuse | 4 ---- ...x-jetpack-ai-default-initial-state-setting | 4 ---- projects/js-packages/ai-client/package.json | 2 +- .../js-packages/boost-score-api/CHANGELOG.md | 5 +++++ .../changelog/renovate-eslint-packages | 4 ---- .../js-packages/boost-score-api/package.json | 2 +- .../classic-theme-helper/CHANGELOG.md | 5 +++++ .../changelog/renovate-postcss-8.x | 4 ---- .../classic-theme-helper/package.json | 2 +- .../classic-theme-helper/src/class-main.php | 2 +- projects/packages/forms/CHANGELOG.md | 5 +++++ .../forms/changelog/renovate-postcss-8.x | 4 ---- projects/packages/forms/package.json | 2 +- .../forms/src/class-jetpack-forms.php | 2 +- projects/packages/masterbar/CHANGELOG.md | 5 +++++ .../masterbar/changelog/renovate-postcss-8.x | 4 ---- projects/packages/masterbar/package.json | 2 +- .../packages/masterbar/src/class-main.php | 2 +- projects/packages/search/CHANGELOG.md | 5 +++++ .../search/changelog/renovate-postcss-8.x | 4 ---- projects/packages/search/package.json | 2 +- .../packages/search/src/class-package.php | 2 +- projects/packages/stats-admin/CHANGELOG.md | 4 ++++ ...date-use-option-value-instead-of-transient | 4 ---- projects/packages/stats-admin/package.json | 2 +- .../packages/stats-admin/src/class-main.php | 2 +- projects/packages/videopress/CHANGELOG.md | 6 ++++++ .../videopress/changelog/renovate-postcss-8.x | 4 ---- ...update-hooks-prevent-doing-it-wrong-notice | 4 ---- projects/packages/videopress/package.json | 2 +- .../videopress/src/class-package-version.php | 2 +- projects/plugins/jetpack/CHANGELOG.md | 21 +++++++++++++++++++ .../changelog/add-floating-subscribe-button | 4 ---- ...pack-ai-logo-generator-styles-instructions | 4 ---- ...ange-jetpack-ai-fetch-error-retry-optional | 4 ---- ...change-jetpack-ai-modal-prompt-input-reuse | 4 ---- .../fix-jetpack-story-block-connection-assets | 4 ---- .../changelog/fix-upload-media-endpoint-fatal | 4 ---- .../changelog/fix-various-eslint-lints | 5 ----- .../fix-verbum-comments-resize-logic | 4 ---- .../fix-write-brief-spellcheck-numbers | 4 ---- projects/plugins/jetpack/changelog/prerelease | 5 ----- .../jetpack/changelog/renovate-postcss-8.x | 4 ---- ...revert-39658-update-jetpack-sync-whitelist | 5 ----- .../update-contact-info-block-loading | 4 ---- .../update-floating-subscribe-button-source | 4 ---- ...update-hooks-prevent-doing-it-wrong-notice | 4 ---- .../update-narrow-down-stats-bar-hook | 4 ---- ...ate-social-replace-has-paid-features-check | 5 ----- .../changelog/update-social-sig-feature-check | 5 ----- .../jetpack/changelog/update-tested-to-6-7 | 4 ---- projects/plugins/jetpack/composer.json | 2 +- projects/plugins/jetpack/jetpack.php | 4 ++-- ...lass-jetpack-subscribe-floating-button.php | 2 +- projects/plugins/jetpack/package.json | 2 +- projects/plugins/jetpack/readme.txt | 14 ++++--------- 58 files changed, 88 insertions(+), 154 deletions(-) delete mode 100644 projects/js-packages/ai-client/changelog/change-jetpack-ai-fetch-error-retry-optional delete mode 100644 projects/js-packages/ai-client/changelog/change-jetpack-ai-modal-prompt-input-reuse delete mode 100644 projects/js-packages/ai-client/changelog/fix-jetpack-ai-default-initial-state-setting delete mode 100644 projects/js-packages/boost-score-api/changelog/renovate-eslint-packages delete mode 100644 projects/packages/classic-theme-helper/changelog/renovate-postcss-8.x delete mode 100644 projects/packages/forms/changelog/renovate-postcss-8.x delete mode 100644 projects/packages/masterbar/changelog/renovate-postcss-8.x delete mode 100644 projects/packages/search/changelog/renovate-postcss-8.x delete mode 100644 projects/packages/stats-admin/changelog/update-use-option-value-instead-of-transient delete mode 100644 projects/packages/videopress/changelog/renovate-postcss-8.x delete mode 100644 projects/packages/videopress/changelog/update-hooks-prevent-doing-it-wrong-notice delete mode 100644 projects/plugins/jetpack/changelog/add-floating-subscribe-button delete mode 100644 projects/plugins/jetpack/changelog/add-jetpack-ai-logo-generator-styles-instructions delete mode 100644 projects/plugins/jetpack/changelog/change-jetpack-ai-fetch-error-retry-optional delete mode 100644 projects/plugins/jetpack/changelog/change-jetpack-ai-modal-prompt-input-reuse delete mode 100644 projects/plugins/jetpack/changelog/fix-jetpack-story-block-connection-assets delete mode 100644 projects/plugins/jetpack/changelog/fix-upload-media-endpoint-fatal delete mode 100644 projects/plugins/jetpack/changelog/fix-various-eslint-lints delete mode 100644 projects/plugins/jetpack/changelog/fix-verbum-comments-resize-logic delete mode 100644 projects/plugins/jetpack/changelog/fix-write-brief-spellcheck-numbers delete mode 100644 projects/plugins/jetpack/changelog/prerelease delete mode 100644 projects/plugins/jetpack/changelog/renovate-postcss-8.x delete mode 100644 projects/plugins/jetpack/changelog/revert-39658-update-jetpack-sync-whitelist delete mode 100644 projects/plugins/jetpack/changelog/update-contact-info-block-loading delete mode 100644 projects/plugins/jetpack/changelog/update-floating-subscribe-button-source delete mode 100644 projects/plugins/jetpack/changelog/update-hooks-prevent-doing-it-wrong-notice delete mode 100644 projects/plugins/jetpack/changelog/update-narrow-down-stats-bar-hook delete mode 100644 projects/plugins/jetpack/changelog/update-social-replace-has-paid-features-check delete mode 100644 projects/plugins/jetpack/changelog/update-social-sig-feature-check delete mode 100644 projects/plugins/jetpack/changelog/update-tested-to-6-7 diff --git a/projects/js-packages/ai-client/CHANGELOG.md b/projects/js-packages/ai-client/CHANGELOG.md index 99bcab06d2685..26aacaecdff98 100644 --- a/projects/js-packages/ai-client/CHANGELOG.md +++ b/projects/js-packages/ai-client/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.23.0] - 2024-10-28 +### Changed +- AI Client: Decouple prompt input as component and export it for reusability. [#39864] +- AI Client: Make reload handler prop optional. [#39848] + +### Fixed +- AI Client: Fix initial state being mapped even when fetch fails. [#39846] + ## [0.22.0] - 2024-10-21 ### Changed - AI Client: Add types for AI assistant feature payload data branch featuresControl. [#39826] @@ -439,6 +447,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. [#31659] - Updated package dependencies. [#31785] +[0.23.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.22.0...v0.23.0 [0.22.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.21.0...v0.22.0 [0.21.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.20.1...v0.21.0 [0.20.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.20.0...v0.20.1 diff --git a/projects/js-packages/ai-client/changelog/change-jetpack-ai-fetch-error-retry-optional b/projects/js-packages/ai-client/changelog/change-jetpack-ai-fetch-error-retry-optional deleted file mode 100644 index 22ca3f2a46ba9..0000000000000 --- a/projects/js-packages/ai-client/changelog/change-jetpack-ai-fetch-error-retry-optional +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -AI Client: make reload handler prop optional as it still works in a fuzzy way. The error notice (modal) will instruct to reload the page when the optional prop is not provided diff --git a/projects/js-packages/ai-client/changelog/change-jetpack-ai-modal-prompt-input-reuse b/projects/js-packages/ai-client/changelog/change-jetpack-ai-modal-prompt-input-reuse deleted file mode 100644 index c4a38f6eb8440..0000000000000 --- a/projects/js-packages/ai-client/changelog/change-jetpack-ai-modal-prompt-input-reuse +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -AI Client: decouple prompt input as component and export it for reusability diff --git a/projects/js-packages/ai-client/changelog/fix-jetpack-ai-default-initial-state-setting b/projects/js-packages/ai-client/changelog/fix-jetpack-ai-default-initial-state-setting deleted file mode 100644 index 41efeee76f1f9..0000000000000 --- a/projects/js-packages/ai-client/changelog/fix-jetpack-ai-default-initial-state-setting +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fixed - -AI Client: fix initial state being mapped even when fetch fails, making the default state nonsensical diff --git a/projects/js-packages/ai-client/package.json b/projects/js-packages/ai-client/package.json index a35a4e132b951..b084a6048a0a5 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.22.0", + "version": "0.23.0", "description": "A JS client for consuming Jetpack AI services", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/ai-client/#readme", "bugs": { diff --git a/projects/js-packages/boost-score-api/CHANGELOG.md b/projects/js-packages/boost-score-api/CHANGELOG.md index 39ff183d1b94f..f5b7d8a262113 100644 --- a/projects/js-packages/boost-score-api/CHANGELOG.md +++ b/projects/js-packages/boost-score-api/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.43] - 2024-10-28 +### Changed +- Updated package dependencies. [#39898] + ## [0.1.42] - 2024-10-10 ### Changed - Updated package dependencies. @@ -183,6 +187,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Create package for the boost score bar API [#30781] +[0.1.43]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.42...v0.1.43 [0.1.42]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.41...v0.1.42 [0.1.41]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.40...v0.1.41 [0.1.40]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.39...v0.1.40 diff --git a/projects/js-packages/boost-score-api/changelog/renovate-eslint-packages b/projects/js-packages/boost-score-api/changelog/renovate-eslint-packages deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/boost-score-api/changelog/renovate-eslint-packages +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/boost-score-api/package.json b/projects/js-packages/boost-score-api/package.json index 7d1e968103ec8..fb9287a95aa1b 100644 --- a/projects/js-packages/boost-score-api/package.json +++ b/projects/js-packages/boost-score-api/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-boost-score-api", - "version": "0.1.42", + "version": "0.1.43", "description": "A package to get the Jetpack Boost score of a site", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/boost-score-api/#readme", "bugs": { diff --git a/projects/packages/classic-theme-helper/CHANGELOG.md b/projects/packages/classic-theme-helper/CHANGELOG.md index 6d59408c451c5..fcf128094fdaf 100644 --- a/projects/packages/classic-theme-helper/CHANGELOG.md +++ b/projects/packages/classic-theme-helper/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.5] - 2024-10-28 +### Changed +- Updated package dependencies. [#39910] + ## [0.6.4] - 2024-10-14 ### Changed - Updated package dependencies. [#39707] @@ -134,6 +138,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Add wordpress folder on gitignore. [#37177] +[0.6.5]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.4...v0.6.5 [0.6.4]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.3...v0.6.4 [0.6.3]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.1...v0.6.2 diff --git a/projects/packages/classic-theme-helper/changelog/renovate-postcss-8.x b/projects/packages/classic-theme-helper/changelog/renovate-postcss-8.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/classic-theme-helper/changelog/renovate-postcss-8.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/classic-theme-helper/package.json b/projects/packages/classic-theme-helper/package.json index 7076d527b2bbd..d8fe35c52fa72 100644 --- a/projects/packages/classic-theme-helper/package.json +++ b/projects/packages/classic-theme-helper/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-classic-theme-helper", - "version": "0.6.4", + "version": "0.6.5", "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 6c1004d88ee98..4817a601bf80f 100644 --- a/projects/packages/classic-theme-helper/src/class-main.php +++ b/projects/packages/classic-theme-helper/src/class-main.php @@ -14,7 +14,7 @@ */ class Main { - const PACKAGE_VERSION = '0.6.4'; + const PACKAGE_VERSION = '0.6.5'; /** * Modules to include. diff --git a/projects/packages/forms/CHANGELOG.md b/projects/packages/forms/CHANGELOG.md index 2357526c70e25..9230622fcc904 100644 --- a/projects/packages/forms/CHANGELOG.md +++ b/projects/packages/forms/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.33.5] - 2024-10-28 +### Changed +- Updated package dependencies. [#39910] + ## [0.33.4] - 2024-10-21 ### Changed - Update dependencies. [#39781] @@ -693,6 +697,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a new jetpack/forms package [#28409] - Added a public load_contact_form method for initializing the contact form module. [#28416] +[0.33.5]: https://github.com/automattic/jetpack-forms/compare/v0.33.4...v0.33.5 [0.33.4]: https://github.com/automattic/jetpack-forms/compare/v0.33.3...v0.33.4 [0.33.3]: https://github.com/automattic/jetpack-forms/compare/v0.33.2...v0.33.3 [0.33.2]: https://github.com/automattic/jetpack-forms/compare/v0.33.1...v0.33.2 diff --git a/projects/packages/forms/changelog/renovate-postcss-8.x b/projects/packages/forms/changelog/renovate-postcss-8.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/forms/changelog/renovate-postcss-8.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/forms/package.json b/projects/packages/forms/package.json index 3b1f19d4240dd..19bd8af4db4a0 100644 --- a/projects/packages/forms/package.json +++ b/projects/packages/forms/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-forms", - "version": "0.33.4", + "version": "0.33.5", "description": "Jetpack Forms", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/forms/#readme", "bugs": { diff --git a/projects/packages/forms/src/class-jetpack-forms.php b/projects/packages/forms/src/class-jetpack-forms.php index d056158932ef0..f53ca8505506a 100644 --- a/projects/packages/forms/src/class-jetpack-forms.php +++ b/projects/packages/forms/src/class-jetpack-forms.php @@ -15,7 +15,7 @@ */ class Jetpack_Forms { - const PACKAGE_VERSION = '0.33.4'; + const PACKAGE_VERSION = '0.33.5'; /** * Load the contact form module. diff --git a/projects/packages/masterbar/CHANGELOG.md b/projects/packages/masterbar/CHANGELOG.md index 22c2668c6af53..b0fa4f6e8af93 100644 --- a/projects/packages/masterbar/CHANGELOG.md +++ b/projects/packages/masterbar/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.9.7] - 2024-10-28 +### Changed +- Updated package dependencies. [#39910] + ## [0.9.6] - 2024-10-14 ### Changed - Updated package dependencies. [#39707] @@ -152,6 +156,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. [#37669] - Updated package dependencies. [#37706] +[0.9.7]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.6...v0.9.7 [0.9.6]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.5...v0.9.6 [0.9.5]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.4...v0.9.5 [0.9.4]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.3...v0.9.4 diff --git a/projects/packages/masterbar/changelog/renovate-postcss-8.x b/projects/packages/masterbar/changelog/renovate-postcss-8.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/masterbar/changelog/renovate-postcss-8.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/masterbar/package.json b/projects/packages/masterbar/package.json index c89ec2dafa2f2..7f5aea7e8311d 100644 --- a/projects/packages/masterbar/package.json +++ b/projects/packages/masterbar/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-masterbar", - "version": "0.9.6", + "version": "0.9.7", "description": "The WordPress.com Toolbar feature replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/masterbar/#readme", "bugs": { diff --git a/projects/packages/masterbar/src/class-main.php b/projects/packages/masterbar/src/class-main.php index 4dde203d02fb5..cbc824d1ddd93 100644 --- a/projects/packages/masterbar/src/class-main.php +++ b/projects/packages/masterbar/src/class-main.php @@ -14,7 +14,7 @@ */ class Main { - const PACKAGE_VERSION = '0.9.6'; + const PACKAGE_VERSION = '0.9.7'; /** * Initializer. diff --git a/projects/packages/search/CHANGELOG.md b/projects/packages/search/CHANGELOG.md index 2425246b79d41..8d33acca650c9 100644 --- a/projects/packages/search/CHANGELOG.md +++ b/projects/packages/search/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.45.10] - 2024-10-28 +### Changed +- Updated package dependencies. [#39910] + ## [0.45.9] - 2024-10-21 ### Changed - Update dependencies. [#39781] @@ -1071,6 +1075,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. +[0.45.10]: https://github.com/Automattic/jetpack-search/compare/v0.45.9...v0.45.10 [0.45.9]: https://github.com/Automattic/jetpack-search/compare/v0.45.8...v0.45.9 [0.45.8]: https://github.com/Automattic/jetpack-search/compare/v0.45.7...v0.45.8 [0.45.7]: https://github.com/Automattic/jetpack-search/compare/v0.45.6...v0.45.7 diff --git a/projects/packages/search/changelog/renovate-postcss-8.x b/projects/packages/search/changelog/renovate-postcss-8.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/search/changelog/renovate-postcss-8.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/search/package.json b/projects/packages/search/package.json index ecb065e76f714..abd65ef81d7ab 100644 --- a/projects/packages/search/package.json +++ b/projects/packages/search/package.json @@ -1,6 +1,6 @@ { "name": "jetpack-search", - "version": "0.45.9", + "version": "0.45.10", "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 38fb525e2aa66..54aaf9156114f 100644 --- a/projects/packages/search/src/class-package.php +++ b/projects/packages/search/src/class-package.php @@ -11,7 +11,7 @@ * Search package general information */ class Package { - const VERSION = '0.45.9'; + const VERSION = '0.45.10'; const SLUG = 'search'; /** diff --git a/projects/packages/stats-admin/CHANGELOG.md b/projects/packages/stats-admin/CHANGELOG.md index fc9c6b475970d..e1332c10fc1c1 100644 --- a/projects/packages/stats-admin/CHANGELOG.md +++ b/projects/packages/stats-admin/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.22.4 - 2024-10-28 +### Changed +- Odyssey Stats cache busting: Use option instead of transient. [#39887] + ## 0.22.3 - 2024-10-21 ### Changed - JITM: Expose function to render message. [#39714] diff --git a/projects/packages/stats-admin/changelog/update-use-option-value-instead-of-transient b/projects/packages/stats-admin/changelog/update-use-option-value-instead-of-transient deleted file mode 100644 index 6e6660e388644..0000000000000 --- a/projects/packages/stats-admin/changelog/update-use-option-value-instead-of-transient +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Odyssey Stats cache busting: use optioin instead of transient diff --git a/projects/packages/stats-admin/package.json b/projects/packages/stats-admin/package.json index d0a9302a24fa1..c9ee2398423af 100644 --- a/projects/packages/stats-admin/package.json +++ b/projects/packages/stats-admin/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-stats-admin", - "version": "0.22.3", + "version": "0.22.4", "description": "Stats Dashboard", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/stats-admin/#readme", "bugs": { diff --git a/projects/packages/stats-admin/src/class-main.php b/projects/packages/stats-admin/src/class-main.php index 34c931bdb5de8..b5bae19840b97 100644 --- a/projects/packages/stats-admin/src/class-main.php +++ b/projects/packages/stats-admin/src/class-main.php @@ -22,7 +22,7 @@ class Main { /** * Stats version. */ - const VERSION = '0.22.3'; + const VERSION = '0.22.4'; /** * Singleton Main instance. diff --git a/projects/packages/videopress/CHANGELOG.md b/projects/packages/videopress/CHANGELOG.md index 96d1d13f498a4..349778d26e942 100644 --- a/projects/packages/videopress/CHANGELOG.md +++ b/projects/packages/videopress/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.24.14] - 2024-10-28 +### Changed +- Admin: Changed initialization load order for menu items to prevent translation error. [#39841] +- Updated package dependencies. [#39910] + ## [0.24.13] - 2024-10-21 ### Changed - Update dependencies. [#39781] @@ -1471,6 +1476,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created empty package [#24952] +[0.24.14]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.13...v0.24.14 [0.24.13]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.12...v0.24.13 [0.24.12]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.11...v0.24.12 [0.24.11]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.10...v0.24.11 diff --git a/projects/packages/videopress/changelog/renovate-postcss-8.x b/projects/packages/videopress/changelog/renovate-postcss-8.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/videopress/changelog/renovate-postcss-8.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/videopress/changelog/update-hooks-prevent-doing-it-wrong-notice b/projects/packages/videopress/changelog/update-hooks-prevent-doing-it-wrong-notice deleted file mode 100644 index 18dbc98c689ab..0000000000000 --- a/projects/packages/videopress/changelog/update-hooks-prevent-doing-it-wrong-notice +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Admin: Changed initialization load order for menu items to prevent translation error. diff --git a/projects/packages/videopress/package.json b/projects/packages/videopress/package.json index 51f8d659df3c3..20472f1339d0d 100644 --- a/projects/packages/videopress/package.json +++ b/projects/packages/videopress/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-videopress", - "version": "0.24.13", + "version": "0.24.14", "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 dc3f8ec1b1335..2990d15021f3e 100644 --- a/projects/packages/videopress/src/class-package-version.php +++ b/projects/packages/videopress/src/class-package-version.php @@ -11,7 +11,7 @@ * The Package_Version class. */ class Package_Version { - const PACKAGE_VERSION = '0.24.13'; + const PACKAGE_VERSION = '0.24.14'; const PACKAGE_SLUG = 'videopress'; diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index 69f50357e0587..a8177c5bde521 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. +## 14.0-a.9 - 2024-10-28 +### Enhancements +- Subscriptions: Add a floating subscribe button. [#37722] + +### Improved Compatibility +- General: Indicate compatibility with WordPress 6.7. [#39786] + +### Other changes +- AI Assistant: Write Brief should not flag words like '2nd' and '100th' as spelling errors. [#39880] +- Blocks: Initialize connection assets in Story block. [#39870] +- Contact Info: Change block registration code. [#39892] +- General: Updated package dependencies. [#39910] +- Hooks: Change several action priorities to ensure translation loading is not triggered too early. [#39841] +- Jetpack AI: Add instructions on to-test file. [#39866] +- Jetpack AI: Remove reload handler for logo generator modal call. [#39848] +- Jetpack AI: Use new exported component for AI generation modal on GP image generation. [#39864] +- REST API: Fix upload media endpoint fatals coming from uploads with invalid media type. [#39858] +- Stats: Optimize the Stats Admin Bar hook by narrowing down the callback. [#39857] +- Subscriptions: Add source attribute for stats to the floating subscribe button. [#39860] +- Verbum Comments: Update resize logic. [#39791] + ## 14.0-a.7 - 2024-10-21 ### Enhancements - Newsletters: Add an email preview option to the preview menu. [#39782] diff --git a/projects/plugins/jetpack/changelog/add-floating-subscribe-button b/projects/plugins/jetpack/changelog/add-floating-subscribe-button deleted file mode 100644 index 80566f7f8a5b2..0000000000000 --- a/projects/plugins/jetpack/changelog/add-floating-subscribe-button +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Subscriptions: add a floating subscribe button diff --git a/projects/plugins/jetpack/changelog/add-jetpack-ai-logo-generator-styles-instructions b/projects/plugins/jetpack/changelog/add-jetpack-ai-logo-generator-styles-instructions deleted file mode 100644 index 9c813a1ba3abf..0000000000000 --- a/projects/plugins/jetpack/changelog/add-jetpack-ai-logo-generator-styles-instructions +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Jetpack AI: add instructions on to-test file diff --git a/projects/plugins/jetpack/changelog/change-jetpack-ai-fetch-error-retry-optional b/projects/plugins/jetpack/changelog/change-jetpack-ai-fetch-error-retry-optional deleted file mode 100644 index 38baa75852ac8..0000000000000 --- a/projects/plugins/jetpack/changelog/change-jetpack-ai-fetch-error-retry-optional +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Jetpack AI: remove reload handler for logo generator modal call diff --git a/projects/plugins/jetpack/changelog/change-jetpack-ai-modal-prompt-input-reuse b/projects/plugins/jetpack/changelog/change-jetpack-ai-modal-prompt-input-reuse deleted file mode 100644 index 958a637ead149..0000000000000 --- a/projects/plugins/jetpack/changelog/change-jetpack-ai-modal-prompt-input-reuse +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Jetpack AI: use new exported component for AI generation modal on GP image generation diff --git a/projects/plugins/jetpack/changelog/fix-jetpack-story-block-connection-assets b/projects/plugins/jetpack/changelog/fix-jetpack-story-block-connection-assets deleted file mode 100644 index bbca92108485e..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-jetpack-story-block-connection-assets +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Blocks: initialize connection assets in Story block. diff --git a/projects/plugins/jetpack/changelog/fix-upload-media-endpoint-fatal b/projects/plugins/jetpack/changelog/fix-upload-media-endpoint-fatal deleted file mode 100644 index 1a93173ded991..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-upload-media-endpoint-fatal +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -WPCOM_JSON_API_Upload_Media_v1_1_Endpoint: Fix Fatals from uploads with invalid media type diff --git a/projects/plugins/jetpack/changelog/fix-various-eslint-lints b/projects/plugins/jetpack/changelog/fix-various-eslint-lints deleted file mode 100644 index 85fe0d31b9f57..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-various-eslint-lints +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Fix various eslint lints. Should be no change to functionality, although it's possible some obscure React bugs got fixed. - - diff --git a/projects/plugins/jetpack/changelog/fix-verbum-comments-resize-logic b/projects/plugins/jetpack/changelog/fix-verbum-comments-resize-logic deleted file mode 100644 index a6a79b1897ec6..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-verbum-comments-resize-logic +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Update Verbum Comments resize logic diff --git a/projects/plugins/jetpack/changelog/fix-write-brief-spellcheck-numbers b/projects/plugins/jetpack/changelog/fix-write-brief-spellcheck-numbers deleted file mode 100644 index 28a48a83cba5d..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-write-brief-spellcheck-numbers +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -AI Assistant: Write Brief should not flag words like '2nd' and '100th' as spelling errors. diff --git a/projects/plugins/jetpack/changelog/prerelease b/projects/plugins/jetpack/changelog/prerelease deleted file mode 100644 index a1c1831fa1ef7..0000000000000 --- a/projects/plugins/jetpack/changelog/prerelease +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Updated composer.lock. - - diff --git a/projects/plugins/jetpack/changelog/renovate-postcss-8.x b/projects/plugins/jetpack/changelog/renovate-postcss-8.x deleted file mode 100644 index 1eaea6a769e84..0000000000000 --- a/projects/plugins/jetpack/changelog/renovate-postcss-8.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Updated package dependencies. diff --git a/projects/plugins/jetpack/changelog/revert-39658-update-jetpack-sync-whitelist b/projects/plugins/jetpack/changelog/revert-39658-update-jetpack-sync-whitelist deleted file mode 100644 index 760eebb59c7fe..0000000000000 --- a/projects/plugins/jetpack/changelog/revert-39658-update-jetpack-sync-whitelist +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Update unit tests - - diff --git a/projects/plugins/jetpack/changelog/update-contact-info-block-loading b/projects/plugins/jetpack/changelog/update-contact-info-block-loading deleted file mode 100644 index 6c6e7cb31a30d..0000000000000 --- a/projects/plugins/jetpack/changelog/update-contact-info-block-loading +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Contact Info: Change block registration code - move back to two files. diff --git a/projects/plugins/jetpack/changelog/update-floating-subscribe-button-source b/projects/plugins/jetpack/changelog/update-floating-subscribe-button-source deleted file mode 100644 index c31ed74d6a395..0000000000000 --- a/projects/plugins/jetpack/changelog/update-floating-subscribe-button-source +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Floating subscribe button: add source attribute for stats diff --git a/projects/plugins/jetpack/changelog/update-hooks-prevent-doing-it-wrong-notice b/projects/plugins/jetpack/changelog/update-hooks-prevent-doing-it-wrong-notice deleted file mode 100644 index 850d659cbcc69..0000000000000 --- a/projects/plugins/jetpack/changelog/update-hooks-prevent-doing-it-wrong-notice +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Hooks: Change several action priorities to ensure translation loading is not triggered too early. diff --git a/projects/plugins/jetpack/changelog/update-narrow-down-stats-bar-hook b/projects/plugins/jetpack/changelog/update-narrow-down-stats-bar-hook deleted file mode 100644 index 1eff8c83b266e..0000000000000 --- a/projects/plugins/jetpack/changelog/update-narrow-down-stats-bar-hook +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Optimize the Stats Admin Bar hook by narrowing down the callback. diff --git a/projects/plugins/jetpack/changelog/update-social-replace-has-paid-features-check b/projects/plugins/jetpack/changelog/update-social-replace-has-paid-features-check deleted file mode 100644 index a2339eaccb346..0000000000000 --- a/projects/plugins/jetpack/changelog/update-social-replace-has-paid-features-check +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Initial State: Migrated hasPaidFeatures flag with feature check on front-end - - diff --git a/projects/plugins/jetpack/changelog/update-social-sig-feature-check b/projects/plugins/jetpack/changelog/update-social-sig-feature-check deleted file mode 100644 index 82aa474998f99..0000000000000 --- a/projects/plugins/jetpack/changelog/update-social-sig-feature-check +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Initial state: Migrated isSocialImageGeneratorAvailable to feature check - - diff --git a/projects/plugins/jetpack/changelog/update-tested-to-6-7 b/projects/plugins/jetpack/changelog/update-tested-to-6-7 deleted file mode 100644 index 30b22a8d242ae..0000000000000 --- a/projects/plugins/jetpack/changelog/update-tested-to-6-7 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -General: indicate compatibility with the upcoming version of WordPress - 6.7. diff --git a/projects/plugins/jetpack/composer.json b/projects/plugins/jetpack/composer.json index 86d4e58586ca5..7c7c4494794f5 100644 --- a/projects/plugins/jetpack/composer.json +++ b/projects/plugins/jetpack/composer.json @@ -102,7 +102,7 @@ "platform": { "ext-intl": "0.0.0" }, - "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackā“„14_0_a_7", + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackā“„14_0_a_9", "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 2331d6424dfeb..573a0619379ee 100644 --- a/projects/plugins/jetpack/jetpack.php +++ b/projects/plugins/jetpack/jetpack.php @@ -4,7 +4,7 @@ * Plugin URI: https://jetpack.com * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things. * Author: Automattic - * Version: 14.0-a.7 + * Version: 14.0-a.9 * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -34,7 +34,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '6.5' ); define( 'JETPACK__MINIMUM_PHP_VERSION', '7.0' ); -define( 'JETPACK__VERSION', '14.0-a.7' ); +define( 'JETPACK__VERSION', '14.0-a.9' ); /** * Constant used to fetch the connection owner token diff --git a/projects/plugins/jetpack/modules/subscriptions/subscribe-floating-button/class-jetpack-subscribe-floating-button.php b/projects/plugins/jetpack/modules/subscriptions/subscribe-floating-button/class-jetpack-subscribe-floating-button.php index 09bb8ec5de85a..122d704eff2e2 100644 --- a/projects/plugins/jetpack/modules/subscriptions/subscribe-floating-button/class-jetpack-subscribe-floating-button.php +++ b/projects/plugins/jetpack/modules/subscriptions/subscribe-floating-button/class-jetpack-subscribe-floating-button.php @@ -3,7 +3,7 @@ * Adds support for Jetpack floating Subscribe button feature * * @package automattic/jetpack-subscriptions - * @since $$next-version$$ + * @since 14.0 */ /** diff --git a/projects/plugins/jetpack/package.json b/projects/plugins/jetpack/package.json index 69e0571785b39..3665485cbde51 100644 --- a/projects/plugins/jetpack/package.json +++ b/projects/plugins/jetpack/package.json @@ -1,6 +1,6 @@ { "name": "Jetpack", - "version": "14.0.0-a.7", + "version": "14.0.0-a.9", "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 2ea5b8f05cca1..b91ad59d12f9c 100644 --- a/projects/plugins/jetpack/readme.txt +++ b/projects/plugins/jetpack/readme.txt @@ -326,18 +326,12 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file == Changelog == -### 14.0-a.7 - 2024-10-21 +### 14.0-a.9 - 2024-10-28 #### Enhancements -- Newsletters: Add an email preview option to the preview menu. -- Newsletters: Allow skipping newsletter modals with a URL query param. +- Subscriptions: Add a floating subscribe button. -#### Improved compatibility -- General: Ensure notice displays without errors when running an old version of WordPress. -- Plugin action links filters: Update parameter to avoid conflicts with other plugins. - -#### Bug fixes -- Map Block: Fix issue where blocks placed underneath would overlap with the map block. -- Newsletters: Fix "Use excerpt" setting. +#### Improved Compatibility +- General: Indicate compatibility with WordPress 6.7. -------- From 4c321741bfe7ea060783bf73dcce0502cf662344 Mon Sep 17 00:00:00 2001 From: Manzoor Wani Date: Tue, 29 Oct 2024 15:51:29 +0530 Subject: [PATCH 2/2] Update pnpm-lock.yaml --- pnpm-lock.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7054e946f8af8..65d6616984168 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8081,6 +8081,7 @@ packages: '@xmldom/xmldom@0.7.13': resolution: {integrity: sha512-lm2GW5PkosIzccsaZIz7tp8cPADSIlIHWDFTR1N0SzfinhhYgeIQjFMz4rYzanCScr3DqQLeomUDArp6MWKm+g==} engines: {node: '>=10.0.0'} + deprecated: this version is no longer supported, please update to at least 0.8.* '@xtuc/ieee754@1.2.0': resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==}