From 427114a774d0f366051fcbc1eb93527d0d778e1f Mon Sep 17 00:00:00 2001 From: anomiex Date: Mon, 8 Jan 2024 21:08:04 +0000 Subject: [PATCH] Backport mu-wpcom-plugin 2.0.12, jetpack 13.0-beta Changes (#34894) * Changelog and readme.txt edits. * Amend readme.txt * Init new cycle * Version bumps Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7453065984 --- CHANGELOG.md | 16 +++++++++------- composer.json | 2 +- package.json | 2 +- src/class-initializer.php | 2 +- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 198e9936..48119c49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,18 +5,19 @@ 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). -## [4.3.0-alpha] - unreleased +## [4.3.1-alpha] - unreleased This is an alpha version! The changes listed here are not final. +## [4.3.0] - 2024-01-08 ### Added -- add a check to determine if a user is "new" to Jetpack -- Add to the Welcome banner in My Jetpack a button that links to the connection screen. Making it easier for user to find that page. +- Add a check to determine if a user is "new" to Jetpack. [#34821] +- Add a button that links to the connection screen to the Welcome Banner in My Jetpack. [#34858] ### Changed -- Add a product interstiail in My Jetpack for stats -- Added an image to Social interstitial -- update Akismet card on My Jetpack to go to interstitial screen when there is no API key +- Add a product interstitial in My Jetpack for stats. [#34772] +- Added an image to Social interstitial. [#34814] +- Update Akismet card on My Jetpack to go to interstitial screen when there is no API key. [#34817] ## [4.2.1] - 2024-01-04 ### Changed @@ -1186,7 +1187,8 @@ This is an alpha version! The changes listed here are not final. ### Added - Created package -[4.3.0-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.2.1...4.3.0-alpha +[4.3.1-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.3.0...4.3.1-alpha +[4.3.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.2.1...4.3.0 [4.2.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.2.0...4.2.1 [4.2.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.1.4...4.2.0 [4.1.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.1.3...4.1.4 diff --git a/composer.json b/composer.json index 0b3e6839..7305d736 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "yoast/phpunit-polyfills": "1.1.0", "automattic/jetpack-changelogger": "^4.0.5", "automattic/wordbless": "@dev", - "automattic/jetpack-videopress": "^0.22.0-alpha" + "automattic/jetpack-videopress": "^0.22.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/package.json b/package.json index 6d2026e6..ee091238 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-my-jetpack", - "version": "4.3.0-alpha", + "version": "4.3.1-alpha", "description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/my-jetpack/#readme", "bugs": { diff --git a/src/class-initializer.php b/src/class-initializer.php index 58d4425d..b24cd6ba 100644 --- a/src/class-initializer.php +++ b/src/class-initializer.php @@ -33,7 +33,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '4.3.0-alpha'; + const PACKAGE_VERSION = '4.3.1-alpha'; /** * HTML container ID for the IDC screen on My Jetpack page.