Skip to content

Commit

Permalink
Changelog edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Sep 19, 2023
1 parent 2dcec63 commit 305184d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 19 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/class-initializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 305184d

Please sign in to comment.