Changeset 1951509
- Timestamp:
- 10/04/2018 02:55:37 PM (7 years ago)
- Location:
- ithemes-sync
- Files:
-
- 10 edited
- 1 copied
-
tags/2.0.11 (copied) (copied from ithemes-sync/trunk)
-
tags/2.0.11/history.txt (modified) (1 diff)
-
tags/2.0.11/init.php (modified) (1 diff)
-
tags/2.0.11/lang/ithemes-sync.pot (modified) (2 diffs)
-
tags/2.0.11/load.php (modified) (1 diff)
-
tags/2.0.11/readme.txt (modified) (2 diffs)
-
trunk/history.txt (modified) (1 diff)
-
trunk/init.php (modified) (1 diff)
-
trunk/lang/ithemes-sync.pot (modified) (2 diffs)
-
trunk/load.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ithemes-sync/tags/2.0.11/history.txt
r1924219 r1951509 201 201 2.0.10 - 2018-08-13 - Lew Ayotte 202 202 Enhancement: Updating ITSEC Notifications updates 203 2.0.11 - 2019-10-04 - Lew Ayotte 204 Enhancement: Updating sync's whitelist IP -
ithemes-sync/tags/2.0.11/init.php
r1924219 r1951509 5 5 Description: Manage updates to your WordPress sites easily in one place. 6 6 Author: iThemes 7 Version: 2.0.1 07 Version: 2.0.11 8 8 Author URI: http://ithemes.com/ 9 9 Domain Path: /lang/ -
ithemes-sync/tags/2.0.11/lang/ithemes-sync.pot
r1924219 r1951509 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: iThemes Sync 2.0.1 0\n"5 "Project-Id-Version: iThemes Sync 2.0.11\n" 6 6 "Report-Msgid-Bugs-To: http://ithemes.com/support/\n" 7 "POT-Creation-Date: 2018- 08-13 16:09:41+00:00\n"7 "POT-Creation-Date: 2018-10-04 14:52:21+00:00\n" 8 8 "PO-Revision-Date: 2018-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 0) #-#-#-#-#38 #. #-#-#-#-# ithemes-sync.pot (iThemes Sync 2.0.11) #-#-#-#-# 39 39 #. Plugin Name of the plugin/theme 40 40 #: admin.php:169 admin.php:175 settings-page.php:268 -
ithemes-sync/tags/2.0.11/load.php
r1881423 r1951509 105 105 */ 106 106 function ithemes_sync_itsec_white_ips( $white_ips ) { 107 $white_ips[] = ' 54.163.229.119';107 $white_ips[] = '69.167.144.233'; 108 108 $white_ips[] = '54.159.83.156'; 109 109 return $white_ips; -
ithemes-sync/tags/2.0.11/readme.txt
r1924219 r1951509 4 4 Requires at least: 4.5 5 5 Tested up to: 4.10 6 Stable tag: 2.0.1 06 Stable tag: 2.0.11 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.11 = 90 * Enhancement: Updating Sync's Whitelist IP 88 91 89 92 = 2.0.10 = -
ithemes-sync/trunk/history.txt
r1924219 r1951509 201 201 2.0.10 - 2018-08-13 - Lew Ayotte 202 202 Enhancement: Updating ITSEC Notifications updates 203 2.0.11 - 2019-10-04 - Lew Ayotte 204 Enhancement: Updating sync's whitelist IP -
ithemes-sync/trunk/init.php
r1924219 r1951509 5 5 Description: Manage updates to your WordPress sites easily in one place. 6 6 Author: iThemes 7 Version: 2.0.1 07 Version: 2.0.11 8 8 Author URI: http://ithemes.com/ 9 9 Domain Path: /lang/ -
ithemes-sync/trunk/lang/ithemes-sync.pot
r1924219 r1951509 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: iThemes Sync 2.0.1 0\n"5 "Project-Id-Version: iThemes Sync 2.0.11\n" 6 6 "Report-Msgid-Bugs-To: http://ithemes.com/support/\n" 7 "POT-Creation-Date: 2018- 08-13 16:09:41+00:00\n"7 "POT-Creation-Date: 2018-10-04 14:52:21+00:00\n" 8 8 "PO-Revision-Date: 2018-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 0) #-#-#-#-#38 #. #-#-#-#-# ithemes-sync.pot (iThemes Sync 2.0.11) #-#-#-#-# 39 39 #. Plugin Name of the plugin/theme 40 40 #: admin.php:169 admin.php:175 settings-page.php:268 -
ithemes-sync/trunk/load.php
r1881423 r1951509 105 105 */ 106 106 function ithemes_sync_itsec_white_ips( $white_ips ) { 107 $white_ips[] = ' 54.163.229.119';107 $white_ips[] = '69.167.144.233'; 108 108 $white_ips[] = '54.159.83.156'; 109 109 return $white_ips; -
ithemes-sync/trunk/readme.txt
r1924219 r1951509 4 4 Requires at least: 4.5 5 5 Tested up to: 4.10 6 Stable tag: 2.0.1 06 Stable tag: 2.0.11 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.11 = 90 * Enhancement: Updating Sync's Whitelist IP 88 91 89 92 = 2.0.10 =
Note: See TracChangeset
for help on using the changeset viewer.