Plugin Directory

Changeset 1951509


Ignore:
Timestamp:
10/04/2018 02:55:37 PM (7 years ago)
Author:
layotte
Message:

Taggign 2.0.11

Location:
ithemes-sync
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ithemes-sync/tags/2.0.11/history.txt

    r1924219 r1951509  
    2012012.0.10 - 2018-08-13 - Lew Ayotte
    202202    Enhancement: Updating ITSEC Notifications updates
     2032.0.11 - 2019-10-04 - Lew Ayotte
     204    Enhancement: Updating sync's whitelist IP
  • ithemes-sync/tags/2.0.11/init.php

    r1924219 r1951509  
    55Description: Manage updates to your WordPress sites easily in one place.
    66Author: iThemes
    7 Version: 2.0.10
     7Version: 2.0.11
    88Author URI: http://ithemes.com/
    99Domain Path: /lang/
  • ithemes-sync/tags/2.0.11/lang/ithemes-sync.pot

    r1924219 r1951509  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: iThemes Sync 2.0.10\n"
     5"Project-Id-Version: iThemes Sync 2.0.11\n"
    66"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"
    88"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
    99"MIME-Version: 1.0\n"
     
    3636msgstr ""
    3737
    38 #. #-#-#-#-#  ithemes-sync.pot (iThemes Sync 2.0.10)  #-#-#-#-#
     38#. #-#-#-#-#  ithemes-sync.pot (iThemes Sync 2.0.11)  #-#-#-#-#
    3939#. Plugin Name of the plugin/theme
    4040#: admin.php:169 admin.php:175 settings-page.php:268
  • ithemes-sync/tags/2.0.11/load.php

    r1881423 r1951509  
    105105 */
    106106function ithemes_sync_itsec_white_ips( $white_ips ) {
    107     $white_ips[] = '54.163.229.119';
     107    $white_ips[] = '69.167.144.233';
    108108    $white_ips[] = '54.159.83.156';
    109109    return $white_ips;
  • ithemes-sync/tags/2.0.11/readme.txt

    r1924219 r1951509  
    44Requires at least: 4.5
    55Tested up to: 4.10
    6 Stable tag: 2.0.10
     6Stable tag: 2.0.11
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html
     
    8686
    8787== Changelog ==
     88
     89= 2.0.11 =
     90* Enhancement: Updating Sync's Whitelist IP
    8891
    8992= 2.0.10 =
  • ithemes-sync/trunk/history.txt

    r1924219 r1951509  
    2012012.0.10 - 2018-08-13 - Lew Ayotte
    202202    Enhancement: Updating ITSEC Notifications updates
     2032.0.11 - 2019-10-04 - Lew Ayotte
     204    Enhancement: Updating sync's whitelist IP
  • ithemes-sync/trunk/init.php

    r1924219 r1951509  
    55Description: Manage updates to your WordPress sites easily in one place.
    66Author: iThemes
    7 Version: 2.0.10
     7Version: 2.0.11
    88Author URI: http://ithemes.com/
    99Domain Path: /lang/
  • ithemes-sync/trunk/lang/ithemes-sync.pot

    r1924219 r1951509  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: iThemes Sync 2.0.10\n"
     5"Project-Id-Version: iThemes Sync 2.0.11\n"
    66"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"
    88"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
    99"MIME-Version: 1.0\n"
     
    3636msgstr ""
    3737
    38 #. #-#-#-#-#  ithemes-sync.pot (iThemes Sync 2.0.10)  #-#-#-#-#
     38#. #-#-#-#-#  ithemes-sync.pot (iThemes Sync 2.0.11)  #-#-#-#-#
    3939#. Plugin Name of the plugin/theme
    4040#: admin.php:169 admin.php:175 settings-page.php:268
  • ithemes-sync/trunk/load.php

    r1881423 r1951509  
    105105 */
    106106function ithemes_sync_itsec_white_ips( $white_ips ) {
    107     $white_ips[] = '54.163.229.119';
     107    $white_ips[] = '69.167.144.233';
    108108    $white_ips[] = '54.159.83.156';
    109109    return $white_ips;
  • ithemes-sync/trunk/readme.txt

    r1924219 r1951509  
    44Requires at least: 4.5
    55Tested up to: 4.10
    6 Stable tag: 2.0.10
     6Stable tag: 2.0.11
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html
     
    8686
    8787== Changelog ==
     88
     89= 2.0.11 =
     90* Enhancement: Updating Sync's Whitelist IP
    8891
    8992= 2.0.10 =
Note: See TracChangeset for help on using the changeset viewer.