Skip to content

Commit 135461f

Browse files
committed
Upgrade WP Stateless
- Install and activate the GF addon
1 parent 635d1a7 commit 135461f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"wpackagist-plugin/wp-redis": "1.4.*",
175175
"wpackagist-plugin/wp-sentry-integration":"7.*",
176176
"wpackagist-plugin/wp-stateless":"4.1.3",
177+
"wpackagist-plugin/wp-stateless-gravity-forms-addon":"0.0.2",
177178
"psr/log": "1.*",
178179
"monolog/monolog": "^2.9",
179180
"wpackagist-plugin/timber-library": "1.23.*",
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
22

3+
echo "Activate WP-Stateless GF addon..."
4+
wp plugin activate wp-stateless-gravity-forms-addon
5+
36
echo "Perform WP-Stateless data optimization..."
47
wp stateless migrate auto [email protected] --yes

0 commit comments

Comments
 (0)