Skip to content

Commit

Permalink
Backport mu-wpcom-plugin 2.0.2, jetpack 12.9-a.11 Changes (#34298)
Browse files Browse the repository at this point in the history
* Add changelogs

* Changelog edits.

* Version bumps

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7009588293
  • Loading branch information
anomiex authored and matticbot committed Nov 27, 2023
1 parent d4a42a8 commit 5b45f3c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,20 @@ 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.0.3-alpha] - unreleased
## [4.0.4-alpha] - unreleased

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

### Changed
- My Jetpack: Change Jetpack AI insterstitial contact link to Jetpack Redirect
- My Jetpack: Link Jetpack AI Contact Us button to support email on interstitial page
- My Jetpack: Remove hardcoded tiers from Jetpack AI interstitial
- My Jetpack: Trust next tier provided by the Jetpack AI feature endpoint.

### Fixed
- My Jetpack: Fix product card menus

## [4.0.3] - 2023-11-24
### Changed
- Changed Jetpack AI insterstitial contact link to Jetpack Redirect. [#34252]
- Link Jetpack AI Contact Us button to support email on interstitial page. [#34240]
- Removed hardcoded tiers from Jetpack AI interstitial. [#34259]
- Trust next tier provided by the Jetpack AI feature endpoint. [#34239]

## [4.0.2] - 2023-11-21
### Changed
- Replace usage of strpos() with str_contains(). [#34137]
Expand Down Expand Up @@ -1131,7 +1132,8 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[4.0.3-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.0.2...4.0.3-alpha
[4.0.4-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.0.3...4.0.4-alpha
[4.0.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.0.2...4.0.3
[4.0.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.0.1...4.0.2
[4.0.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.0.0...4.0.1
[4.0.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.12.2...4.0.0
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-admin-ui": "^0.3.1-alpha",
"automattic/jetpack-admin-ui": "^0.3.1",
"automattic/jetpack-assets": "^2.0.1",
"automattic/jetpack-connection": "^2.0.3-alpha",
"automattic/jetpack-connection": "^2.0.3",
"automattic/jetpack-jitm": "^3.0.0",
"automattic/jetpack-licensing": "^2.0.1",
"automattic/jetpack-plugins-installer": "^0.3.0",
Expand All @@ -17,9 +17,9 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.3-alpha",
"automattic/jetpack-changelogger": "^4.0.3",
"automattic/wordbless": "@dev",
"automattic/jetpack-videopress": "^0.21.2-alpha"
"automattic/jetpack-videopress": "^0.21.2"
},
"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.0.3-alpha",
"version": "4.0.4-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 @@ -32,7 +32,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '4.0.3-alpha';
const PACKAGE_VERSION = '4.0.4-alpha';

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

0 comments on commit 5b45f3c

Please sign in to comment.