From 109c7c046c3007c758bd2a09a1f0064718a3dc35 Mon Sep 17 00:00:00 2001 From: arthur791004 Date: Mon, 5 Aug 2024 17:35:17 +0800 Subject: [PATCH] Backport wpcomsh 5.2.0 Changes (#38712) --- .../classic-theme-helper/CHANGELOG.md | 5 ++++ ...cial-links-to-classic-theme-helper-package | 4 ---- .../classic-theme-helper/package.json | 2 +- .../classic-theme-helper/src/class-main.php | 2 +- .../packages/jetpack-mu-wpcom/CHANGELOG.md | 24 +++++++++++++++++++ ...feat-only-load-etk-features-for-wpcom-user | 4 ---- .../fix-adminbar-profile-menu-colors | 4 ---- .../fix-masterbar-icons-overlap-in-mobile | 4 ---- .../changelog/fix-rtl-admin-bar | 4 ---- .../changelog/fix-simple-theme-showcase-menu | 4 ---- .../changelog/fix-wpcom-icon-color | 4 ---- .../changelog/fix-wpcom-icon-margins | 4 ---- .../changelog/mu-wpcom-a8c-fse | 4 ---- .../changelog/mu-wpcom-mailerlite-widget | 4 ---- .../changelog/mu-wpcom-newspack-blocks | 4 ---- .../changelog/port-starter-page-templates | 4 ---- .../changelog/remove-dead-css-code | 4 ---- .../update-subscriber-login-description-link | 4 ---- .../changelog/wpcom-block-editor-nux | 4 ---- .../packages/jetpack-mu-wpcom/package.json | 2 +- .../src/class-jetpack-mu-wpcom.php | 2 +- projects/plugins/wpcomsh/CHANGELOG.md | 6 +++++ projects/plugins/wpcomsh/changelog/HEAD | 5 ---- .../changelog/add-aiowp-target-blog-id | 4 ---- .../changelog/change-my-jetpack-ai-card | 4 ---- .../changelog/mu-wpcom-newspack-blocks | 5 ---- .../changelog/mu-wpcom-newspack-blocks#2 | 5 ---- .../changelog/mu-wpcom-newspack-blocks#3 | 5 ---- .../changelog/port-starter-page-templates | 5 ---- .../changelog/port-starter-page-templates#2 | 5 ---- .../changelog/port-starter-page-templates#3 | 5 ---- ...rator-improve-extension-availability-check | 5 ---- .../update-jetpack-color-tonesque-paths | 5 ---- .../update-subscriber-login-description-link | 5 ---- .../changelog/update-wpcom-plan-name-revert | 4 ---- projects/plugins/wpcomsh/composer.json | 2 +- projects/plugins/wpcomsh/package.json | 2 +- projects/plugins/wpcomsh/wpcomsh.php | 4 ++-- 38 files changed, 43 insertions(+), 130 deletions(-) delete mode 100644 projects/packages/classic-theme-helper/changelog/add-social-links-to-classic-theme-helper-package delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/feat-only-load-etk-features-for-wpcom-user delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/fix-adminbar-profile-menu-colors delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/fix-masterbar-icons-overlap-in-mobile delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/fix-rtl-admin-bar delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/fix-simple-theme-showcase-menu delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/fix-wpcom-icon-color delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/fix-wpcom-icon-margins delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/mu-wpcom-a8c-fse delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/mu-wpcom-mailerlite-widget delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/mu-wpcom-newspack-blocks delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/port-starter-page-templates delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/remove-dead-css-code delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/update-subscriber-login-description-link delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/wpcom-block-editor-nux delete mode 100644 projects/plugins/wpcomsh/changelog/HEAD delete mode 100644 projects/plugins/wpcomsh/changelog/add-aiowp-target-blog-id delete mode 100644 projects/plugins/wpcomsh/changelog/change-my-jetpack-ai-card delete mode 100644 projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks delete mode 100644 projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks#2 delete mode 100644 projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks#3 delete mode 100644 projects/plugins/wpcomsh/changelog/port-starter-page-templates delete mode 100644 projects/plugins/wpcomsh/changelog/port-starter-page-templates#2 delete mode 100644 projects/plugins/wpcomsh/changelog/port-starter-page-templates#3 delete mode 100644 projects/plugins/wpcomsh/changelog/update-ai-logo-generator-improve-extension-availability-check delete mode 100644 projects/plugins/wpcomsh/changelog/update-jetpack-color-tonesque-paths delete mode 100644 projects/plugins/wpcomsh/changelog/update-subscriber-login-description-link delete mode 100644 projects/plugins/wpcomsh/changelog/update-wpcom-plan-name-revert diff --git a/projects/packages/classic-theme-helper/CHANGELOG.md b/projects/packages/classic-theme-helper/CHANGELOG.md index 708a8c47af8e6..14cd3c1078e3c 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.4.4] - 2024-08-05 +### Added +- Social Links: Added feature to Classic Theme Helper package. [#38593] + ## [0.4.3] - 2024-07-25 ### Changed - Social Menus: Requiring the feature from the Classic Theme Helper package. [#38297] @@ -54,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Add wordpress folder on gitignore. [#37177] +[0.4.4]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.4.3...v0.4.4 [0.4.3]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.4.2...v0.4.3 [0.4.2]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.4.0...v0.4.1 diff --git a/projects/packages/classic-theme-helper/changelog/add-social-links-to-classic-theme-helper-package b/projects/packages/classic-theme-helper/changelog/add-social-links-to-classic-theme-helper-package deleted file mode 100644 index c314b1446fbd5..0000000000000 --- a/projects/packages/classic-theme-helper/changelog/add-social-links-to-classic-theme-helper-package +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Social Links: Added feature to Classic Theme Helper package. diff --git a/projects/packages/classic-theme-helper/package.json b/projects/packages/classic-theme-helper/package.json index 3a6afb51dd960..a83b5e4574740 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.4.4-alpha", + "version": "0.4.4", "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 d608530e70557..c81fff5b70592 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.4.4-alpha'; + const PACKAGE_VERSION = '0.4.4'; /** * Modules to include. diff --git a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md b/projects/packages/jetpack-mu-wpcom/CHANGELOG.md index 75f8c333d0f2b..edbfe315582a7 100644 --- a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md +++ b/projects/packages/jetpack-mu-wpcom/CHANGELOG.md @@ -5,6 +5,29 @@ 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.53.0] - 2024-08-05 +### Added +- Added wpcom-block-editor-nux feature from calypso's ETK package. [#38674] +- MU WPCOM: Port FSE feature from ETK [#38212] +- MU WPCOM: Port the newspack blocks from the ETK [#38454] +- MU WPCOM: Port the starter-page-templates feature from ETK [#38475] + +### Changed +- Add description link to Subscriber Login block [#38629] +- MU WPCOM: Only load ETK features for wpcom users [#38708] + +### Removed +- Removed dead CSS code [#38659] + +### Fixed +- Admin bar: fix icon alignment on small screen widths [#38684] +- Adminbar: Fix profile menu colors [#38650] +- Admin bar: help center and notification icons now follow color scheme [#38672] +- Fix bug so Theme Showcase menu appears on Simple Classic sites [#38698] +- Fix RTL admin bar [#38654] +- Masterbar: Fix icon overlap issue at smaller resolutions [#38551] +- MU WPCOM: Fix the option of the MailerLite widget is gone [#38640] + ## [5.52.1] - 2024-07-30 ### Changed - Fixup versions [#38612] @@ -1074,6 +1097,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Testing initial package release. +[5.53.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.52.1...v5.53.0 [5.52.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.52.0...v5.52.1 [5.52.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.51.0...v5.52.0 [5.51.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.50.0...v5.51.0 diff --git a/projects/packages/jetpack-mu-wpcom/changelog/feat-only-load-etk-features-for-wpcom-user b/projects/packages/jetpack-mu-wpcom/changelog/feat-only-load-etk-features-for-wpcom-user deleted file mode 100644 index fc7872a3af6f3..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/feat-only-load-etk-features-for-wpcom-user +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -MU WPCOM: Only load ETK features for wpcom users diff --git a/projects/packages/jetpack-mu-wpcom/changelog/fix-adminbar-profile-menu-colors b/projects/packages/jetpack-mu-wpcom/changelog/fix-adminbar-profile-menu-colors deleted file mode 100644 index c4f6da0694642..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/fix-adminbar-profile-menu-colors +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Adminbar: Fix profile menu colors diff --git a/projects/packages/jetpack-mu-wpcom/changelog/fix-masterbar-icons-overlap-in-mobile b/projects/packages/jetpack-mu-wpcom/changelog/fix-masterbar-icons-overlap-in-mobile deleted file mode 100644 index 800805205f65a..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/fix-masterbar-icons-overlap-in-mobile +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Masterbar: Fix icon overlap issue at smaller resolutions diff --git a/projects/packages/jetpack-mu-wpcom/changelog/fix-rtl-admin-bar b/projects/packages/jetpack-mu-wpcom/changelog/fix-rtl-admin-bar deleted file mode 100644 index e1d7a3d29a70c..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/fix-rtl-admin-bar +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fix RTL admin bar diff --git a/projects/packages/jetpack-mu-wpcom/changelog/fix-simple-theme-showcase-menu b/projects/packages/jetpack-mu-wpcom/changelog/fix-simple-theme-showcase-menu deleted file mode 100644 index fa79431450512..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/fix-simple-theme-showcase-menu +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fix bug so Theme Showcase menu appears on Simple Classic sites diff --git a/projects/packages/jetpack-mu-wpcom/changelog/fix-wpcom-icon-color b/projects/packages/jetpack-mu-wpcom/changelog/fix-wpcom-icon-color deleted file mode 100644 index 692475dbeb8d0..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/fix-wpcom-icon-color +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Admin bar: help center and notification icons now follow color scheme diff --git a/projects/packages/jetpack-mu-wpcom/changelog/fix-wpcom-icon-margins b/projects/packages/jetpack-mu-wpcom/changelog/fix-wpcom-icon-margins deleted file mode 100644 index 083282e77e650..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/fix-wpcom-icon-margins +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Admin bar: fix icon alignment on small screen widths diff --git a/projects/packages/jetpack-mu-wpcom/changelog/mu-wpcom-a8c-fse b/projects/packages/jetpack-mu-wpcom/changelog/mu-wpcom-a8c-fse deleted file mode 100644 index 5a016d496aca0..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/mu-wpcom-a8c-fse +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -MU WPCOM: Port FSE feature from ETK diff --git a/projects/packages/jetpack-mu-wpcom/changelog/mu-wpcom-mailerlite-widget b/projects/packages/jetpack-mu-wpcom/changelog/mu-wpcom-mailerlite-widget deleted file mode 100644 index 864a4b0af3457..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/mu-wpcom-mailerlite-widget +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -MU WPCOM: Fix the option of the MailerLite widget is gone diff --git a/projects/packages/jetpack-mu-wpcom/changelog/mu-wpcom-newspack-blocks b/projects/packages/jetpack-mu-wpcom/changelog/mu-wpcom-newspack-blocks deleted file mode 100644 index 25e66796713d6..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/mu-wpcom-newspack-blocks +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -MU WPCOM: Port the newspack blocks from the ETK diff --git a/projects/packages/jetpack-mu-wpcom/changelog/port-starter-page-templates b/projects/packages/jetpack-mu-wpcom/changelog/port-starter-page-templates deleted file mode 100644 index 276b2bc5a4f60..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/port-starter-page-templates +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -MU WPCOM: Port the starter-page-templates feature from ETK diff --git a/projects/packages/jetpack-mu-wpcom/changelog/remove-dead-css-code b/projects/packages/jetpack-mu-wpcom/changelog/remove-dead-css-code deleted file mode 100644 index d9686a1d86f25..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/remove-dead-css-code +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: removed - -Removed dead CSS code diff --git a/projects/packages/jetpack-mu-wpcom/changelog/update-subscriber-login-description-link b/projects/packages/jetpack-mu-wpcom/changelog/update-subscriber-login-description-link deleted file mode 100644 index 373ec343e9232..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/update-subscriber-login-description-link +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Add description link to Subscriber Login block diff --git a/projects/packages/jetpack-mu-wpcom/changelog/wpcom-block-editor-nux b/projects/packages/jetpack-mu-wpcom/changelog/wpcom-block-editor-nux deleted file mode 100644 index 44b012c3bcd33..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/wpcom-block-editor-nux +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Added wpcom-block-editor-nux feature from calypso's ETK package. diff --git a/projects/packages/jetpack-mu-wpcom/package.json b/projects/packages/jetpack-mu-wpcom/package.json index e4e684ca3ad91..2e0df8f63149c 100644 --- a/projects/packages/jetpack-mu-wpcom/package.json +++ b/projects/packages/jetpack-mu-wpcom/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom", - "version": "5.53.0-alpha", + "version": "5.53.0", "description": "Enhances your site with features powered by WordPress.com", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/jetpack-mu-wpcom/#readme", "bugs": { diff --git a/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php b/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php index bda01ee2212c7..46dffa5819705 100644 --- a/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php +++ b/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php @@ -13,7 +13,7 @@ * Jetpack_Mu_Wpcom main class. */ class Jetpack_Mu_Wpcom { - const PACKAGE_VERSION = '5.53.0-alpha'; + const PACKAGE_VERSION = '5.53.0'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__; diff --git a/projects/plugins/wpcomsh/CHANGELOG.md b/projects/plugins/wpcomsh/CHANGELOG.md index a93ca81119e0c..669453b50a4be 100644 --- a/projects/plugins/wpcomsh/CHANGELOG.md +++ b/projects/plugins/wpcomsh/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.2.0 - 2024-08-05 +### Changed +- Add target_blog_id prop to AIOWP tracks events [#38615] +- My Jetpack: modify Jetpack AI product class and interstitial links [#38602] +- Plan names: Revert plan names to Personal/Premium/Business/Commerce [#38668] + ## 5.1.2 - 2024-07-30 ### Changed - Fixup versions [#38612] diff --git a/projects/plugins/wpcomsh/changelog/HEAD b/projects/plugins/wpcomsh/changelog/HEAD deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/HEAD +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/add-aiowp-target-blog-id b/projects/plugins/wpcomsh/changelog/add-aiowp-target-blog-id deleted file mode 100644 index 3def85e081bad..0000000000000 --- a/projects/plugins/wpcomsh/changelog/add-aiowp-target-blog-id +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Add target_blog_id prop to AIOWP tracks events diff --git a/projects/plugins/wpcomsh/changelog/change-my-jetpack-ai-card b/projects/plugins/wpcomsh/changelog/change-my-jetpack-ai-card deleted file mode 100644 index c74b65f7412a6..0000000000000 --- a/projects/plugins/wpcomsh/changelog/change-my-jetpack-ai-card +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -My Jetpack: modify Jetpack AI product class and interstitial links diff --git a/projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks b/projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks#2 b/projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks#2 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks#3 b/projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks#3 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks#3 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/port-starter-page-templates b/projects/plugins/wpcomsh/changelog/port-starter-page-templates deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/port-starter-page-templates +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/port-starter-page-templates#2 b/projects/plugins/wpcomsh/changelog/port-starter-page-templates#2 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/port-starter-page-templates#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/port-starter-page-templates#3 b/projects/plugins/wpcomsh/changelog/port-starter-page-templates#3 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/port-starter-page-templates#3 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/update-ai-logo-generator-improve-extension-availability-check b/projects/plugins/wpcomsh/changelog/update-ai-logo-generator-improve-extension-availability-check deleted file mode 100644 index 2b86d65fe2c9a..0000000000000 --- a/projects/plugins/wpcomsh/changelog/update-ai-logo-generator-improve-extension-availability-check +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Just bumping versions to comply with changelogger checks. - - diff --git a/projects/plugins/wpcomsh/changelog/update-jetpack-color-tonesque-paths b/projects/plugins/wpcomsh/changelog/update-jetpack-color-tonesque-paths deleted file mode 100644 index 349f3997aa8a8..0000000000000 --- a/projects/plugins/wpcomsh/changelog/update-jetpack-color-tonesque-paths +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update path to Jetpack Color & Tonesque - - diff --git a/projects/plugins/wpcomsh/changelog/update-subscriber-login-description-link b/projects/plugins/wpcomsh/changelog/update-subscriber-login-description-link deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/update-subscriber-login-description-link +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/update-wpcom-plan-name-revert b/projects/plugins/wpcomsh/changelog/update-wpcom-plan-name-revert deleted file mode 100644 index 44d93e9cd5bbd..0000000000000 --- a/projects/plugins/wpcomsh/changelog/update-wpcom-plan-name-revert +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Plan names: Revert plan names to Personal/Premium/Business/Commerce diff --git a/projects/plugins/wpcomsh/composer.json b/projects/plugins/wpcomsh/composer.json index 1ebd0a1bf3546..ab294d06d404e 100644 --- a/projects/plugins/wpcomsh/composer.json +++ b/projects/plugins/wpcomsh/composer.json @@ -128,7 +128,7 @@ "composer/installers": true, "roots/wordpress-core-installer": true }, - "autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_2_0_alpha" + "autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_2_0" }, "extra": { "mirror-repo": "Automattic/wpcom-site-helper", diff --git a/projects/plugins/wpcomsh/package.json b/projects/plugins/wpcomsh/package.json index 4c488eeeac439..db07cb230f2c4 100644 --- a/projects/plugins/wpcomsh/package.json +++ b/projects/plugins/wpcomsh/package.json @@ -3,7 +3,7 @@ "name": "@automattic/jetpack-wpcomsh", "description": "A helper for connecting WordPress.com sites to external host infrastructure.", "homepage": "https://jetpack.com", - "version": "5.2.0-alpha", + "version": "5.2.0", "bugs": { "url": "https://github.com/Automattic/jetpack/labels/[Plugin] Wpcomsh" }, diff --git a/projects/plugins/wpcomsh/wpcomsh.php b/projects/plugins/wpcomsh/wpcomsh.php index 35f773d19d55d..f366ba8d70c08 100644 --- a/projects/plugins/wpcomsh/wpcomsh.php +++ b/projects/plugins/wpcomsh/wpcomsh.php @@ -2,14 +2,14 @@ /** * Plugin Name: WordPress.com Site Helper * Description: A helper for connecting WordPress.com sites to external host infrastructure. - * Version: 5.2.0-alpha + * Version: 5.2.0 * Author: Automattic * Author URI: http://automattic.com/ * * @package wpcomsh */ -define( 'WPCOMSH_VERSION', '5.2.0-alpha' ); +define( 'WPCOMSH_VERSION', '5.2.0' ); // If true, Typekit fonts will be available in addition to Google fonts add_filter( 'jetpack_fonts_enable_typekit', '__return_true' );