From ce64a84c781590e76041965404cb25092ad9c2c0 Mon Sep 17 00:00:00 2001 From: arthur Date: Wed, 26 Jun 2024 11:07:52 +0900 Subject: [PATCH] Changelog and readme.txt edits. --- projects/packages/jetpack-mu-wpcom/CHANGELOG.md | 5 +++++ .../jetpack-mu-wpcom/changelog/hide-writing-update-services | 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 ++++ .../plugins/wpcomsh/changelog/hide-writing-update-services | 5 ----- projects/plugins/wpcomsh/composer.json | 2 +- projects/plugins/wpcomsh/package.json | 2 +- projects/plugins/wpcomsh/wpcomsh.php | 4 ++-- 9 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/hide-writing-update-services delete mode 100644 projects/plugins/wpcomsh/changelog/hide-writing-update-services diff --git a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md b/projects/packages/jetpack-mu-wpcom/CHANGELOG.md index 2fbb5ebc463ed..e5d9c90cc02eb 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.39.0] - 2024-06-26 +### Added +- Remove Update Services section in Writing Setting if is_agency_managed_site [#38038] + ## [5.38.1] - 2024-06-25 ### Removed - Remove use of `gutenberg_can_edit_post_type()`. Its replacement has been in WP Core since 6.1. [#38015] @@ -922,6 +926,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Testing initial package release. +[5.39.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.38.1...v5.39.0 [5.38.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.38.0...v5.38.1 [5.38.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.37.0...v5.38.0 [5.37.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.36.0...v5.37.0 diff --git a/projects/packages/jetpack-mu-wpcom/changelog/hide-writing-update-services b/projects/packages/jetpack-mu-wpcom/changelog/hide-writing-update-services deleted file mode 100644 index 551b020b9678c..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/hide-writing-update-services +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Remove Update Services section in Writing Setting if is_agency_managed_site diff --git a/projects/packages/jetpack-mu-wpcom/package.json b/projects/packages/jetpack-mu-wpcom/package.json index 3cbac859b1cb6..bc9f715c5b998 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.39.0-alpha", + "version": "5.39.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 5bfca9139e5dd..71a9595309bdb 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.39.0-alpha'; + const PACKAGE_VERSION = '5.39.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 d83205361c9c9..ff61d0713c560 100644 --- a/projects/plugins/wpcomsh/CHANGELOG.md +++ b/projects/plugins/wpcomsh/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.25.2 - 2024-06-26 +### Changed +- Internal updates. + ## 3.25.1 - 2024-06-25 ### Changed - Hide login banner for agency-managed sites. [#38021] diff --git a/projects/plugins/wpcomsh/changelog/hide-writing-update-services b/projects/plugins/wpcomsh/changelog/hide-writing-update-services deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/hide-writing-update-services +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/composer.json b/projects/plugins/wpcomsh/composer.json index 3251770cd5767..96d0ec8529179 100644 --- a/projects/plugins/wpcomsh/composer.json +++ b/projects/plugins/wpcomsh/composer.json @@ -130,7 +130,7 @@ "composer/installers": true, "roots/wordpress-core-installer": true }, - "autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_25_2_alpha" + "autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_25_2" }, "extra": { "mirror-repo": "Automattic/wpcom-site-helper", diff --git a/projects/plugins/wpcomsh/package.json b/projects/plugins/wpcomsh/package.json index 6984e8c10321e..7bf502923cad8 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": "3.25.2-alpha", + "version": "3.25.2", "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 6e1b1daa3748a..4dec0b84a8549 100644 --- a/projects/plugins/wpcomsh/wpcomsh.php +++ b/projects/plugins/wpcomsh/wpcomsh.php @@ -2,7 +2,7 @@ /** * Plugin Name: WordPress.com Site Helper * Description: A helper for connecting WordPress.com sites to external host infrastructure. - * Version: 3.25.2-alpha + * Version: 3.25.2 * Author: Automattic * Author URI: http://automattic.com/ * @@ -10,7 +10,7 @@ */ // Increase version number if you change something in wpcomsh. -define( 'WPCOMSH_VERSION', '3.25.2-alpha' ); +define( 'WPCOMSH_VERSION', '3.25.2' ); // If true, Typekit fonts will be available in addition to Google fonts add_filter( 'jetpack_fonts_enable_typekit', '__return_true' );