Changeset 3410677
- Timestamp:
- 12/04/2025 09:50:26 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
planet-pay-payment/assets/blueprints/blueprint.json
r3409547 r3410677 1 1 { 2 "landingPage": "/wp-admin/edit.php?post_type=product", 3 "preferredVersions": { 4 "php": "7.4", 5 "wp": "5.9" 6 }, 7 "phpExtensionBundles": [ 8 "kitchen-sink" 9 ], 10 "steps": [ 11 { 12 "step": "login", 13 "username": "admin", 14 "password": "password" 15 }, 16 { 17 "step": "installPlugin", 18 "pluginZipFile": "https://downloads.wordpress.org/plugin/woocommerce.latest-stable.zip" 19 }, 20 { 21 "step": "installPlugin", 22 "pluginZipFile": "https://downloads.wordpress.org/plugin/planet-pay-payment.latest-stable.zip" 23 }, 24 { 25 "step": "activatePlugin", 26 "plugin": "woocommerce/woocommerce.php" 27 }, 28 { 29 "step": "activatePlugin", 30 "plugin": "planet-pay-payment/planet-pay-payment.php" 31 } 32 ] 2 "$schema": "https://playground.wordpress.net/blueprint-schema.json", 3 "steps": [ 4 { 5 "step": "installPlugin", 6 "pluginZipFile": "https://downloads.wordpress.org/plugin/woocommerce.latest-stable.zip" 7 } 8 ] 33 9 }
Note: See TracChangeset
for help on using the changeset viewer.