Skip to content

Commit 60be9a8

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

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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.*",

tasks/post-deploy/09-stateless-data-optimization.sh

-4
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
echo "Activate WP-Stateless GF addon..."
4+
wp plugin activate wp-stateless-gravity-forms-addon

0 commit comments

Comments
 (0)