Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored and matticbot committed Feb 24, 2025
1 parent fecf361 commit e66e3e4
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 42 deletions.
31 changes: 14 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,25 @@ 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-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [5.5.0] - 2025-02-24
### Changed
- allow users to manage user connection in My Jetpack
- Move backup endpoint to product class
- Update package dependencies.
- Allow users to manage user connection in My Jetpack. [#41398]
- Move backup endpoint to product class. [#41730]
- Update package dependencies. [#41955]

### Removed
- Script data: remove unused property.
- Script data: Remove unused property. [#41890]

### Fixed
- Code: Prevent dynamic class properties.
- fix My Jetpack display for non-admin users
- Improve accessibility for product card actions with ARIA labelling
- Increase product card status contrast ratio
- Move product card status before action for screen readers
- Code: Prevent dynamic class properties. [#41857]
- Fix My Jetpack display for non-admin users. [#41398]
- Improve accessibility for product card actions with ARIA labelling. [#41896]
- Increase product card status contrast ratio. [#41896]
- Move product card status before action for screen readers. [#41896]

## [5.4.5] - 2025-02-17
### Changed
- Social | Updated manage module link to point to the new Social admin page. [#41741]
- Social: Update manage module link to point to the new Social admin page. [#41741]

## [5.4.4] - 2025-02-12
### Changed
Expand All @@ -46,7 +43,7 @@ This is an alpha version! The changes listed here are not final.

### Changed
- Cache calls to backup API in My Jetpack. [#41608]
- Updated package dependencies. [#41491] [#41577]
- Update package dependencies. [#41491] [#41577]
- Update the unowned section from a product grid to a product list. [#41312]

### Fixed
Expand All @@ -59,7 +56,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Make Action Button component more reusable. [#41361]
- Replace Jetpack AI upgrade page with a modal. [#41301]
- Updated package dependencies. [#41286]
- Update package dependencies. [#41286]
- Update My Jetpack interstitial modal with new styles and layout. [#41300]

### Fixed
Expand Down Expand Up @@ -1984,7 +1981,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[5.5.0-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.4.5...5.5.0-alpha
[5.5.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.4.5...5.5.0
[5.4.5]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.4.4...5.4.5
[5.4.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.4.3...5.4.4
[5.4.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.4.2...5.4.3
Expand Down
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-admin-ui": "^0.5.2",
"automattic/jetpack-assets": "^4.0.8-alpha",
"automattic/jetpack-boost-speed-score": "^0.4.2-alpha",
"automattic/jetpack-connection": "^6.6.0-alpha",
"automattic/jetpack-explat": "^0.2.7",
"automattic/jetpack-jitm": "^4.1.1-alpha",
"automattic/jetpack-licensing": "^3.0.4",
"automattic/jetpack-plugins-installer": "^0.5.0",
"automattic/jetpack-redirect": "^3.0.1",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-plans": "^0.5.2",
"automattic/jetpack-status": "^5.0.4-alpha",
"automattic/jetpack-sync": "^4.8.2-alpha",
"automattic/jetpack-protect-status": "^0.5.1"
"automattic/jetpack-admin-ui": "^0.5.3",
"automattic/jetpack-assets": "^4.0.8",
"automattic/jetpack-boost-speed-score": "^0.4.2",
"automattic/jetpack-connection": "^6.6.0",
"automattic/jetpack-explat": "^0.2.8",
"automattic/jetpack-jitm": "^4.1.1",
"automattic/jetpack-licensing": "^3.0.5",
"automattic/jetpack-plugins-installer": "^0.5.1",
"automattic/jetpack-redirect": "^3.0.2",
"automattic/jetpack-constants": "^3.0.2",
"automattic/jetpack-plans": "^0.5.3",
"automattic/jetpack-status": "^5.0.4",
"automattic/jetpack-sync": "^4.8.2",
"automattic/jetpack-protect-status": "^0.5.2"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^6.0.0-alpha",
"automattic/jetpack-changelogger": "^6.0.0",
"automattic/jetpack-test-environment": "@dev"
},
"suggest": {
Expand Down
18 changes: 9 additions & 9 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": "5.5.0-alpha",
"version": "5.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 @@ -23,15 +23,15 @@
"test-coverage": "pnpm run test --coverage"
},
"dependencies": {
"@automattic/babel-plugin-replace-textdomain": "^1.0.42",
"@automattic/babel-plugin-replace-textdomain": "^1.0.43",
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-analytics": "^0.1.35",
"@automattic/jetpack-api": "^0.19.0-alpha",
"@automattic/jetpack-base-styles": "^0.6.42",
"@automattic/jetpack-boost-score-api": "^0.1.56",
"@automattic/jetpack-components": "^0.67.1-alpha",
"@automattic/jetpack-connection": "^0.37.0-alpha",
"@automattic/jetpack-explat": "^0.2.7",
"@automattic/jetpack-analytics": "^0.1.36",
"@automattic/jetpack-api": "^0.19.0",
"@automattic/jetpack-base-styles": "^0.6.43",
"@automattic/jetpack-boost-score-api": "^0.1.57",
"@automattic/jetpack-components": "^0.67.1",
"@automattic/jetpack-connection": "^0.37.0",
"@automattic/jetpack-explat": "^0.2.8",
"@automattic/jetpack-licensing": "workspace:*",
"@tanstack/react-query": "5.20.5",
"@wordpress/api-fetch": "7.17.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 @@ -41,7 +41,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '5.5.0-alpha';
const PACKAGE_VERSION = '5.5.0';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down

0 comments on commit e66e3e4

Please sign in to comment.