iThemes Sync - Version 2.0.11

Version Description

  • Enhancement: Updating Sync's Whitelist IP
Download this release

Release Info

Developer layotte
Plugin Icon 128x128 iThemes Sync
Version 2.0.11
Comparing to
See all releases

Code changes from version 2.0.10 to 2.0.11

Files changed (5) hide show
  1. history.txt +2 -0
  2. init.php +1 -1
  3. lang/ithemes-sync.pot +3 -3
  4. load.php +1 -1
  5. readme.txt +4 -1
history.txt CHANGED
@@ -200,3 +200,5 @@
200
  Enhancement: Adding GDPR Policy Content Suggestions
201
  2.0.10 - 2018-08-13 - Lew Ayotte
202
  Enhancement: Updating ITSEC Notifications updates
 
 
200
  Enhancement: Adding GDPR Policy Content Suggestions
201
  2.0.10 - 2018-08-13 - Lew Ayotte
202
  Enhancement: Updating ITSEC Notifications updates
203
+ 2.0.11 - 2019-10-04 - Lew Ayotte
204
+ Enhancement: Updating sync's whitelist IP
init.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: iThemes Sync
4
  Plugin URI: http://ithemes.com/sync
5
  Description: Manage updates to your WordPress sites easily in one place.
6
  Author: iThemes
7
- Version: 2.0.10
8
  Author URI: http://ithemes.com/
9
  Domain Path: /lang/
10
  iThemes Package: ithemes-sync
4
  Plugin URI: http://ithemes.com/sync
5
  Description: Manage updates to your WordPress sites easily in one place.
6
  Author: iThemes
7
+ Version: 2.0.11
8
  Author URI: http://ithemes.com/
9
  Domain Path: /lang/
10
  iThemes Package: ithemes-sync
lang/ithemes-sync.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the iThemes Sync package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: iThemes Sync 2.0.10\n"
6
  "Report-Msgid-Bugs-To: http://ithemes.com/support/\n"
7
- "POT-Creation-Date: 2018-08-13 16:09:41+00:00\n"
8
  "PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -35,7 +35,7 @@ msgstr ""
35
  msgid "iThemes Sync is now hidden from your user again."
36
  msgstr ""
37
 
38
- #. #-#-#-#-# ithemes-sync.pot (iThemes Sync 2.0.10) #-#-#-#-#
39
  #. Plugin Name of the plugin/theme
40
  #: admin.php:169 admin.php:175 settings-page.php:268
41
  msgid "iThemes Sync"
2
  # This file is distributed under the same license as the iThemes Sync package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: iThemes Sync 2.0.11\n"
6
  "Report-Msgid-Bugs-To: http://ithemes.com/support/\n"
7
+ "POT-Creation-Date: 2018-10-04 14:52:21+00:00\n"
8
  "PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
35
  msgid "iThemes Sync is now hidden from your user again."
36
  msgstr ""
37
 
38
+ #. #-#-#-#-# ithemes-sync.pot (iThemes Sync 2.0.11) #-#-#-#-#
39
  #. Plugin Name of the plugin/theme
40
  #: admin.php:169 admin.php:175 settings-page.php:268
41
  msgid "iThemes Sync"
load.php CHANGED
@@ -104,7 +104,7 @@ require( $GLOBALS['ithemes_sync_path'] . '/lib/updater/load.php' );
104
  * Sync from being blacklisted by a customer on their own site
105
  */
106
  function ithemes_sync_itsec_white_ips( $white_ips ) {
107
- $white_ips[] = '54.163.229.119';
108
  $white_ips[] = '54.159.83.156';
109
  return $white_ips;
110
  }
104
  * Sync from being blacklisted by a customer on their own site
105
  */
106
  function ithemes_sync_itsec_white_ips( $white_ips ) {
107
+ $white_ips[] = '69.167.144.233';
108
  $white_ips[] = '54.159.83.156';
109
  return $white_ips;
110
  }
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: ithemes, layotte, blepoxp
3
  Tags: manage multiple Sites, backup, security, migrate, SEO, manage updates, administration, update manager, reports, sync, google analytics, optimize, uptime, ithemes, customize dashboard, client sites, maintenance, management, google webmaster tools, reporting
4
  Requires at least: 4.5
5
  Tested up to: 4.10
6
- Stable tag: 2.0.10
7
  License: GPLv3 or later
8
  License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html
9
 
@@ -86,6 +86,9 @@ Make steady, reliable income for WordPress maintenance with iThemes Sync Pro’s
86
 
87
  == Changelog ==
88
 
 
 
 
89
  = 2.0.10 =
90
  * Enhancement: Updating ITSEC Notifications
91
 
3
  Tags: manage multiple Sites, backup, security, migrate, SEO, manage updates, administration, update manager, reports, sync, google analytics, optimize, uptime, ithemes, customize dashboard, client sites, maintenance, management, google webmaster tools, reporting
4
  Requires at least: 4.5
5
  Tested up to: 4.10
6
+ Stable tag: 2.0.11
7
  License: GPLv3 or later
8
  License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html
9
 
86
 
87
  == Changelog ==
88
 
89
+ = 2.0.11 =
90
+ * Enhancement: Updating Sync's Whitelist IP
91
+
92
  = 2.0.10 =
93
  * Enhancement: Updating ITSEC Notifications
94