Plugin Directory

Changeset 1924219


Ignore:
Timestamp:
08/13/2018 05:43:05 PM (8 years ago)
Author:
layotte
Message:

Tagging 2.0.10

Location:
ithemes-sync
Files:
10 edited
1 copied

Legend:

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

    r1881423 r1924219  
    1991992.0.9 - 2018-05-25 - Glenn Ansley
    200200    Enhancement: Adding GDPR Policy Content Suggestions
     2012.0.10 - 2018-08-13 - Lew Ayotte
     202    Enhancement: Updating ITSEC Notifications updates
  • ithemes-sync/tags/2.0.10/init.php

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

    r1881423 r1924219  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: iThemes Sync 2.0.9\n"
     5"Project-Id-Version: iThemes Sync 2.0.10\n"
    66"Report-Msgid-Bugs-To: http://ithemes.com/support/\n"
    7 "POT-Creation-Date: 2018-05-25 12:42:02+00:00\n"
     7"POT-Creation-Date: 2018-08-13 16:09:41+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.9)  #-#-#-#-#
     38#. #-#-#-#-#  ithemes-sync.pot (iThemes Sync 2.0.10)  #-#-#-#-#
    3939#. Plugin Name of the plugin/theme
    4040#: admin.php:169 admin.php:175 settings-page.php:268
  • ithemes-sync/tags/2.0.10/notices.php

    r1881423 r1924219  
    4646    function itsec_log_add( $data, $id, $log_type ) {
    4747        if ( !empty( $data ) && is_array( $data ) ) {
    48             switch( $data['type'] ) {
    49                 case 'notice':
    50                     ithemes_sync_send_urgent_notice( 'ithemes-security', 'report', 'iThemes Security', 'iThemes Security', $data );
    51                 break;
    52                 case 'debug':
    53                 case 'process-start':
    54                 case 'process-update':
    55                 case 'process-stop':
    56                     return;
     48            if ( 'action' == $data['type']
     49                || ( 'process-stop' == $data['type'] && 'malware' == $data['module'] ) ) {
     50                ithemes_sync_send_urgent_notice( 'ithemes-security', 'report', 'iThemes Security', 'iThemes Security', $data );
    5751            }
    5852        }
  • ithemes-sync/tags/2.0.10/readme.txt

    r1881423 r1924219  
    33Tags: 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
    44Requires at least: 4.5
    5 Tested up to: 4.9.6
    6 Stable tag: 2.0.9
     5Tested up to: 4.10
     6Stable tag: 2.0.10
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html
     
    8787== Changelog ==
    8888
     89= 2.0.10 =
     90* Enhancement: Updating ITSEC Notifications
     91
     92= 2.0.9 =
     93* Enhancement: Adding GDPR Policy Content Suggestions
     94
    8995= 2.0.8 =
    9096* Enhancement: Updating ITSEC Notifications to handle ITSEC's new notification logger
  • ithemes-sync/trunk/history.txt

    r1881423 r1924219  
    1991992.0.9 - 2018-05-25 - Glenn Ansley
    200200    Enhancement: Adding GDPR Policy Content Suggestions
     2012.0.10 - 2018-08-13 - Lew Ayotte
     202    Enhancement: Updating ITSEC Notifications updates
  • ithemes-sync/trunk/init.php

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

    r1881423 r1924219  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: iThemes Sync 2.0.9\n"
     5"Project-Id-Version: iThemes Sync 2.0.10\n"
    66"Report-Msgid-Bugs-To: http://ithemes.com/support/\n"
    7 "POT-Creation-Date: 2018-05-25 12:42:02+00:00\n"
     7"POT-Creation-Date: 2018-08-13 16:09:41+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.9)  #-#-#-#-#
     38#. #-#-#-#-#  ithemes-sync.pot (iThemes Sync 2.0.10)  #-#-#-#-#
    3939#. Plugin Name of the plugin/theme
    4040#: admin.php:169 admin.php:175 settings-page.php:268
  • ithemes-sync/trunk/notices.php

    r1881423 r1924219  
    4646    function itsec_log_add( $data, $id, $log_type ) {
    4747        if ( !empty( $data ) && is_array( $data ) ) {
    48             switch( $data['type'] ) {
    49                 case 'notice':
    50                     ithemes_sync_send_urgent_notice( 'ithemes-security', 'report', 'iThemes Security', 'iThemes Security', $data );
    51                 break;
    52                 case 'debug':
    53                 case 'process-start':
    54                 case 'process-update':
    55                 case 'process-stop':
    56                     return;
     48            if ( 'action' == $data['type']
     49                || ( 'process-stop' == $data['type'] && 'malware' == $data['module'] ) ) {
     50                ithemes_sync_send_urgent_notice( 'ithemes-security', 'report', 'iThemes Security', 'iThemes Security', $data );
    5751            }
    5852        }
  • ithemes-sync/trunk/readme.txt

    r1881423 r1924219  
    33Tags: 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
    44Requires at least: 4.5
    5 Tested up to: 4.9.6
    6 Stable tag: 2.0.9
     5Tested up to: 4.10
     6Stable tag: 2.0.10
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html
     
    8787== Changelog ==
    8888
     89= 2.0.10 =
     90* Enhancement: Updating ITSEC Notifications
     91
     92= 2.0.9 =
     93* Enhancement: Adding GDPR Policy Content Suggestions
     94
    8995= 2.0.8 =
    9096* Enhancement: Updating ITSEC Notifications to handle ITSEC's new notification logger
Note: See TracChangeset for help on using the changeset viewer.