Skip to content

Commit

Permalink
My Jetpack: Adding new modal interstitial (#40945)
Browse files Browse the repository at this point in the history
* My Jetpack: Adding new modal interstitial component

* changelog

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

Upstream-Ref: Automattic/jetpack@1b367b3
  • Loading branch information
grzegorz-cp authored and matticbot committed Jan 20, 2025
1 parent 83665b6 commit 37db3c9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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).

## [5.4.0-alpha] - unreleased

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

### Added
- Adding new modal based interstitial component.

## [5.3.3] - 2025-01-20
### Added
- Add caching for the red bubble alerts for My Jetpack. [#41131]
Expand Down Expand Up @@ -1915,6 +1922,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created package

[5.4.0-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.3.3...5.4.0-alpha
[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
[5.3.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.3.0...5.3.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
},
"branch-alias": {
"dev-trunk": "5.3.x-dev"
"dev-trunk": "5.4.x-dev"
},
"version-constants": {
"::PACKAGE_VERSION": "src/class-initializer.php"
Expand Down
2 changes: 1 addition & 1 deletion 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.3.3",
"version": "5.4.0-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": {
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.3.3';
const PACKAGE_VERSION = '5.4.0-alpha';

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

0 comments on commit 37db3c9

Please sign in to comment.