From a810cb57449287792cc50a30356a38881d505ec4 Mon Sep 17 00:00:00 2001 From: Miguel Torres <1233880+mmtr@users.noreply.github.com> Date: Fri, 26 Jul 2024 15:34:14 +0200 Subject: [PATCH] Backport wpcomsh 5.0.3 Changes (#38562) --- projects/packages/jetpack-mu-wpcom/CHANGELOG.md | 5 +++++ .../add-readymade-template-generate-content-task-definition | 4 ---- projects/packages/jetpack-mu-wpcom/package.json | 2 +- .../packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php | 2 +- projects/plugins/wpcomsh/CHANGELOG.md | 4 ++++ .../add-readymade-template-generate-content-task-definition | 5 ----- .../remove-wpcomsh-customizer-footer-credit-block-themes-2 | 4 ---- projects/plugins/wpcomsh/composer.json | 2 +- projects/plugins/wpcomsh/package.json | 2 +- projects/plugins/wpcomsh/wpcomsh.php | 4 ++-- 10 files changed, 15 insertions(+), 19 deletions(-) delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/add-readymade-template-generate-content-task-definition delete mode 100644 projects/plugins/wpcomsh/changelog/add-readymade-template-generate-content-task-definition delete mode 100644 projects/plugins/wpcomsh/changelog/remove-wpcomsh-customizer-footer-credit-block-themes-2 diff --git a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md b/projects/packages/jetpack-mu-wpcom/CHANGELOG.md index 3e33bfcc2036d..17e6cbac799db 100644 --- a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md +++ b/projects/packages/jetpack-mu-wpcom/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.50.0] - 2024-07-26 +### Added +- Added a new task to the readymade-template launchpad for generating content with AI [#38507] + ## [5.49.1] - 2024-07-26 ### Changed - Update dependencies. @@ -1050,6 +1054,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Testing initial package release. +[5.50.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.49.1...v5.50.0 [5.49.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.49.0...v5.49.1 [5.49.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.48.0...v5.49.0 [5.48.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.47.0...v5.48.0 diff --git a/projects/packages/jetpack-mu-wpcom/changelog/add-readymade-template-generate-content-task-definition b/projects/packages/jetpack-mu-wpcom/changelog/add-readymade-template-generate-content-task-definition deleted file mode 100644 index b60ec6731ac12..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/add-readymade-template-generate-content-task-definition +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Added a new task to the readymade-template launchpad for generating content with AI diff --git a/projects/packages/jetpack-mu-wpcom/package.json b/projects/packages/jetpack-mu-wpcom/package.json index a0690630c5537..8047ef33d69ce 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.50.0-alpha", + "version": "5.50.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 507635effe46f..098ffed47ae1d 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.50.0-alpha'; + const PACKAGE_VERSION = '5.50.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 15ae596d0fbeb..1e7a9c6d747ca 100644 --- a/projects/plugins/wpcomsh/CHANGELOG.md +++ b/projects/plugins/wpcomsh/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.0.3 - 2024-07-26 +### Removed +- Footer credit: Remove customizer option for block themes [#38559] + ## 5.0.2 - 2024-07-26 ### Fixed - Fix the "The parent theme is missing" issue [#38557] diff --git a/projects/plugins/wpcomsh/changelog/add-readymade-template-generate-content-task-definition b/projects/plugins/wpcomsh/changelog/add-readymade-template-generate-content-task-definition deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/add-readymade-template-generate-content-task-definition +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/remove-wpcomsh-customizer-footer-credit-block-themes-2 b/projects/plugins/wpcomsh/changelog/remove-wpcomsh-customizer-footer-credit-block-themes-2 deleted file mode 100644 index 47bf207cdb1f5..0000000000000 --- a/projects/plugins/wpcomsh/changelog/remove-wpcomsh-customizer-footer-credit-block-themes-2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: removed - -Footer credit: Remove customizer option for block themes diff --git a/projects/plugins/wpcomsh/composer.json b/projects/plugins/wpcomsh/composer.json index 0beead22d071c..89c32ce0db16d 100644 --- a/projects/plugins/wpcomsh/composer.json +++ b/projects/plugins/wpcomsh/composer.json @@ -129,7 +129,7 @@ "composer/installers": true, "roots/wordpress-core-installer": true }, - "autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_3_alpha" + "autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_3" }, "extra": { "mirror-repo": "Automattic/wpcom-site-helper", diff --git a/projects/plugins/wpcomsh/package.json b/projects/plugins/wpcomsh/package.json index bd02e505893a8..b00ce4bb3e41e 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.0.3-alpha", + "version": "5.0.3", "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 acffbcee1f7f0..74f3ad7682830 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.0.3-alpha + * Version: 5.0.3 * Author: Automattic * Author URI: http://automattic.com/ * * @package wpcomsh */ -define( 'WPCOMSH_VERSION', '5.0.3-alpha' ); +define( 'WPCOMSH_VERSION', '5.0.3' ); // If true, Typekit fonts will be available in addition to Google fonts add_filter( 'jetpack_fonts_enable_typekit', '__return_true' );