diff --git a/projects/packages/connection/CHANGELOG.md b/projects/packages/connection/CHANGELOG.md index 0cfb80c61aae8..fad1a457194a5 100644 --- a/projects/packages/connection/CHANGELOG.md +++ b/projects/packages/connection/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). +## [2.6.1] - 2024-03-22 +### Changed +- yUpdate Phan config. [#36353] + ## [2.6.0] - 2024-03-20 ### Added - Add the 'remote_connect' REST endpoint. [#36329] @@ -996,6 +1000,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Separate the connection library into its own package. +[2.6.1]: https://github.com/Automattic/jetpack-connection/compare/v2.6.0...v2.6.1 [2.6.0]: https://github.com/Automattic/jetpack-connection/compare/v2.5.0...v2.6.0 [2.5.0]: https://github.com/Automattic/jetpack-connection/compare/v2.4.1...v2.5.0 [2.4.1]: https://github.com/Automattic/jetpack-connection/compare/v2.4.0...v2.4.1 diff --git a/projects/packages/connection/changelog/add-a4a-plugin-skeleton b/projects/packages/connection/changelog/add-a4a-plugin-skeleton deleted file mode 100644 index ac545b7b59239..0000000000000 --- a/projects/packages/connection/changelog/add-a4a-plugin-skeleton +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -yUpdate Phan config. diff --git a/projects/packages/connection/src/class-package-version.php b/projects/packages/connection/src/class-package-version.php index 3a40946b92c0b..7a767c6775e0f 100644 --- a/projects/packages/connection/src/class-package-version.php +++ b/projects/packages/connection/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '2.6.1-alpha'; + const PACKAGE_VERSION = '2.6.1'; const PACKAGE_SLUG = 'connection'; diff --git a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md b/projects/packages/jetpack-mu-wpcom/CHANGELOG.md index b4aeee286c12b..a728333625d2e 100644 --- a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md +++ b/projects/packages/jetpack-mu-wpcom/CHANGELOG.md @@ -5,6 +5,15 @@ 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.19.0] - 2024-03-22 +### Changed +- Added additional settings for commenting on simple sites [#36367] +- Releasing Gutenberg to all Verbum users. [#36476] + +### Fixed +- Block Patterns: The modal of the starter patterns isn't shown when you're creating a new post [#36516] +- Untangle: update launchpad links for newsletter setting to go to Jetpack's [#36495] + ## [5.18.0] - 2024-03-20 ### Changed - The GitHub deployments feature check has been removed. [#36383] @@ -666,6 +675,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Testing initial package release. +[5.19.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.18.0...v5.19.0 [5.18.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.17.0...v5.18.0 [5.17.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.16.1...v5.17.0 [5.16.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.16.0...v5.16.1 diff --git a/projects/packages/jetpack-mu-wpcom/changelog/add-verbum-settings b/projects/packages/jetpack-mu-wpcom/changelog/add-verbum-settings deleted file mode 100644 index c4bdd7ec44632..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/add-verbum-settings +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Added additional settings for commenting on simple sites diff --git a/projects/packages/jetpack-mu-wpcom/changelog/fix-start-page-options-modal-for-new-post b/projects/packages/jetpack-mu-wpcom/changelog/fix-start-page-options-modal-for-new-post deleted file mode 100644 index 295f1c4e6792a..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/fix-start-page-options-modal-for-new-post +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Block Patterns: The modal of the starter patterns isn't shown when you're creating a new post diff --git a/projects/packages/jetpack-mu-wpcom/changelog/untangle-launchpad-newsletter b/projects/packages/jetpack-mu-wpcom/changelog/untangle-launchpad-newsletter deleted file mode 100644 index b612f4cb870b6..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/untangle-launchpad-newsletter +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Untangle: update launchpad links for newsletter setting to go to Jetpack's diff --git a/projects/packages/jetpack-mu-wpcom/changelog/update-gutenberg-verbum-all-users b/projects/packages/jetpack-mu-wpcom/changelog/update-gutenberg-verbum-all-users deleted file mode 100644 index 477f71982f911..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/update-gutenberg-verbum-all-users +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Releasing Gutenberg to all Verbum users. diff --git a/projects/packages/jetpack-mu-wpcom/package.json b/projects/packages/jetpack-mu-wpcom/package.json index 0c0a0107df360..22374f6f53849 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.19.0-alpha", + "version": "5.19.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 162f9b51be409..3dc557176d723 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.19.0-alpha'; + const PACKAGE_VERSION = '5.19.0'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__; diff --git a/projects/packages/scheduled-updates/CHANGELOG.md b/projects/packages/scheduled-updates/CHANGELOG.md index aca6428280e70..91c8ef8b5b77a 100644 --- a/projects/packages/scheduled-updates/CHANGELOG.md +++ b/projects/packages/scheduled-updates/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.5.1] - 2024-03-22 +### Fixed +- Fixed a bug where the weekday index was not properly accounted for in list of weekdays. [#36524] +- Transfer status when editing a schedule. [#36521] + ## [0.5.0] - 2024-03-20 ### Added - Add a new plugin deletion hook that remove the plugin from the scheduled updates. [#36458] @@ -81,6 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Generate initial package for Scheduled Updates [#35796] +[0.5.1]: https://github.com/Automattic/scheduled-updates/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/Automattic/scheduled-updates/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.com/Automattic/scheduled-updates/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/Automattic/scheduled-updates/compare/v0.3.4...v0.4.0 diff --git a/projects/packages/scheduled-updates/changelog/fix-day-of-week b/projects/packages/scheduled-updates/changelog/fix-day-of-week deleted file mode 100644 index 7b15b591fb4db..0000000000000 --- a/projects/packages/scheduled-updates/changelog/fix-day-of-week +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fixed a bug where the weekday index was not properly accounted for in list of weekdays. diff --git a/projects/packages/scheduled-updates/changelog/fix-plugin-update-mgr-edit-status b/projects/packages/scheduled-updates/changelog/fix-plugin-update-mgr-edit-status deleted file mode 100644 index a156a2e74fd89..0000000000000 --- a/projects/packages/scheduled-updates/changelog/fix-plugin-update-mgr-edit-status +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Transfer status when editing a schedule. diff --git a/projects/packages/scheduled-updates/src/class-scheduled-updates.php b/projects/packages/scheduled-updates/src/class-scheduled-updates.php index 8dd1076299bc6..9256db192e337 100644 --- a/projects/packages/scheduled-updates/src/class-scheduled-updates.php +++ b/projects/packages/scheduled-updates/src/class-scheduled-updates.php @@ -20,7 +20,7 @@ class Scheduled_Updates { * * @var string */ - const PACKAGE_VERSION = '0.5.1-alpha'; + const PACKAGE_VERSION = '0.5.1'; /** * The cron event hook for the scheduled plugins update. * diff --git a/projects/packages/status/CHANGELOG.md b/projects/packages/status/CHANGELOG.md index 2f38f96192867..19d01b54aaa4c 100644 --- a/projects/packages/status/CHANGELOG.md +++ b/projects/packages/status/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). +## [2.2.0] - 2024-03-22 +### Added +- Add support for A8C for Agencies source parameter. [#36491] + ## [2.1.3] - 2024-03-20 ### Changed - Internal updates. @@ -318,6 +322,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Introduce a status package +[2.2.0]: https://github.com/Automattic/jetpack-status/compare/v2.1.3...v2.2.0 [2.1.3]: https://github.com/Automattic/jetpack-status/compare/v2.1.2...v2.1.3 [2.1.2]: https://github.com/Automattic/jetpack-status/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/Automattic/jetpack-status/compare/v2.1.0...v2.1.1 diff --git a/projects/packages/status/changelog/add-a4a-source-to-jetpack-connect-url b/projects/packages/status/changelog/add-a4a-source-to-jetpack-connect-url deleted file mode 100644 index d04dea953414a..0000000000000 --- a/projects/packages/status/changelog/add-a4a-source-to-jetpack-connect-url +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Add support for A8C for Agencies source parameter. diff --git a/projects/plugins/mu-wpcom-plugin/CHANGELOG.md b/projects/plugins/mu-wpcom-plugin/CHANGELOG.md index abc17aabd1e2e..6adfe6fed9083 100644 --- a/projects/plugins/mu-wpcom-plugin/CHANGELOG.md +++ b/projects/plugins/mu-wpcom-plugin/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). +## 2.1.8 - 2024-03-22 +### Changed +- Internal updates. + ## 2.1.7 - 2024-03-20 ### Changed - Comment: Updated composer.lock. [#36458] diff --git a/projects/plugins/mu-wpcom-plugin/changelog/add-verbum-settings b/projects/plugins/mu-wpcom-plugin/changelog/add-verbum-settings deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/mu-wpcom-plugin/changelog/add-verbum-settings +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/mu-wpcom-plugin/composer.json b/projects/plugins/mu-wpcom-plugin/composer.json index d99de8c1093b0..dac4422df7a7e 100644 --- a/projects/plugins/mu-wpcom-plugin/composer.json +++ b/projects/plugins/mu-wpcom-plugin/composer.json @@ -46,6 +46,6 @@ ] }, "config": { - "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_8_alpha" + "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_8" } } diff --git a/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php b/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php index 48e4f401473d5..a8d54ad9633a6 100644 --- a/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php +++ b/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php @@ -3,7 +3,7 @@ * * Plugin Name: WordPress.com Features * Description: Test plugin for the jetpack-mu-wpcom package - * Version: 2.1.8-alpha + * Version: 2.1.8 * Author: Automattic * License: GPLv2 or later * Text Domain: jetpack-mu-wpcom-plugin diff --git a/projects/plugins/mu-wpcom-plugin/package.json b/projects/plugins/mu-wpcom-plugin/package.json index 0c0433b4f181e..d26a03d7bf6d8 100644 --- a/projects/plugins/mu-wpcom-plugin/package.json +++ b/projects/plugins/mu-wpcom-plugin/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom-plugin", - "version": "2.1.8-alpha", + "version": "2.1.8", "description": "Test plugin for the jetpack-mu-wpcom package", "homepage": "https://jetpack.com", "bugs": {