Skip to content

Commit

Permalink
Backport mu-wpcom-plugin 2.0.12, jetpack 13.0-beta Changes (#34894)
Browse files Browse the repository at this point in the history
* Changelog and readme.txt edits.

* Amend readme.txt

* Init new cycle

* Version bumps

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7453065984
  • Loading branch information
anomiex authored and matticbot committed Jan 8, 2024
1 parent e9ea4fa commit 427114a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
16 changes: 9 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@ 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).

## [4.3.0-alpha] - unreleased
## [4.3.1-alpha] - unreleased

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

## [4.3.0] - 2024-01-08
### Added
- add a check to determine if a user is "new" to Jetpack
- Add to the Welcome banner in My Jetpack a button that links to the connection screen. Making it easier for user to find that page.
- Add a check to determine if a user is "new" to Jetpack. [#34821]
- Add a button that links to the connection screen to the Welcome Banner in My Jetpack. [#34858]

### Changed
- Add a product interstiail in My Jetpack for stats
- Added an image to Social interstitial
- update Akismet card on My Jetpack to go to interstitial screen when there is no API key
- Add a product interstitial in My Jetpack for stats. [#34772]
- Added an image to Social interstitial. [#34814]
- Update Akismet card on My Jetpack to go to interstitial screen when there is no API key. [#34817]

## [4.2.1] - 2024-01-04
### Changed
Expand Down Expand Up @@ -1186,7 +1187,8 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[4.3.0-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.2.1...4.3.0-alpha
[4.3.1-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.3.0...4.3.1-alpha
[4.3.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.2.1...4.3.0
[4.2.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.2.0...4.2.1
[4.2.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.1.4...4.2.0
[4.1.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.1.3...4.1.4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.5",
"automattic/wordbless": "@dev",
"automattic/jetpack-videopress": "^0.22.0-alpha"
"automattic/jetpack-videopress": "^0.22.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
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": "4.3.0-alpha",
"version": "4.3.1-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 @@ -33,7 +33,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '4.3.0-alpha';
const PACKAGE_VERSION = '4.3.1-alpha';

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

0 comments on commit 427114a

Please sign in to comment.