mirror of
https://ghproxy.net/https://github.com/jonbp/wp-cli-sync.git
synced 2025-10-03 23:40:04 +08:00
v1.3.2 + Variable Reorder
This commit is contained in:
parent
165376b6ee
commit
2efd193c74
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
/*
|
||||
Plugin Name: WP-CLI Sync
|
||||
Description: A WP-CLI command for syncing a live site to a development environment
|
||||
Version: 1.3.1
|
||||
Version: 1.3.2
|
||||
Author: Jon Beaumont-Pike
|
||||
Author URI: https://jonbp.co.uk/
|
||||
License: MIT License
|
||||
|
@ -10,8 +10,8 @@ License: MIT License
|
|||
|
||||
// Set Default Vars
|
||||
$env_variables = array(
|
||||
'LIVE_SSH_HOSTNAME' => '',
|
||||
'LIVE_SSH_USERNAME' => '',
|
||||
'LIVE_SSH_HOSTNAME' => '',
|
||||
'REMOTE_PROJECT_LOCATION' => '',
|
||||
'DEV_ACTIVATED_PLUGINS' => '',
|
||||
'DEV_DEACTIVATED_PLUGINS' => '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue