Skip to content

Commit

Permalink
Add Woo Express, Business Trial, and 100-Year plan constants (#33739)
Browse files Browse the repository at this point in the history
* Add Woo Express, Business Trial, and 100-Year plan constants

Adds constants and WPCOM plan slug definitions for recently released WPCOM plans: Woo Express Trial, Woo Express Essentials, Woo Express Essentials: Monthly, Woo Express Performance, Woo Express Performance: Monthly, WordPress.com Migration Trial, WordPress.com Business Trial, WordPress.com 100-Year Plan

* Update index.jsx

Removed commas where they shouldn't have been.

* Update index.jsx

Removed commas where they shouldn't have been

* Update index.jsx

Removed a duplicated line

* Update package versions

---------

Co-authored-by: Kuba Birecki <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6625483289
  • Loading branch information
ice9js authored and matticbot committed Oct 24, 2023
1 parent 1c9d6a3 commit 73d4b44
Show file tree
Hide file tree
Showing 8 changed files with 72 additions and 59 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"automattic/jetpack-my-jetpack": "^3.10.0-alpha",
"automattic/jetpack-sync": "^1.59.0-alpha",
"automattic/jetpack-status": "^1.18.5",
"automattic/jetpack-plans": "^0.3.4"
"automattic/jetpack-plans": "^0.3.5-alpha"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"automattic/jetpack-plugins-installer": "^0.2.5",
"automattic/jetpack-redirect": "^1.7.27",
"automattic/jetpack-constants": "^1.6.23",
"automattic/jetpack-plans": "^0.3.4"
"automattic/jetpack-plans": "^0.3.5-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-publicize/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-assets": "^1.18.13",
"automattic/jetpack-redirect": "^1.7.27",
"automattic/jetpack-plans": "^0.3.4"
"automattic/jetpack-plans": "^0.3.5-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
Expand Down
5 changes: 5 additions & 0 deletions vendor/automattic/jetpack-plans/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.5-alpha] - unreleased

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

## [0.3.4] - 2023-08-23
### Changed
- Updated package dependencies. [#32605]
Expand Down Expand Up @@ -102,6 +106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
- Moved the options class into Connection. [#24095]

[0.3.5-alpha]: https://github.com/Automattic/jetpack-plans/compare/v0.3.4...v0.3.5-alpha
[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
Expand Down
8 changes: 8 additions & 0 deletions vendor/automattic/jetpack-plans/src/class-current-plan.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@ class Current_Plan {
'ecommerce-bundle-2y',
'ecommerce-bundle-3y',
'pro-plan',
'wp_bundle_migration_trial_monthly',
'wp_bundle_hosting_trial_monthly',
'ecommerce-trial-bundle-monthly',
'wooexpress-small-bundle-yearly',
'wooexpress-small-bundle-monthly',
'wooexpress-medium-bundle-yearly',
'wooexpress-medium-bundle-monthly',
'wp_com_hundred_year_bundle_centennially',
),
'supports' => array(),
),
Expand Down
56 changes: 28 additions & 28 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats",
"reference": "6401265b17dedbd5b42516348764d984816d299d"
"reference": "fb526d7ec47dfb39b4cb3757e67340f47c91872d"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11",
Expand Down Expand Up @@ -57,7 +57,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui",
"reference": "2bfe5448e155b0748cfe5c9c70c3aca6caa80daa"
"reference": "906f8aba29fdda4d4924eaf8980fe273bea24b76"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11",
Expand Down Expand Up @@ -119,7 +119,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
"reference": "ba1d4dda9b0cfda36f3875b692195fc7de833d18"
"reference": "43c9d4a55f01ea0d1a3488a4cfbbb85435c4c3ab"
},
"require": {
"automattic/jetpack-constants": "^1.6.23"
Expand Down Expand Up @@ -187,7 +187,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-autoloader",
"reference": "64fa690b7070be6f4b493c74cd1e36662714bb1a"
"reference": "92ea9de0de878fd84cf454f1371991dc4670ae48"
},
"require": {
"composer-plugin-api": "^1.1 || ^2.0"
Expand Down Expand Up @@ -252,7 +252,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin",
"reference": "f83b835451a0a0403fd04eb135286944aa6c709e"
"reference": "54f70b70663f5ce39c1b129c6f877286e0ce9524"
},
"require": {
"composer-plugin-api": "^2.1.0"
Expand Down Expand Up @@ -311,7 +311,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-config",
"reference": "81a35b2d24d6cc672454d15286230c9d0672b7e0"
"reference": "cf4b4b8ab364e657a7e7d16709f6c2c9fbab34f3"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11"
Expand Down Expand Up @@ -353,7 +353,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-connection",
"reference": "9fe0e43a512ca92d34bfd0f74a1d2ddbe48b7e6b"
"reference": "63b9ac49bfefea7ef0e6899c49f09af020a1e210"
},
"require": {
"automattic/jetpack-a8c-mc-stats": "^1.4.22",
Expand Down Expand Up @@ -431,7 +431,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
"reference": "ede92eb404d349755c31486bf0e5b3926524eb10"
"reference": "72cee91a859d5ed4181be280504a72987085ac89"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11",
Expand Down Expand Up @@ -482,7 +482,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
"reference": "a200eb8dc783413eac4a2b89ff68d956741ad355"
"reference": "e65b3f2df4a863c5008aceeb54c2bceb1660fcc7"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11",
Expand Down Expand Up @@ -532,7 +532,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-identity-crisis",
"reference": "bd5631c493d416c0aecea7f1c918dadcced4b297"
"reference": "83c38cee6f20e8537cd3e15b91e49565705c5a3e"
},
"require": {
"automattic/jetpack-assets": "^1.18.13",
Expand Down Expand Up @@ -610,7 +610,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-ip",
"reference": "5f93a4aad36bf909167db31728fc5863cc6e26d7"
"reference": "58c7310ce16cba626904561ec62a74a2df66739a"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11",
Expand Down Expand Up @@ -665,7 +665,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-jitm",
"reference": "4d22617ef425c60989dd84e37682d97494aa26ab"
"reference": "80ad8adb448b41f99ffa76d9acd4e50efc106007"
},
"require": {
"automattic/jetpack-a8c-mc-stats": "^1.4.22",
Expand Down Expand Up @@ -740,7 +740,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-licensing",
"reference": "97e846286f4b4787aaad21344466c188fdba9f74"
"reference": "797d23aeac373c274fd555123fd57eca14d2e2da"
},
"require": {
"automattic/jetpack-connection": "^1.58.2"
Expand Down Expand Up @@ -801,7 +801,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-logo",
"reference": "8426d5693f26a11a76f983728f115f6edd45d3d5"
"reference": "9db56827178914373ba1df09230163e05f25534a"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11",
Expand Down Expand Up @@ -851,7 +851,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack",
"reference": "9fe7e16263372f6730922a6587854bbf3b1c477a"
"reference": "43c1759edd935e3e5ec0dd2eec3ab6a338f085d4"
},
"require": {
"automattic/jetpack-admin-ui": "^0.2.23",
Expand All @@ -860,7 +860,7 @@
"automattic/jetpack-constants": "^1.6.23",
"automattic/jetpack-jitm": "^2.5.1",
"automattic/jetpack-licensing": "^1.8.4",
"automattic/jetpack-plans": "^0.3.4",
"automattic/jetpack-plans": "^0.3.5-alpha",
"automattic/jetpack-plugins-installer": "^0.2.5",
"automattic/jetpack-redirect": "^1.7.27"
},
Expand Down Expand Up @@ -942,7 +942,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-partner",
"reference": "2777fc771790a45f27117c8146979a2e6840ef8c"
"reference": "d0d98f2f7920250569618aabfe9a88286e15f85b"
},
"require": {
"automattic/jetpack-connection": "^1.58.2",
Expand Down Expand Up @@ -1004,7 +1004,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-password-checker",
"reference": "da374001dfbdd0b2b9b0d15adc669a8fda43a8ac"
"reference": "f4669e249a9a010d4ea060f521a3f20196eacda4"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11",
Expand Down Expand Up @@ -1057,12 +1057,12 @@
},
{
"name": "automattic/jetpack-plans",
"version": "0.3.4",
"version_normalized": "0.3.4.0",
"version": "0.3.5-alpha.1698142714",
"version_normalized": "0.3.5.0-alpha1698142714",
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-plans",
"reference": "4d53b83bb421b0ca5bd08715a1f538b9b7658d92"
"reference": "0f758ff4add4c614a782d5420ee738c7ab1b6fdc"
},
"require": {
"automattic/jetpack-connection": "^1.58.2"
Expand Down Expand Up @@ -1129,7 +1129,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer",
"reference": "7657fdee9e9bae04d7bc11bd637cee195a1b521b"
"reference": "2c3a21334e11777dc89efe25119663911305e1e8"
},
"require": {
"automattic/jetpack-a8c-mc-stats": "^1.4.22"
Expand Down Expand Up @@ -1183,14 +1183,14 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-publicize",
"reference": "d0384ee10f58cd0eb10d55d498fb6bd6fe4873f4"
"reference": "fecde4efdfd1ef7b6346cee50b1ae08388daf7e7"
},
"require": {
"automattic/jetpack-assets": "^1.18.13",
"automattic/jetpack-autoloader": "^2.12.0",
"automattic/jetpack-config": "^1.15.4",
"automattic/jetpack-connection": "^1.58.2",
"automattic/jetpack-plans": "^0.3.4",
"automattic/jetpack-plans": "^0.3.5-alpha",
"automattic/jetpack-redirect": "^1.7.27"
},
"require-dev": {
Expand Down Expand Up @@ -1262,7 +1262,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-redirect",
"reference": "8fd2aa6e72936af3268bc7dd2fb742b070ed45ac"
"reference": "3cabe4fe5d72e80294144389332633028616607d"
},
"require": {
"automattic/jetpack-status": "^1.18.5"
Expand Down Expand Up @@ -1316,7 +1316,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-roles",
"reference": "e969bdbc3fdef475919ca073b3772d647d75248d"
"reference": "bd942b362199073ca57921c4f9736fb4d14a7e62"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11",
Expand Down Expand Up @@ -1367,7 +1367,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-status",
"reference": "7237f1152d4b1db9901e7b08a15298da364ed068"
"reference": "de4e162002b25e5da2d9ea256e6f0b60b1d4845c"
},
"require": {
"automattic/jetpack-constants": "^1.6.23"
Expand Down Expand Up @@ -1422,7 +1422,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-sync",
"reference": "34397bb63c16f9e5a64e03a29b94f35a41195fba"
"reference": "c0bf9cbcd3980a907e75672a4be0a6bd747b5f93"
},
"require": {
"automattic/jetpack-connection": "^1.58.2",
Expand Down
Loading

0 comments on commit 73d4b44

Please sign in to comment.