Changeset 2170620
- Timestamp:
- 10/09/2019 12:37:48 PM (6 years ago)
- Location:
- ithemes-sync
- Files:
-
- 10 edited
- 1 copied
-
tags/2.0.18 (copied) (copied from ithemes-sync/trunk)
-
tags/2.0.18/history.txt (modified) (1 diff)
-
tags/2.0.18/init.php (modified) (1 diff)
-
tags/2.0.18/lang/ithemes-sync.pot (modified) (2 diffs)
-
tags/2.0.18/readme.txt (modified) (2 diffs)
-
tags/2.0.18/verbs/manage-site.php (modified) (2 diffs)
-
trunk/history.txt (modified) (1 diff)
-
trunk/init.php (modified) (1 diff)
-
trunk/lang/ithemes-sync.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/verbs/manage-site.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ithemes-sync/tags/2.0.18/history.txt
r2138968 r2170620 216 216 2.0.17 - 2019-08-13 - Lew Ayotte 217 217 Bug Fix: Missing updater files from 2.0.16 218 2.0.18 - 2019-10-07 - Lew Ayotte 219 Bug Fix: Adding validation to manage-site verb -
ithemes-sync/tags/2.0.18/init.php
r2138968 r2170620 5 5 Description: Manage updates to your WordPress sites easily in one place. 6 6 Author: iThemes 7 Version: 2.0.1 77 Version: 2.0.18 8 8 Author URI: http://ithemes.com/ 9 9 Domain Path: /lang/ -
ithemes-sync/tags/2.0.18/lang/ithemes-sync.pot
r2138968 r2170620 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: iThemes Sync 2.0.1 7\n"5 "Project-Id-Version: iThemes Sync 2.0.18\n" 6 6 "Report-Msgid-Bugs-To: http://ithemes.com/support/\n" 7 "POT-Creation-Date: 2019- 08-13 15:29:34+00:00\n"7 "POT-Creation-Date: 2019-10-08 17:06:31+00:00\n" 8 8 "PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n" 9 9 "MIME-Version: 1.0\n" … … 36 36 msgstr "" 37 37 38 #. #-#-#-#-# ithemes-sync.pot (iThemes Sync 2.0.1 7) #-#-#-#-#38 #. #-#-#-#-# ithemes-sync.pot (iThemes Sync 2.0.18) #-#-#-#-# 39 39 #. Plugin Name of the plugin/theme 40 40 #: admin.php:179 admin.php:185 settings-page.php:268 -
ithemes-sync/tags/2.0.18/readme.txt
r2138968 r2170620 4 4 Requires at least: 4.5 5 5 Tested up to: 5.3 6 Stable tag: 2.0.1 76 Stable tag: 2.0.18 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html … … 86 86 87 87 == Changelog == 88 89 = 2.0.18 = 90 * Bug Fix: Adding validation to manage-site verb 88 91 89 92 = 2.0.17 = -
ithemes-sync/tags/2.0.18/verbs/manage-site.php
r1751911 r2170620 10 10 Initial version 11 11 */ 12 13 require_once( $GLOBALS['ithemes_sync_path'] . '/server.php' ); 12 14 13 15 class Ithemes_Sync_Verb_Manage_Site extends Ithemes_Sync_Verb { … … 26 28 $arguments = Ithemes_Sync_Functions::merge_defaults( $arguments, $this->default_arguments ); 27 29 30 $validate = Ithemes_Sync_Server::validate( $arguments['site_id'], $arguments['it_username'], $arguments['site_key'] ); 31 32 if ( is_wp_error( $validate ) ) { 33 return new WP_Error( 'invalid-credentials', $validate->get_error_message() ); 34 } 35 28 36 if ( empty( $arguments['action'] ) || ! in_array( $arguments['action'], array( 'sync', 'unsync' ) ) ) { 29 37 return new WP_Error( 'missing-action', 'The action argument is missing or invalid. The action value should be sent in the action argument can contain the value `sync` or `unsync`.' ); -
ithemes-sync/trunk/history.txt
r2138968 r2170620 216 216 2.0.17 - 2019-08-13 - Lew Ayotte 217 217 Bug Fix: Missing updater files from 2.0.16 218 2.0.18 - 2019-10-07 - Lew Ayotte 219 Bug Fix: Adding validation to manage-site verb -
ithemes-sync/trunk/init.php
r2138968 r2170620 5 5 Description: Manage updates to your WordPress sites easily in one place. 6 6 Author: iThemes 7 Version: 2.0.1 77 Version: 2.0.18 8 8 Author URI: http://ithemes.com/ 9 9 Domain Path: /lang/ -
ithemes-sync/trunk/lang/ithemes-sync.pot
r2138968 r2170620 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: iThemes Sync 2.0.1 7\n"5 "Project-Id-Version: iThemes Sync 2.0.18\n" 6 6 "Report-Msgid-Bugs-To: http://ithemes.com/support/\n" 7 "POT-Creation-Date: 2019- 08-13 15:29:34+00:00\n"7 "POT-Creation-Date: 2019-10-08 17:06:31+00:00\n" 8 8 "PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n" 9 9 "MIME-Version: 1.0\n" … … 36 36 msgstr "" 37 37 38 #. #-#-#-#-# ithemes-sync.pot (iThemes Sync 2.0.1 7) #-#-#-#-#38 #. #-#-#-#-# ithemes-sync.pot (iThemes Sync 2.0.18) #-#-#-#-# 39 39 #. Plugin Name of the plugin/theme 40 40 #: admin.php:179 admin.php:185 settings-page.php:268 -
ithemes-sync/trunk/readme.txt
r2138968 r2170620 4 4 Requires at least: 4.5 5 5 Tested up to: 5.3 6 Stable tag: 2.0.1 76 Stable tag: 2.0.18 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html … … 86 86 87 87 == Changelog == 88 89 = 2.0.18 = 90 * Bug Fix: Adding validation to manage-site verb 88 91 89 92 = 2.0.17 = -
ithemes-sync/trunk/verbs/manage-site.php
r1751911 r2170620 10 10 Initial version 11 11 */ 12 13 require_once( $GLOBALS['ithemes_sync_path'] . '/server.php' ); 12 14 13 15 class Ithemes_Sync_Verb_Manage_Site extends Ithemes_Sync_Verb { … … 26 28 $arguments = Ithemes_Sync_Functions::merge_defaults( $arguments, $this->default_arguments ); 27 29 30 $validate = Ithemes_Sync_Server::validate( $arguments['site_id'], $arguments['it_username'], $arguments['site_key'] ); 31 32 if ( is_wp_error( $validate ) ) { 33 return new WP_Error( 'invalid-credentials', $validate->get_error_message() ); 34 } 35 28 36 if ( empty( $arguments['action'] ) || ! in_array( $arguments['action'], array( 'sync', 'unsync' ) ) ) { 29 37 return new WP_Error( 'missing-action', 'The action argument is missing or invalid. The action value should be sent in the action argument can contain the value `sync` or `unsync`.' );
Note: See TracChangeset
for help on using the changeset viewer.