Skip to content

Commit 4b68982

Browse files
lezamamatticbot
authored andcommitted
Forms: configure Multistep on Jetpack and WPCOM plans (#44309)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/16323001105 Upstream-Ref: Automattic/jetpack@cccc369
1 parent 5a92a31 commit 4b68982

File tree

6 files changed

+81
-75
lines changed

6 files changed

+81
-75
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This is an alpha version! The changes listed here are not final.
99
- add tracking for site settings launch action
1010
- Code editors: Added advanced code and CSS editors.
1111
- Enabled Advanced SEO features for localized version of developer.wordpress.com
12+
- Forms: Include multistep form in Jetpack and WPCOM plans.
1213

1314
### Changed
1415
- Allowing some specific users to test plugin and theme install on personal and higher plans

vendor/automattic/jetpack-plans/src/class-current-plan.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ class Current_Plan {
6363
'core/video',
6464
'core/cover',
6565
'core/audio',
66+
'multistep-form',
6667
),
6768
),
6869
'personal' => array(

vendor/composer/installed.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"dist": {
8585
"type": "path",
8686
"url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats",
87-
"reference": "d3c3965c8b541acc6646d8cc482af42ce58c0489"
87+
"reference": "e66a392ccd14e1114019e331e3529d35c76009a1"
8888
},
8989
"require": {
9090
"php": ">=7.2"
@@ -141,7 +141,7 @@
141141
"dist": {
142142
"type": "path",
143143
"url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui",
144-
"reference": "275f27b5194ea90b367600f94f397797ffb0d65a"
144+
"reference": "6e3b7fd02575c334f4db6d57b2cdba403d87f341"
145145
},
146146
"require": {
147147
"php": ">=7.2"
@@ -204,7 +204,7 @@
204204
"dist": {
205205
"type": "path",
206206
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
207-
"reference": "3ce5f8a08e7930744679811fae5a5f39292e9729"
207+
"reference": "bfdf9712464c978a9224ae49e354d262c1f5c0fd"
208208
},
209209
"require": {
210210
"automattic/jetpack-constants": "^3.0.8",
@@ -278,7 +278,7 @@
278278
"dist": {
279279
"type": "path",
280280
"url": "/tmp/jetpack-build/Automattic/jetpack-autoloader",
281-
"reference": "59abaf668623333c374ed09f8322a47cc5f17c9d"
281+
"reference": "6b6b01868da32b63b6cfc47dd1f7e6c702a1275d"
282282
},
283283
"require": {
284284
"composer-plugin-api": "^2.2",
@@ -350,13 +350,13 @@
350350
"dist": {
351351
"type": "path",
352352
"url": "/tmp/jetpack-build/Automattic/jetpack-blaze",
353-
"reference": "6a47da1c6690788df702384bb58d0e2f36022fbe"
353+
"reference": "ace1d8d543a73ffc37a198dba7e29adeb8c46b18"
354354
},
355355
"require": {
356356
"automattic/jetpack-assets": "^4.2.0-alpha",
357357
"automattic/jetpack-connection": "^6.15.0-alpha",
358358
"automattic/jetpack-constants": "^3.0.8",
359-
"automattic/jetpack-plans": "^0.8.0",
359+
"automattic/jetpack-plans": "^0.9.0-alpha",
360360
"automattic/jetpack-redirect": "^3.0.7",
361361
"automattic/jetpack-status": "^5.4.1-alpha",
362362
"automattic/jetpack-sync": "^4.15.1",
@@ -429,7 +429,7 @@
429429
"dist": {
430430
"type": "path",
431431
"url": "/tmp/jetpack-build/Automattic/jetpack-blocks",
432-
"reference": "30381017c4285ecc5b493b3ab16edf9b5f60416c"
432+
"reference": "ed047f932491b9bcce1b05e549e20d3103e1e391"
433433
},
434434
"require": {
435435
"automattic/jetpack-constants": "^3.0.8",
@@ -489,7 +489,7 @@
489489
"dist": {
490490
"type": "path",
491491
"url": "/tmp/jetpack-build/Automattic/jetpack-calypsoify",
492-
"reference": "0372e10a29997a9b2969aaa617846af2fbc17ba1"
492+
"reference": "ac6a33f0152001f384c901477a3749f76c950acc"
493493
},
494494
"require": {
495495
"automattic/jetpack-assets": "^4.2.0-alpha",
@@ -558,7 +558,7 @@
558558
"dist": {
559559
"type": "path",
560560
"url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper",
561-
"reference": "7bfe0fae03799287776b758f963bdd5b01437598"
561+
"reference": "7ed92cea5b900f1c3b5302f3328857f4f5c5c63f"
562562
},
563563
"require": {
564564
"automattic/jetpack-assets": "^4.2.0-alpha",
@@ -626,7 +626,7 @@
626626
"dist": {
627627
"type": "path",
628628
"url": "/tmp/jetpack-build/Automattic/jetpack-compat",
629-
"reference": "27511a3c5d02e0b4d2564baaa05d96a926700f22"
629+
"reference": "da0d03cda0b2f3c9a05f691e3b207800e9d34d3f"
630630
},
631631
"require": {
632632
"php": ">=7.2"
@@ -666,7 +666,7 @@
666666
"dist": {
667667
"type": "path",
668668
"url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin",
669-
"reference": "3dd8a8074c072d711603ca520f3d892c25fce100"
669+
"reference": "71c3ec94f6216a7033525ce5c3b48b610b522392"
670670
},
671671
"require": {
672672
"composer-plugin-api": "^2.2",
@@ -730,7 +730,7 @@
730730
"dist": {
731731
"type": "path",
732732
"url": "/tmp/jetpack-build/Automattic/jetpack-config",
733-
"reference": "ed46323ca99e5f40be9c8659dd616a789947459a"
733+
"reference": "ca0b14981ac18eff75559ef082c482d5d92cb816"
734734
},
735735
"require": {
736736
"php": ">=7.2"
@@ -805,7 +805,7 @@
805805
"dist": {
806806
"type": "path",
807807
"url": "/tmp/jetpack-build/Automattic/jetpack-connection",
808-
"reference": "be190441deed8b8cb9f768bc4ac6ed8586eb59ff"
808+
"reference": "6a0ca1e597a273fa8bf4fdf87ee4e6971c3f07e6"
809809
},
810810
"require": {
811811
"automattic/jetpack-a8c-mc-stats": "^3.0.5",
@@ -893,7 +893,7 @@
893893
"dist": {
894894
"type": "path",
895895
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
896-
"reference": "62b9af77a941ee4c62d0005b7d205fa27568818f"
896+
"reference": "c70680d721d3c5183fe6b82060ba5919303cdbfd"
897897
},
898898
"require": {
899899
"php": ">=7.2"
@@ -951,7 +951,7 @@
951951
"dist": {
952952
"type": "path",
953953
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
954-
"reference": "e6bd3f658b52858eea512a9f4db2731863745c6e"
954+
"reference": "c28f6b52b16308c7ec510bde60e706d4e340d4cf"
955955
},
956956
"require": {
957957
"php": ">=7.2"
@@ -1008,7 +1008,7 @@
10081008
"dist": {
10091009
"type": "path",
10101010
"url": "/tmp/jetpack-build/Automattic/jetpack-google-analytics",
1011-
"reference": "b5587e0ce0ba12085e2096a45fbb2661aa4ca31a"
1011+
"reference": "40b11caa59bf21d2c1119dad553e88468209b921"
10121012
},
10131013
"require": {
10141014
"automattic/jetpack-status": "^5.4.1-alpha",
@@ -1077,7 +1077,7 @@
10771077
"dist": {
10781078
"type": "path",
10791079
"url": "/tmp/jetpack-build/Automattic/jetpack-ip",
1080-
"reference": "b687bb563895106afd0a6e9b2c627def2687f3b6"
1080+
"reference": "9bec6a899de3edcf74f87055d0488a478f8b20af"
10811081
},
10821082
"require": {
10831083
"php": ">=7.2"
@@ -1139,7 +1139,7 @@
11391139
"dist": {
11401140
"type": "path",
11411141
"url": "/tmp/jetpack-build/Automattic/jetpack-jitm",
1142-
"reference": "26bfa2fb74f470548d193806f58a8f1235fd99c5"
1142+
"reference": "17c5ac93016d4e4719392fc62cec40fef02c8470"
11431143
},
11441144
"require": {
11451145
"automattic/jetpack-a8c-mc-stats": "^3.0.5",
@@ -1218,7 +1218,7 @@
12181218
"dist": {
12191219
"type": "path",
12201220
"url": "/tmp/jetpack-build/Automattic/jetpack-logo",
1221-
"reference": "929cb2dfe3442812ee6696a9a1b92f7a106e097a"
1221+
"reference": "549baf18240f3fc7f3899593da2f2fd06a21d8c7"
12221222
},
12231223
"require": {
12241224
"php": ">=7.2"
@@ -1275,7 +1275,7 @@
12751275
"dist": {
12761276
"type": "path",
12771277
"url": "/tmp/jetpack-build/Automattic/jetpack-masterbar",
1278-
"reference": "d5074463202c252139cd21a4ae60d10cd18f8554"
1278+
"reference": "a29993ded2c47f7950e0afbbd9097cc0494d9f12"
12791279
},
12801280
"require": {
12811281
"automattic/jetpack-assets": "^4.2.0-alpha",
@@ -1285,7 +1285,7 @@
12851285
"automattic/jetpack-device-detection": "^3.0.9",
12861286
"automattic/jetpack-jitm": "^4.2.28",
12871287
"automattic/jetpack-logo": "^3.0.5",
1288-
"automattic/jetpack-plans": "^0.8.0",
1288+
"automattic/jetpack-plans": "^0.9.0-alpha",
12891289
"automattic/jetpack-status": "^5.4.1-alpha",
12901290
"automattic/jetpack-subscribers-dashboard": "^0.1.22",
12911291
"php": ">=7.2"
@@ -1361,7 +1361,7 @@
13611361
"dist": {
13621362
"type": "path",
13631363
"url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom",
1364-
"reference": "5b719b0b69fd3d740381a1a6a877b139c53e940c"
1364+
"reference": "1add41c07d622a3aaf012cf4589361449478fe80"
13651365
},
13661366
"require": {
13671367
"automattic/jetpack-assets": "^4.2.0-alpha",
@@ -1448,7 +1448,7 @@
14481448
"dist": {
14491449
"type": "path",
14501450
"url": "/tmp/jetpack-build/Automattic/jetpack-password-checker",
1451-
"reference": "ac2d1d52afce0ec16c6db01f7e9888aa9275e390"
1451+
"reference": "6741557bb0f6bb936b87b3deef5cb9ee36d1f5c0"
14521452
},
14531453
"require": {
14541454
"php": ">=7.2"
@@ -1502,12 +1502,12 @@
15021502
},
15031503
{
15041504
"name": "automattic/jetpack-plans",
1505-
"version": "0.8.0",
1506-
"version_normalized": "0.8.0.0",
1505+
"version": "0.9.0-alpha.1752677892",
1506+
"version_normalized": "0.9.0.0-alpha1752677892",
15071507
"dist": {
15081508
"type": "path",
15091509
"url": "/tmp/jetpack-build/Automattic/jetpack-plans",
1510-
"reference": "c55b22b333cf5419d82eae399004631e16de8b56"
1510+
"reference": "1a24d03815e5b8556a24ed8daba2ea14527376bf"
15111511
},
15121512
"require": {
15131513
"automattic/jetpack-connection": "^6.15.0-alpha",
@@ -1531,7 +1531,7 @@
15311531
"link-template": "https://github.com/Automattic/jetpack-plans/compare/v${old}...v${new}"
15321532
},
15331533
"branch-alias": {
1534-
"dev-trunk": "0.8.x-dev"
1534+
"dev-trunk": "0.9.x-dev"
15351535
}
15361536
},
15371537
"installation-source": "dist",
@@ -1573,7 +1573,7 @@
15731573
"dist": {
15741574
"type": "path",
15751575
"url": "/tmp/jetpack-build/Automattic/jetpack-post-list",
1576-
"reference": "ae89fe02fc35bd3bf46eaf3e72f757915d6923b6"
1576+
"reference": "91c112ea6bd4db515e9ebe250adb473806801d92"
15771577
},
15781578
"require": {
15791579
"automattic/jetpack-assets": "^4.2.0-alpha",
@@ -1642,7 +1642,7 @@
16421642
"dist": {
16431643
"type": "path",
16441644
"url": "/tmp/jetpack-build/Automattic/jetpack-redirect",
1645-
"reference": "c8305f0712e1624815b2e4699db7289096e1df9d"
1645+
"reference": "23fa8ebae150fcbf06a18a66bee5b9ba8cc139a1"
16461646
},
16471647
"require": {
16481648
"automattic/jetpack-status": "^5.4.1-alpha",
@@ -1701,7 +1701,7 @@
17011701
"dist": {
17021702
"type": "path",
17031703
"url": "/tmp/jetpack-build/Automattic/jetpack-roles",
1704-
"reference": "0cfae35d72bb7e47a94ecb38e3bd9b48a97d4847"
1704+
"reference": "2acbab1a999919e1af33272e921631f7309aa081"
17051705
},
17061706
"require": {
17071707
"php": ">=7.2"
@@ -1759,7 +1759,7 @@
17591759
"dist": {
17601760
"type": "path",
17611761
"url": "/tmp/jetpack-build/Automattic/jetpack-stats",
1762-
"reference": "a7ff32a1e5defb90e4d6191f127e1db169a1b086"
1762+
"reference": "aed59eef03c982b7b009fcce7065f61f555ce937"
17631763
},
17641764
"require": {
17651765
"automattic/jetpack-connection": "^6.15.0-alpha",
@@ -1829,14 +1829,14 @@
18291829
"dist": {
18301830
"type": "path",
18311831
"url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin",
1832-
"reference": "74f4f2e57a5be93dfb75a78f0e1e9f8473074efe"
1832+
"reference": "13a4440ae8b634fc771c8683d19f636fac8b74f2"
18331833
},
18341834
"require": {
18351835
"automattic/jetpack-blaze": "^0.25.36",
18361836
"automattic/jetpack-connection": "^6.15.0-alpha",
18371837
"automattic/jetpack-constants": "^3.0.8",
18381838
"automattic/jetpack-jitm": "^4.2.28",
1839-
"automattic/jetpack-plans": "^0.8.0",
1839+
"automattic/jetpack-plans": "^0.9.0-alpha",
18401840
"automattic/jetpack-stats": "^0.17.1",
18411841
"automattic/jetpack-status": "^5.4.1-alpha",
18421842
"php": ">=7.2"
@@ -1901,7 +1901,7 @@
19011901
"dist": {
19021902
"type": "path",
19031903
"url": "/tmp/jetpack-build/Automattic/jetpack-status",
1904-
"reference": "b5a850d3b994bc7c4958c3213905a27cecefb8d4"
1904+
"reference": "f20ac2749e7a799ad6a44efa7eed7bbfb4e61230"
19051905
},
19061906
"require": {
19071907
"automattic/jetpack-constants": "^3.0.8",
@@ -1969,13 +1969,13 @@
19691969
"dist": {
19701970
"type": "path",
19711971
"url": "/tmp/jetpack-build/Automattic/jetpack-subscribers-dashboard",
1972-
"reference": "1ba7b6ccfe97e76001c6bd747f2c05135b42960d"
1972+
"reference": "1479d2d5b702f3a03fd82c1419bdc0060d400fb7"
19731973
},
19741974
"require": {
19751975
"automattic/jetpack-connection": "^6.15.0-alpha",
19761976
"automattic/jetpack-constants": "^3.0.8",
19771977
"automattic/jetpack-jitm": "^4.2.28",
1978-
"automattic/jetpack-plans": "^0.8.0",
1978+
"automattic/jetpack-plans": "^0.9.0-alpha",
19791979
"automattic/jetpack-stats": "^0.17.1",
19801980
"automattic/jetpack-status": "^5.4.1-alpha",
19811981
"php": ">=7.2"
@@ -2051,7 +2051,7 @@
20512051
"dist": {
20522052
"type": "path",
20532053
"url": "/tmp/jetpack-build/Automattic/jetpack-sync",
2054-
"reference": "811361df9f69dd99213e527a7caaa45896cd223b"
2054+
"reference": "c3c85aaf5294a8f17c1f26ae2f05c1b9b200f606"
20552055
},
20562056
"require": {
20572057
"automattic/jetpack-connection": "^6.15.0-alpha",
@@ -2127,12 +2127,12 @@
21272127
"dist": {
21282128
"type": "path",
21292129
"url": "/tmp/jetpack-build/Automattic/scheduled-updates",
2130-
"reference": "ba81fc483f3b24ddb1c5a4c307812c81962dda19"
2130+
"reference": "85cb7813913290628292e83fd44d7bf73e08f7b7"
21312131
},
21322132
"require": {
21332133
"automattic/jetpack-connection": "^6.15.0-alpha",
21342134
"automattic/jetpack-constants": "^3.0.8",
2135-
"automattic/jetpack-plans": "^0.8.0",
2135+
"automattic/jetpack-plans": "^0.9.0-alpha",
21362136
"automattic/jetpack-status": "^5.4.1-alpha",
21372137
"automattic/jetpack-sync": "^4.15.1",
21382138
"php": ">=7.2"

0 commit comments

Comments
 (0)