From 546cae1b13b69456de47ce2216d0c2fd78892687 Mon Sep 17 00:00:00 2001 From: Tim Broddin Date: Thu, 18 Jul 2024 13:59:48 +0200 Subject: [PATCH] Changelog and readme.txt edits. (#38409) --- projects/packages/jetpack-mu-wpcom/CHANGELOG.md | 8 ++++++++ .../jetpack-mu-wpcom/changelog/add-wpcom-global-styles | 4 ---- .../jetpack-mu-wpcom/changelog/feat-unify-masterbar | 4 ---- projects/packages/jetpack-mu-wpcom/package.json | 2 +- .../jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php | 2 +- projects/packages/masterbar/CHANGELOG.md | 8 ++++++++ .../packages/masterbar/changelog/feat-unify-masterbar | 4 ---- .../changelog/fix-warning-masterbar-undefined-array-key | 4 ---- projects/packages/masterbar/package.json | 2 +- projects/packages/masterbar/src/class-main.php | 2 +- projects/plugins/wpcomsh/CHANGELOG.md | 8 ++++++++ .../plugins/wpcomsh/changelog/add-wpcom-global-styles | 5 ----- projects/plugins/wpcomsh/changelog/feat-unify-masterbar | 5 ----- projects/plugins/wpcomsh/changelog/feat-unify-masterbar-2 | 5 ----- .../changelog/fix-wp-cli-theme-install-displays-warning | 4 ---- projects/plugins/wpcomsh/changelog/mu-wpcom-localize-url | 5 ----- .../remove-wpcomsh-staging-sites-disable-staging-mode | 4 ---- .../plugins/wpcomsh/changelog/update-minimum-wp-to-6.5 | 4 ---- projects/plugins/wpcomsh/composer.json | 2 +- projects/plugins/wpcomsh/package.json | 2 +- projects/plugins/wpcomsh/wpcomsh.php | 4 ++-- 21 files changed, 32 insertions(+), 56 deletions(-) delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/add-wpcom-global-styles delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/feat-unify-masterbar delete mode 100644 projects/packages/masterbar/changelog/feat-unify-masterbar delete mode 100644 projects/packages/masterbar/changelog/fix-warning-masterbar-undefined-array-key delete mode 100644 projects/plugins/wpcomsh/changelog/add-wpcom-global-styles delete mode 100644 projects/plugins/wpcomsh/changelog/feat-unify-masterbar delete mode 100644 projects/plugins/wpcomsh/changelog/feat-unify-masterbar-2 delete mode 100644 projects/plugins/wpcomsh/changelog/fix-wp-cli-theme-install-displays-warning delete mode 100644 projects/plugins/wpcomsh/changelog/mu-wpcom-localize-url delete mode 100644 projects/plugins/wpcomsh/changelog/remove-wpcomsh-staging-sites-disable-staging-mode delete mode 100644 projects/plugins/wpcomsh/changelog/update-minimum-wp-to-6.5 diff --git a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md b/projects/packages/jetpack-mu-wpcom/CHANGELOG.md index 2d4cd6bb26397..edcfe805db8c6 100644 --- a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md +++ b/projects/packages/jetpack-mu-wpcom/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). +## [5.46.0] - 2024-07-18 +### Added +- Limited Global Styles: Port feature from ETK [#38333] + +### Changed +- Admin Bar: Make it consistent between Calypso and WP Admin regardless of the value of Admin Interface Style [#38399] + ## [5.45.0] - 2024-07-18 ### Added - MU WPCOM: Support localizeUrl [#38318] @@ -1008,6 +1015,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Testing initial package release. +[5.46.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.45.0...v5.46.0 [5.45.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.44.0...v5.45.0 [5.44.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.43.0...v5.44.0 [5.43.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.42.1...v5.43.0 diff --git a/projects/packages/jetpack-mu-wpcom/changelog/add-wpcom-global-styles b/projects/packages/jetpack-mu-wpcom/changelog/add-wpcom-global-styles deleted file mode 100644 index 1aedb2ab449d6..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/add-wpcom-global-styles +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Limited Global Styles: Port feature from ETK diff --git a/projects/packages/jetpack-mu-wpcom/changelog/feat-unify-masterbar b/projects/packages/jetpack-mu-wpcom/changelog/feat-unify-masterbar deleted file mode 100644 index d4b1a1df72511..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/feat-unify-masterbar +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Admin Bar: Make it consistent between Calypso and WP Admin regardless of the value of Admin Interface Style diff --git a/projects/packages/jetpack-mu-wpcom/package.json b/projects/packages/jetpack-mu-wpcom/package.json index 226d879cf67ce..53ef582728f6d 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.46.0-alpha", + "version": "5.46.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 3899505bf0388..9c91e4e6d0077 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.46.0-alpha'; + const PACKAGE_VERSION = '5.46.0'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__; diff --git a/projects/packages/masterbar/CHANGELOG.md b/projects/packages/masterbar/CHANGELOG.md index ac97ac7c1453d..9e217e3321478 100644 --- a/projects/packages/masterbar/CHANGELOG.md +++ b/projects/packages/masterbar/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). +## [0.4.0] - 2024-07-18 +### Changed +- Admin Bar: Make it consistent between Calypso and WP Admin regardless of the value of Admin Interface Style [#38399] + +### Fixed +- Masterbar: Fix undefined array key warning in Base_Admin_Menu::hide_parent_of_hidden_submenus [#38363] + ## [0.3.1] - 2024-07-15 ### Fixed - Hide "My Mailboxes" link on P2 sites [#38232] @@ -62,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. [#37669] - Updated package dependencies. [#37706] +[0.4.0]: https://github.com/Automattic/jetpack-masterbar/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/Automattic/jetpack-masterbar/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/Automattic/jetpack-masterbar/compare/v0.2.5...v0.3.0 [0.2.5]: https://github.com/Automattic/jetpack-masterbar/compare/v0.2.4...v0.2.5 diff --git a/projects/packages/masterbar/changelog/feat-unify-masterbar b/projects/packages/masterbar/changelog/feat-unify-masterbar deleted file mode 100644 index d4b1a1df72511..0000000000000 --- a/projects/packages/masterbar/changelog/feat-unify-masterbar +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Admin Bar: Make it consistent between Calypso and WP Admin regardless of the value of Admin Interface Style diff --git a/projects/packages/masterbar/changelog/fix-warning-masterbar-undefined-array-key b/projects/packages/masterbar/changelog/fix-warning-masterbar-undefined-array-key deleted file mode 100644 index 8dc6512cd0120..0000000000000 --- a/projects/packages/masterbar/changelog/fix-warning-masterbar-undefined-array-key +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Masterbar: Fix undefined array key warning in Base_Admin_Menu::hide_parent_of_hidden_submenus diff --git a/projects/packages/masterbar/package.json b/projects/packages/masterbar/package.json index ab1c27242d3a0..9e348ee282bde 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.4.0-alpha", + "version": "0.4.0", "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 db738fc5f55a2..1b259b91fdeb0 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.4.0-alpha'; + const PACKAGE_VERSION = '0.4.0'; /** * Initializer. diff --git a/projects/plugins/wpcomsh/CHANGELOG.md b/projects/plugins/wpcomsh/CHANGELOG.md index 4e62415431a07..ba61a19cbdff6 100644 --- a/projects/plugins/wpcomsh/CHANGELOG.md +++ b/projects/plugins/wpcomsh/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.0.0 - 2024-07-18 +### Removed +- General: update WordPress version requirements to WordPress 6.5. [#38382] +- Removed code that disables Jetpack staging mode for WordPress.com staging sites. [#38355] + +### Fixed +- Removed access to WPCom Themes to WP_CLI [#38351] + ## 3.28.0 - 2024-07-15 ### Added - Added a check to hide the plugins banner for non-wpcom connected users. [#38241] diff --git a/projects/plugins/wpcomsh/changelog/add-wpcom-global-styles b/projects/plugins/wpcomsh/changelog/add-wpcom-global-styles deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/add-wpcom-global-styles +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/feat-unify-masterbar b/projects/plugins/wpcomsh/changelog/feat-unify-masterbar deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/feat-unify-masterbar +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/feat-unify-masterbar-2 b/projects/plugins/wpcomsh/changelog/feat-unify-masterbar-2 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/feat-unify-masterbar-2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/fix-wp-cli-theme-install-displays-warning b/projects/plugins/wpcomsh/changelog/fix-wp-cli-theme-install-displays-warning deleted file mode 100644 index b1b330d475fca..0000000000000 --- a/projects/plugins/wpcomsh/changelog/fix-wp-cli-theme-install-displays-warning +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Removed access to WPCom Themes to WP_CLI diff --git a/projects/plugins/wpcomsh/changelog/mu-wpcom-localize-url b/projects/plugins/wpcomsh/changelog/mu-wpcom-localize-url deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/mu-wpcom-localize-url +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/remove-wpcomsh-staging-sites-disable-staging-mode b/projects/plugins/wpcomsh/changelog/remove-wpcomsh-staging-sites-disable-staging-mode deleted file mode 100644 index b84e5e2f00fc6..0000000000000 --- a/projects/plugins/wpcomsh/changelog/remove-wpcomsh-staging-sites-disable-staging-mode +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: removed - -Removed code that disables Jetpack staging mode for WordPress.com staging sites. diff --git a/projects/plugins/wpcomsh/changelog/update-minimum-wp-to-6.5 b/projects/plugins/wpcomsh/changelog/update-minimum-wp-to-6.5 deleted file mode 100644 index 324db53ba465c..0000000000000 --- a/projects/plugins/wpcomsh/changelog/update-minimum-wp-to-6.5 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: update WordPress version requirements to WordPress 6.5. diff --git a/projects/plugins/wpcomsh/composer.json b/projects/plugins/wpcomsh/composer.json index 8cfe487885c07..c9e00cfa96ef3 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ⓥ4_0_0_alpha" + "autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ4_0_0" }, "extra": { "mirror-repo": "Automattic/wpcom-site-helper", diff --git a/projects/plugins/wpcomsh/package.json b/projects/plugins/wpcomsh/package.json index 5a26333c83db5..246d8818356e9 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": "4.0.0-alpha", + "version": "4.0.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 570a93247a016..6dcb37c0be667 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: 4.0.0-alpha + * Version: 4.0.0 * Author: Automattic * Author URI: http://automattic.com/ * * @package wpcomsh */ -define( 'WPCOMSH_VERSION', '4.0.0-alpha' ); +define( 'WPCOMSH_VERSION', '4.0.0' ); // If true, Typekit fonts will be available in addition to Google fonts add_filter( 'jetpack_fonts_enable_typekit', '__return_true' );