diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f21e311..241ab1cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +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). -## [3.5.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [3.5.0] - 2023-09-19 ### Changed -- Added support for upgradable products. Updated the Stats card to handle upgradeable products. -- Updated Jetpack submenu sort order so individual features are alpha-sorted. +- Added support for upgradable products. Updated the Stats card to handle upgradeable products. [#33058] +- Updated Jetpack submenu sort order so individual features are alpha-sorted. [#32958] ### Fixed -- My Jetpack: Add AI Assistant Monthly to required plan check +- My Jetpack: Add AI Assistant Monthly to required plan check [#33078] ## [3.4.5] - 2023-09-13 ### Changed @@ -1029,7 +1026,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Created package -[3.5.0-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.5...3.5.0-alpha +[3.5.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.5...3.5.0 [3.4.5]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.4...3.4.5 [3.4.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.3...3.4.4 [3.4.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.2...3.4.3 diff --git a/composer.json b/composer.json index 2b058bfa..bb81660e 100644 --- a/composer.json +++ b/composer.json @@ -4,20 +4,20 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-admin-ui": "^0.2.23-alpha", - "automattic/jetpack-assets": "^1.18.11-alpha", - "automattic/jetpack-connection": "^1.57.5-alpha", - "automattic/jetpack-jitm": "^2.3.19-alpha", - "automattic/jetpack-licensing": "^1.8.4-alpha", + "automattic/jetpack-admin-ui": "^0.2.23", + "automattic/jetpack-assets": "^1.18.11", + "automattic/jetpack-connection": "^1.57.5", + "automattic/jetpack-jitm": "^2.3.19", + "automattic/jetpack-licensing": "^1.8.4", "automattic/jetpack-plugins-installer": "^0.2.5", - "automattic/jetpack-redirect": "^1.7.27-alpha", + "automattic/jetpack-redirect": "^1.7.27", "automattic/jetpack-constants": "^1.6.23" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^3.3.9-alpha", + "automattic/jetpack-changelogger": "^3.3.9", "automattic/wordbless": "@dev", - "automattic/jetpack-videopress": "^0.17.0-alpha" + "automattic/jetpack-videopress": "^0.17.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 3b21f2d7..342b95c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-my-jetpack", - "version": "3.5.0-alpha", + "version": "3.5.0", "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": { @@ -26,7 +26,7 @@ "@automattic/jetpack-analytics": "^0.1.27", "@automattic/jetpack-api": "^0.16.2", "@automattic/jetpack-base-styles": "^0.6.9", - "@automattic/jetpack-components": "^0.42.4-alpha", + "@automattic/jetpack-components": "^0.42.4", "@automattic/jetpack-connection": "^0.29.10", "@automattic/jetpack-licensing": "workspace:*", "@wordpress/api-fetch": "6.38.0", diff --git a/src/class-initializer.php b/src/class-initializer.php index dc583392..ef17a09c 100644 --- a/src/class-initializer.php +++ b/src/class-initializer.php @@ -31,7 +31,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '3.5.0-alpha'; + const PACKAGE_VERSION = '3.5.0'; /** * HTML container ID for the IDC screen on My Jetpack page.