From 6a4db86d50c39ade9e54a1907fa4fc2a5ed4fd44 Mon Sep 17 00:00:00 2001 From: sdixon194 Date: Fri, 15 Dec 2023 14:43:19 -0500 Subject: [PATCH 1/2] Changelog edits. --- projects/packages/forms/CHANGELOG.md | 12 ++++++++++++ .../changelog/fix-contact-form-input-stacking | 4 ---- .../changelog/fix-contact-form-required-checkbox | 4 ---- .../changelog/update-contact-form-error-message | 4 ---- .../changelog/update-forms-lead-capture-atomic | 4 ---- projects/packages/forms/package.json | 2 +- .../packages/forms/src/class-jetpack-forms.php | 2 +- projects/packages/jetpack-mu-wpcom/CHANGELOG.md | 5 +++++ .../changelog/update-improve-wc-visibility-check | 4 ---- projects/packages/jetpack-mu-wpcom/package.json | 2 +- .../src/class-jetpack-mu-wpcom.php | 2 +- projects/packages/publicize/CHANGELOG.md | 5 +++++ .../fix-social-auto-conversion-cleanup-logic | 4 ---- projects/packages/publicize/package.json | 2 +- projects/plugins/jetpack/CHANGELOG.md | 14 ++++++++++++++ .../changelog/add-dont-email-to-subs-toggle | 4 ---- .../jetpack/changelog/add-flag-for-expired-plans | 4 ---- .../changelog/fix-correct-subs-count-with-paywall | 4 ---- .../jetpack/changelog/fix-like-block-disabled-case | 4 ---- .../plugins/jetpack/changelog/init-release-cycle | 5 ----- .../changelog/refactor-memberships-checkout-modal | 4 ---- .../changelog/remove-like-block-special-treatment | 4 ---- .../changelog/update-forms-lead-capture-atomic | 5 ----- ...update-newsletter-post-publish-initially-closed | 4 ---- projects/plugins/jetpack/composer.json | 2 +- projects/plugins/jetpack/jetpack.php | 4 ++-- projects/plugins/jetpack/package.json | 2 +- projects/plugins/mu-wpcom-plugin/CHANGELOG.md | 4 ++++ .../changelog/update-improve-wc-task-check | 4 ---- projects/plugins/mu-wpcom-plugin/composer.json | 2 +- .../plugins/mu-wpcom-plugin/mu-wpcom-plugin.php | 2 +- projects/plugins/mu-wpcom-plugin/package.json | 2 +- 32 files changed, 52 insertions(+), 78 deletions(-) delete mode 100644 projects/packages/forms/changelog/fix-contact-form-input-stacking delete mode 100644 projects/packages/forms/changelog/fix-contact-form-required-checkbox delete mode 100644 projects/packages/forms/changelog/update-contact-form-error-message delete mode 100644 projects/packages/forms/changelog/update-forms-lead-capture-atomic delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/update-improve-wc-visibility-check delete mode 100644 projects/packages/publicize/changelog/fix-social-auto-conversion-cleanup-logic delete mode 100644 projects/plugins/jetpack/changelog/add-dont-email-to-subs-toggle delete mode 100644 projects/plugins/jetpack/changelog/add-flag-for-expired-plans delete mode 100644 projects/plugins/jetpack/changelog/fix-correct-subs-count-with-paywall delete mode 100644 projects/plugins/jetpack/changelog/fix-like-block-disabled-case delete mode 100644 projects/plugins/jetpack/changelog/init-release-cycle delete mode 100644 projects/plugins/jetpack/changelog/refactor-memberships-checkout-modal delete mode 100644 projects/plugins/jetpack/changelog/remove-like-block-special-treatment delete mode 100644 projects/plugins/jetpack/changelog/update-forms-lead-capture-atomic delete mode 100644 projects/plugins/jetpack/changelog/update-newsletter-post-publish-initially-closed delete mode 100644 projects/plugins/mu-wpcom-plugin/changelog/update-improve-wc-task-check diff --git a/projects/packages/forms/CHANGELOG.md b/projects/packages/forms/CHANGELOG.md index 321ab1269b0c6..e0fffc25193ed 100644 --- a/projects/packages/forms/CHANGELOG.md +++ b/projects/packages/forms/CHANGELOG.md @@ -5,6 +5,17 @@ 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.27.0] - 2023-12-15 +### Added +- Contact Form: improve form error message [#34629] + +### Changed +- Form block: hide 'lead capture' variation for WP.com Atomic sites [#34615] + +### Fixed +- Contact Form: add missing Required toolbar button to Checkbox field [#34630] +- Contact Form: align half-width fields on same row [#34632] + ## [0.26.0] - 2023-12-14 ### Added - Contact Form: build JS assets [#34622] @@ -423,6 +434,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a new jetpack/forms package [#28409] - Added a public load_contact_form method for initializing the contact form module. [#28416] +[0.27.0]: https://github.com/automattic/jetpack-forms/compare/v0.26.0...v0.27.0 [0.26.0]: https://github.com/automattic/jetpack-forms/compare/v0.25.0...v0.26.0 [0.25.0]: https://github.com/automattic/jetpack-forms/compare/v0.24.2...v0.25.0 [0.24.2]: https://github.com/automattic/jetpack-forms/compare/v0.24.1...v0.24.2 diff --git a/projects/packages/forms/changelog/fix-contact-form-input-stacking b/projects/packages/forms/changelog/fix-contact-form-input-stacking deleted file mode 100644 index 923721036f672..0000000000000 --- a/projects/packages/forms/changelog/fix-contact-form-input-stacking +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Contact Form: align half-width fields on same row diff --git a/projects/packages/forms/changelog/fix-contact-form-required-checkbox b/projects/packages/forms/changelog/fix-contact-form-required-checkbox deleted file mode 100644 index 3bbb2d15c2d51..0000000000000 --- a/projects/packages/forms/changelog/fix-contact-form-required-checkbox +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Contact Form: add missing Required toolbar button to Checkbox field diff --git a/projects/packages/forms/changelog/update-contact-form-error-message b/projects/packages/forms/changelog/update-contact-form-error-message deleted file mode 100644 index 8f004a7a1d487..0000000000000 --- a/projects/packages/forms/changelog/update-contact-form-error-message +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Contact Form: improve form error message diff --git a/projects/packages/forms/changelog/update-forms-lead-capture-atomic b/projects/packages/forms/changelog/update-forms-lead-capture-atomic deleted file mode 100644 index 07395a08595e0..0000000000000 --- a/projects/packages/forms/changelog/update-forms-lead-capture-atomic +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Form block: hide 'lead capture' variation for WP.com Atomic sites diff --git a/projects/packages/forms/package.json b/projects/packages/forms/package.json index 7b0c0f99f9740..d0e2b3923420b 100644 --- a/projects/packages/forms/package.json +++ b/projects/packages/forms/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-forms", - "version": "0.27.0-alpha", + "version": "0.27.0", "description": "Jetpack Forms", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/forms/#readme", "bugs": { diff --git a/projects/packages/forms/src/class-jetpack-forms.php b/projects/packages/forms/src/class-jetpack-forms.php index f9538d8116611..335f543f58f51 100644 --- a/projects/packages/forms/src/class-jetpack-forms.php +++ b/projects/packages/forms/src/class-jetpack-forms.php @@ -15,7 +15,7 @@ */ class Jetpack_Forms { - const PACKAGE_VERSION = '0.27.0-alpha'; + const PACKAGE_VERSION = '0.27.0'; /** * Load the contact form module. diff --git a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md b/projects/packages/jetpack-mu-wpcom/CHANGELOG.md index 4b6f537c6abc9..3015f1182c44b 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.5.0] - 2023-12-15 +### Changed +- Updates the WC visibility check to use the `is_plugin_active` function. [#34648] + ## [5.4.0] - 2023-12-14 ### Added - Add the Sensei and WooCommerce Setup Task, to allow us to retire the old checklist card. [#34551] [#34564] @@ -483,6 +487,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Testing initial package release. +[5.5.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.4.0...v5.5.0 [5.4.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.3.0...v5.4.0 [5.3.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.2.0...v5.3.0 [5.2.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.1.1...v5.2.0 diff --git a/projects/packages/jetpack-mu-wpcom/changelog/update-improve-wc-visibility-check b/projects/packages/jetpack-mu-wpcom/changelog/update-improve-wc-visibility-check deleted file mode 100644 index 6e0b2ebb79075..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/update-improve-wc-visibility-check +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Updates the WC visibility check to use the `is_plugin_active` function. diff --git a/projects/packages/jetpack-mu-wpcom/package.json b/projects/packages/jetpack-mu-wpcom/package.json index c71f80eb77761..5b0a64be0e253 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.5.0-alpha", + "version": "5.5.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 6da511cfadc47..1acadd5ee6953 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 @@ -14,7 +14,7 @@ */ class Jetpack_Mu_Wpcom { - const PACKAGE_VERSION = '5.5.0-alpha'; + const PACKAGE_VERSION = '5.5.0'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__; diff --git a/projects/packages/publicize/CHANGELOG.md b/projects/packages/publicize/CHANGELOG.md index a2411025bce43..a6c483acdd927 100644 --- a/projects/packages/publicize/CHANGELOG.md +++ b/projects/packages/publicize/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.38.2] - 2023-12-15 +### Fixed +- Social: Fixed issue with auto-conversion option logic. [#34666] + ## [0.38.1] - 2023-12-14 ### Fixed - Fixed Jetpack Social scheduled post messaging. [#34182] @@ -439,6 +443,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Update package.json metadata. +[0.38.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.38.1...v0.38.2 [0.38.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.38.0...v0.38.1 [0.38.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.37.2...v0.38.0 [0.37.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.37.1...v0.37.2 diff --git a/projects/packages/publicize/changelog/fix-social-auto-conversion-cleanup-logic b/projects/packages/publicize/changelog/fix-social-auto-conversion-cleanup-logic deleted file mode 100644 index 8b0b69ac8dad1..0000000000000 --- a/projects/packages/publicize/changelog/fix-social-auto-conversion-cleanup-logic +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Social: Fixed issue with auto-conversion option logic diff --git a/projects/packages/publicize/package.json b/projects/packages/publicize/package.json index 6f38ad468f2c8..82603dc563810 100644 --- a/projects/packages/publicize/package.json +++ b/projects/packages/publicize/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-publicize", - "version": "0.38.2-alpha", + "version": "0.38.2", "description": "Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/publicize/#readme", "bugs": { diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index 3edc6f69ff27f..48182e5cda1c6 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -2,6 +2,20 @@ ### This is a list detailing changes for all Jetpack releases. +## 13.0-a.5 - 2023-12-15 +### Enhancements +- Subscriptions: adds toggle to disable email sending. [#34592] + +### Bug fixes +- Subscribers: pre/post-publish panel, show correct subscription count when using paywall. [#34643] + +### Other changes +- Add a flag for sites that have upgraded from the ecommerce trial. [#34597] +- Like block (beta): Make sure the block is not available when the Likes module or Likes / Reblog site options are disabled. [#34639] +- Like block (beta): remove the condition that decided whether to display Like block or Like widget. [#34650] +- Newsletter post-publish panel: closed initially [#34663] +- Refactor checkout modal to be more performant. [#34412] + ## 13.0-a.3 - 2023-12-14 ### Improved compatibility - Contact Form: avoid PHP warnings in the WordPress dashboard when used alongside other plugins making changes to admin pages. [#34576] diff --git a/projects/plugins/jetpack/changelog/add-dont-email-to-subs-toggle b/projects/plugins/jetpack/changelog/add-dont-email-to-subs-toggle deleted file mode 100644 index 9dfc0770aedae..0000000000000 --- a/projects/plugins/jetpack/changelog/add-dont-email-to-subs-toggle +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Subscriptions: adds toggle to disable email sending diff --git a/projects/plugins/jetpack/changelog/add-flag-for-expired-plans b/projects/plugins/jetpack/changelog/add-flag-for-expired-plans deleted file mode 100644 index 527f9b20f83ac..0000000000000 --- a/projects/plugins/jetpack/changelog/add-flag-for-expired-plans +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Add a flag for sites that have upgraded from the ecommerce trial diff --git a/projects/plugins/jetpack/changelog/fix-correct-subs-count-with-paywall b/projects/plugins/jetpack/changelog/fix-correct-subs-count-with-paywall deleted file mode 100644 index a2cd9becfaefa..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-correct-subs-count-with-paywall +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Subscribers: pre/post-publish panel, correct subs count with paywall diff --git a/projects/plugins/jetpack/changelog/fix-like-block-disabled-case b/projects/plugins/jetpack/changelog/fix-like-block-disabled-case deleted file mode 100644 index 3c5765ea02b1c..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-like-block-disabled-case +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Like block (beta): Make sure the block is not available when the Likes module or Likes / Reblog site options are disabled diff --git a/projects/plugins/jetpack/changelog/init-release-cycle b/projects/plugins/jetpack/changelog/init-release-cycle deleted file mode 100644 index 06b955f2f3d7b..0000000000000 --- a/projects/plugins/jetpack/changelog/init-release-cycle +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Init 13.0-a.4 - - diff --git a/projects/plugins/jetpack/changelog/refactor-memberships-checkout-modal b/projects/plugins/jetpack/changelog/refactor-memberships-checkout-modal deleted file mode 100644 index a9cbe888c6ace..0000000000000 --- a/projects/plugins/jetpack/changelog/refactor-memberships-checkout-modal +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Refactor checkout modal to be more performant. diff --git a/projects/plugins/jetpack/changelog/remove-like-block-special-treatment b/projects/plugins/jetpack/changelog/remove-like-block-special-treatment deleted file mode 100644 index 98aa6794772fe..0000000000000 --- a/projects/plugins/jetpack/changelog/remove-like-block-special-treatment +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Like block (beta): remove the condition that decided whether to display Like block or Like widget diff --git a/projects/plugins/jetpack/changelog/update-forms-lead-capture-atomic b/projects/plugins/jetpack/changelog/update-forms-lead-capture-atomic deleted file mode 100644 index a1c1831fa1ef7..0000000000000 --- a/projects/plugins/jetpack/changelog/update-forms-lead-capture-atomic +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Updated composer.lock. - - diff --git a/projects/plugins/jetpack/changelog/update-newsletter-post-publish-initially-closed b/projects/plugins/jetpack/changelog/update-newsletter-post-publish-initially-closed deleted file mode 100644 index 0ba619ebccf52..0000000000000 --- a/projects/plugins/jetpack/changelog/update-newsletter-post-publish-initially-closed +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Newsletter post-publish panel: closed initially diff --git a/projects/plugins/jetpack/composer.json b/projects/plugins/jetpack/composer.json index af1530aaa72cb..3bf070633f52c 100644 --- a/projects/plugins/jetpack/composer.json +++ b/projects/plugins/jetpack/composer.json @@ -103,7 +103,7 @@ "platform": { "ext-intl": "0.0.0" }, - "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_0_a_4", + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_0_a_5", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true diff --git a/projects/plugins/jetpack/jetpack.php b/projects/plugins/jetpack/jetpack.php index 3532590e34b71..ee6af13c232ce 100644 --- a/projects/plugins/jetpack/jetpack.php +++ b/projects/plugins/jetpack/jetpack.php @@ -4,7 +4,7 @@ * Plugin URI: https://jetpack.com * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things. * Author: Automattic - * Version: 13.0-a.4 + * Version: 13.0-a.5 * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -34,7 +34,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '6.3' ); define( 'JETPACK__MINIMUM_PHP_VERSION', '7.0' ); -define( 'JETPACK__VERSION', '13.0-a.4' ); +define( 'JETPACK__VERSION', '13.0-a.5' ); /** * Constant used to fetch the connection owner token diff --git a/projects/plugins/jetpack/package.json b/projects/plugins/jetpack/package.json index ebf7aac2050b1..42430c0d068ae 100644 --- a/projects/plugins/jetpack/package.json +++ b/projects/plugins/jetpack/package.json @@ -1,6 +1,6 @@ { "name": "Jetpack", - "version": "13.0.0-a.4", + "version": "13.0.0-a.5", "private": true, "description": "[Jetpack](https://jetpack.com/) is a WordPress plugin that supercharges your self-hosted WordPress site with the awesome cloud power of [WordPress.com](https://wordpress.com).", "homepage": "https://jetpack.com", diff --git a/projects/plugins/mu-wpcom-plugin/CHANGELOG.md b/projects/plugins/mu-wpcom-plugin/CHANGELOG.md index 38b0e91af3ddc..cf03fdd0741ca 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.0.7 - 2023-12-15 +### Changed +- Version bump [#34648] + ## 2.0.6 - 2023-12-14 ### Changed - Updated package dependencies. [#34559] diff --git a/projects/plugins/mu-wpcom-plugin/changelog/update-improve-wc-task-check b/projects/plugins/mu-wpcom-plugin/changelog/update-improve-wc-task-check deleted file mode 100644 index eab35ee7294c2..0000000000000 --- a/projects/plugins/mu-wpcom-plugin/changelog/update-improve-wc-task-check +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Version bump diff --git a/projects/plugins/mu-wpcom-plugin/composer.json b/projects/plugins/mu-wpcom-plugin/composer.json index 9b99c8d5771eb..cf0f40a49f28b 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_0_7_alpha" + "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_7" } } diff --git a/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php b/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php index 78914760de4a9..91766da164c02 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.0.7-alpha + * Version: 2.0.7 * 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 7af7e85494b95..f63b4681a029a 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.0.7-alpha", + "version": "2.0.7", "description": "Test plugin for the jetpack-mu-wpcom package", "homepage": "https://jetpack.com", "bugs": { From 057e6514cf52987327ded603cb87b7b9dc1bfaed Mon Sep 17 00:00:00 2001 From: sdixon194 Date: Fri, 15 Dec 2023 14:57:40 -0500 Subject: [PATCH 2/2] Init new cycle --- projects/plugins/jetpack/changelog/init-release-cycle | 5 +++++ projects/plugins/jetpack/composer.json | 2 +- projects/plugins/jetpack/jetpack.php | 4 ++-- projects/plugins/jetpack/package.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 projects/plugins/jetpack/changelog/init-release-cycle diff --git a/projects/plugins/jetpack/changelog/init-release-cycle b/projects/plugins/jetpack/changelog/init-release-cycle new file mode 100644 index 0000000000000..a3761baf33535 --- /dev/null +++ b/projects/plugins/jetpack/changelog/init-release-cycle @@ -0,0 +1,5 @@ +Significance: patch +Type: other +Comment: Init 13.0-a.6 + + diff --git a/projects/plugins/jetpack/composer.json b/projects/plugins/jetpack/composer.json index 3bf070633f52c..b3b05ffc0caba 100644 --- a/projects/plugins/jetpack/composer.json +++ b/projects/plugins/jetpack/composer.json @@ -103,7 +103,7 @@ "platform": { "ext-intl": "0.0.0" }, - "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_0_a_5", + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_0_a_6", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true diff --git a/projects/plugins/jetpack/jetpack.php b/projects/plugins/jetpack/jetpack.php index ee6af13c232ce..7a57ddd5294f0 100644 --- a/projects/plugins/jetpack/jetpack.php +++ b/projects/plugins/jetpack/jetpack.php @@ -4,7 +4,7 @@ * Plugin URI: https://jetpack.com * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things. * Author: Automattic - * Version: 13.0-a.5 + * Version: 13.0-a.6 * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -34,7 +34,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '6.3' ); define( 'JETPACK__MINIMUM_PHP_VERSION', '7.0' ); -define( 'JETPACK__VERSION', '13.0-a.5' ); +define( 'JETPACK__VERSION', '13.0-a.6' ); /** * Constant used to fetch the connection owner token diff --git a/projects/plugins/jetpack/package.json b/projects/plugins/jetpack/package.json index 42430c0d068ae..788dc610fd45f 100644 --- a/projects/plugins/jetpack/package.json +++ b/projects/plugins/jetpack/package.json @@ -1,6 +1,6 @@ { "name": "Jetpack", - "version": "13.0.0-a.5", + "version": "13.0.0-a.6", "private": true, "description": "[Jetpack](https://jetpack.com/) is a WordPress plugin that supercharges your self-hosted WordPress site with the awesome cloud power of [WordPress.com](https://wordpress.com).", "homepage": "https://jetpack.com",