Skip to content

Commit

Permalink
Backport jetpack 14.3-beta Changes (#41514)
Browse files Browse the repository at this point in the history
* Changelog and readme.txt edits.

* Amend readme.txt

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13121875838

Upstream-Ref: Automattic/jetpack@99f565c
  • Loading branch information
tbradsha authored and matticbot committed Feb 3, 2025
1 parent 939e64e commit d528e53
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 29 deletions.
25 changes: 11 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,27 @@ 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.4.1-alpha] - unreleased

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

## [5.4.1] - 2025-02-03
### Added
- My Jetpack: Add red bubble and notice when pain plan is missing plugin.
- My Jetpack: Add red bubble and notice when pain plan is missing plugin. [#41013]

### Changed
- Make Action Button component more reusable
- Replacing Jetpack AI upgrade page with a modal.
- Updated package dependencies.
- Updating My Jetpack interstitial modal with new styles and layout.
- Make Action Button component more reusable. [#41361]
- Replace Jetpack AI upgrade page with a modal. [#41301]
- Updated package dependencies. [#41286]
- Update My Jetpack interstitial modal with new styles and layout. [#41300]

### Fixed
- AI: avoid using relative URLs in admin URLs, to support sites where WordPress is installed in a subdirectory.
- Code: Remove extra params on function calls.
- My Jetpack: fix secondary action of Protect card when plugin is not installed.
- AI: Avoid using relative URLs in admin URLs to support sites where WordPress is installed in a subdirectory. [#41459]
- Code: Remove extra params on function calls. [#41263]
- My Jetpack: Fix secondary action of Protect card when plugin is not installed. [#41347]

## [5.4.0] - 2025-01-23
### Added
- Adding new modal based interstitial component. [#40945]

### Fixed
- Fix bug where My Jetpack would throw critical error if only a standalone plugin is not installed [#41192]
- Fix bug where My Jetpack would throw critical error if only a standalone plugin is not installed. [#41192]

## [5.3.3] - 2025-01-20
### Added
Expand Down Expand Up @@ -1940,7 +1937,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[5.4.1-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.4.0...5.4.1-alpha
[5.4.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.4.0...5.4.1
[5.4.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.3.3...5.4.0
[5.3.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.3.2...5.3.3
[5.3.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.3.1...5.3.2
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-admin-ui": "^0.5.2-alpha",
"automattic/jetpack-assets": "^4.0.4-alpha",
"automattic/jetpack-admin-ui": "^0.5.2",
"automattic/jetpack-assets": "^4.0.4",
"automattic/jetpack-boost-speed-score": "^0.4.1",
"automattic/jetpack-connection": "^6.3.2-alpha",
"automattic/jetpack-explat": "^0.2.5-alpha",
"automattic/jetpack-jitm": "^4.0.5-alpha",
"automattic/jetpack-licensing": "^3.0.4-alpha",
"automattic/jetpack-connection": "^6.3.2",
"automattic/jetpack-explat": "^0.2.5",
"automattic/jetpack-jitm": "^4.0.5",
"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-alpha",
"automattic/jetpack-status": "^5.0.3-alpha",
"automattic/jetpack-sync": "^4.6.0-alpha",
"automattic/jetpack-protect-status": "^0.4.3-alpha"
"automattic/jetpack-plans": "^0.5.2",
"automattic/jetpack-status": "^5.0.3",
"automattic/jetpack-sync": "^4.6.0",
"automattic/jetpack-protect-status": "^0.4.3"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
8 changes: 4 additions & 4 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.4.1-alpha",
"version": "5.4.1",
"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 @@ -27,10 +27,10 @@
"@automattic/jetpack-analytics": "^0.1.35",
"@automattic/jetpack-api": "^0.17.22",
"@automattic/jetpack-base-styles": "^0.6.41",
"@automattic/jetpack-boost-score-api": "^0.1.54-alpha",
"@automattic/jetpack-components": "^0.65.5-alpha",
"@automattic/jetpack-boost-score-api": "^0.1.54",
"@automattic/jetpack-components": "^0.65.5",
"@automattic/jetpack-connection": "^0.36.4",
"@automattic/jetpack-explat": "^0.2.5-alpha",
"@automattic/jetpack-explat": "^0.2.5",
"@automattic/jetpack-licensing": "workspace:*",
"@tanstack/react-query": "5.20.5",
"@wordpress/api-fetch": "7.16.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.4.1-alpha';
const PACKAGE_VERSION = '5.4.1';

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

0 comments on commit d528e53

Please sign in to comment.