diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ec33d3..ba82e6dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,19 +5,20 @@ 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.0.3-alpha] - unreleased +## [4.0.4-alpha] - unreleased This is an alpha version! The changes listed here are not final. -### Changed -- My Jetpack: Change Jetpack AI insterstitial contact link to Jetpack Redirect -- My Jetpack: Link Jetpack AI Contact Us button to support email on interstitial page -- My Jetpack: Remove hardcoded tiers from Jetpack AI interstitial -- My Jetpack: Trust next tier provided by the Jetpack AI feature endpoint. - ### Fixed - My Jetpack: Fix product card menus +## [4.0.3] - 2023-11-24 +### Changed +- Changed Jetpack AI insterstitial contact link to Jetpack Redirect. [#34252] +- Link Jetpack AI Contact Us button to support email on interstitial page. [#34240] +- Removed hardcoded tiers from Jetpack AI interstitial. [#34259] +- Trust next tier provided by the Jetpack AI feature endpoint. [#34239] + ## [4.0.2] - 2023-11-21 ### Changed - Replace usage of strpos() with str_contains(). [#34137] @@ -1131,7 +1132,8 @@ This is an alpha version! The changes listed here are not final. ### Added - Created package -[4.0.3-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.0.2...4.0.3-alpha +[4.0.4-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.0.3...4.0.4-alpha +[4.0.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.0.2...4.0.3 [4.0.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.0.1...4.0.2 [4.0.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.0.0...4.0.1 [4.0.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.12.2...4.0.0 diff --git a/composer.json b/composer.json index 012aa9bf..475e7755 100644 --- a/composer.json +++ b/composer.json @@ -5,9 +5,9 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-admin-ui": "^0.3.1-alpha", + "automattic/jetpack-admin-ui": "^0.3.1", "automattic/jetpack-assets": "^2.0.1", - "automattic/jetpack-connection": "^2.0.3-alpha", + "automattic/jetpack-connection": "^2.0.3", "automattic/jetpack-jitm": "^3.0.0", "automattic/jetpack-licensing": "^2.0.1", "automattic/jetpack-plugins-installer": "^0.3.0", @@ -17,9 +17,9 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.0.3-alpha", + "automattic/jetpack-changelogger": "^4.0.3", "automattic/wordbless": "@dev", - "automattic/jetpack-videopress": "^0.21.2-alpha" + "automattic/jetpack-videopress": "^0.21.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/package.json b/package.json index 8fb8fa5a..6adf4986 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-my-jetpack", - "version": "4.0.3-alpha", + "version": "4.0.4-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 5b384c9c..0be1e50c 100644 --- a/src/class-initializer.php +++ b/src/class-initializer.php @@ -32,7 +32,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '4.0.3-alpha'; + const PACKAGE_VERSION = '4.0.4-alpha'; /** * HTML container ID for the IDC screen on My Jetpack page.