Skip to content

Commit

Permalink
MyJetpack: Add jetpack-plans dependency (#33706)
Browse files Browse the repository at this point in the history
* add jetpack-plans dependency

* changelog

* fix versions on all proyects after adding new dependency to my-jetpack

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6588087043
  • Loading branch information
CGastrell authored and matticbot committed Oct 20, 2023
1 parent deeb901 commit 55008fb
Show file tree
Hide file tree
Showing 17 changed files with 1,225 additions and 86 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"automattic/jetpack-config": "^1.15.4",
"automattic/jetpack-connection": "^1.58.2",
"automattic/jetpack-identity-crisis": "^0.11.1",
"automattic/jetpack-my-jetpack": "^3.9.1",
"automattic/jetpack-my-jetpack": "^3.10.0-alpha",
"automattic/jetpack-search": "^0.39.3-alpha",
"automattic/jetpack-stats": "^0.6.6-alpha",
"automattic/jetpack-status": "^1.18.5",
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-my-jetpack/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).

## [3.10.0-alpha] - unreleased

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

### Added
- Add jetpack-plans dependency. It will be use to restore the reverted change on #33410

## [3.9.1] - 2023-10-19
### Changed
- Make has_required_plan return true (as it was before #33410) as a way to revert the change. [#33697]
Expand Down Expand Up @@ -1069,6 +1076,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created package

[3.10.0-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.9.1...3.10.0-alpha
[3.9.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.9.0...3.9.1
[3.9.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.8.2...3.9.0
[3.8.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.8.1...3.8.2
Expand Down
5 changes: 3 additions & 2 deletions jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"automattic/jetpack-licensing": "^1.8.4",
"automattic/jetpack-plugins-installer": "^0.2.5",
"automattic/jetpack-redirect": "^1.7.27",
"automattic/jetpack-constants": "^1.6.23"
"automattic/jetpack-constants": "^1.6.23",
"automattic/jetpack-plans": "^0.3.4"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
Expand Down Expand Up @@ -65,7 +66,7 @@
"link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
},
"branch-alias": {
"dev-trunk": "3.9.x-dev"
"dev-trunk": "3.10.x-dev"
},
"version-constants": {
"::PACKAGE_VERSION": "src/class-initializer.php"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '3.9.1';
const PACKAGE_VERSION = '3.10.0-alpha';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-search/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"automattic/jetpack-constants": "^1.6.23",
"automattic/jetpack-status": "^1.18.5",
"automattic/jetpack-config": "^1.15.4",
"automattic/jetpack-my-jetpack": "^3.9.1"
"automattic/jetpack-my-jetpack": "^3.10.0-alpha"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
'ver' => '3.9.1',
'ver' => '3.10.0-alpha1697806960',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand Down
124 changes: 124 additions & 0 deletions vendor/automattic/jetpack-plans/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
# Changelog

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).

## [0.3.4] - 2023-08-23
### Changed
- Updated package dependencies. [#32605]

## [0.3.3] - 2023-06-19
### Added
- Add the Advanced SEO feature to the list of free features. [#31213]

## [0.3.2] - 2023-06-12
### Changed
- Remove Jetpack-the-plugin dependencies from Current Plan class. [#31207]

## [0.3.1] - 2023-06-05
### Fixed
- Revert gating removal for simple payments [#31067]

## [0.3.0] - 2023-05-11
### Changed
- Make Earn products free for all Jetpack plans [#30432]

## [0.2.12] - 2023-05-08
### Changed
- Make Premium Content accessible on Free plans. [#30398]

## [0.2.11] - 2023-04-10
### Added
- Add Jetpack Autoloader package suggestion. [#29988]

## [0.2.10] - 2023-02-20
### Changed
- Minor internal updates.

## [0.2.9] - 2023-01-25
### Changed
- Minor internal updates.

## [0.2.8] - 2022-12-02
### Changed
- Updated package dependencies. [#27688]

## [0.2.7] - 2022-11-22
### Changed
- Updated package dependencies. [#27043]

## [0.2.6] - 2022-11-07
### Changed
- Updated package dependencies. [#27278]

## [0.2.5] - 2022-10-25
### Changed
- Updated package dependencies. [#26705]

## [0.2.4] - 2022-09-20
### Changed
- Updated package dependencies.

## [0.2.3] - 2022-09-08
### Changed
- Updated package dependencies.

## [0.2.2] - 2022-08-30
### Changed
- Updated package dependencies. [#25694]

## [0.2.1] - 2022-08-23
### Changed
- Updated package dependencies. [#25628]

## [0.2.0] - 2022-08-16
### Added
- Tweaked the supports method of the plans package to refresh the plan data. [#25347]

## [0.1.3] - 2022-08-03
### Changed
- Updated package dependencies. [#25300, #25315]

## [0.1.2] - 2022-07-26
### Changed
- Add mirror repository information to package info. [#25142]
- Updated package dependencies. [#25158]

## 0.1.1 - 2022-07-19
### Changed
- Updated package dependencies.

## 0.1.0 - 2022-07-06
### Added
- Add support for WordPress.com Starter plan. [#24496]
- Package created. [#23503]

### Changed
- Renaming master to trunk. [#24661]
- Updated package dependencies.

### Deprecated
- Moved the options class into Connection. [#24095]

[0.3.4]: https://github.com/Automattic/jetpack-plans/compare/v0.3.3...v0.3.4
[0.3.3]: https://github.com/Automattic/jetpack-plans/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/Automattic/jetpack-plans/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/Automattic/jetpack-plans/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/Automattic/jetpack-plans/compare/v0.2.12...v0.3.0
[0.2.12]: https://github.com/Automattic/jetpack-plans/compare/v0.2.11...v0.2.12
[0.2.11]: https://github.com/Automattic/jetpack-plans/compare/v0.2.10...v0.2.11
[0.2.10]: https://github.com/Automattic/jetpack-plans/compare/v0.2.9...v0.2.10
[0.2.9]: https://github.com/Automattic/jetpack-plans/compare/v0.2.8...v0.2.9
[0.2.8]: https://github.com/Automattic/jetpack-plans/compare/v0.2.7...v0.2.8
[0.2.7]: https://github.com/Automattic/jetpack-plans/compare/v0.2.6...v0.2.7
[0.2.6]: https://github.com/Automattic/jetpack-plans/compare/v0.2.5...v0.2.6
[0.2.5]: https://github.com/Automattic/jetpack-plans/compare/v0.2.4...v0.2.5
[0.2.4]: https://github.com/Automattic/jetpack-plans/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/Automattic/jetpack-plans/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/Automattic/jetpack-plans/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/Automattic/jetpack-plans/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/Automattic/jetpack-plans/compare/v0.1.3...v0.2.0
[0.1.3]: https://github.com/Automattic/jetpack-plans/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/Automattic/jetpack-plans/compare/v0.1.1...v0.1.2
Loading

0 comments on commit 55008fb

Please sign in to comment.