iThemes Sync - Version 2.0.10

Version Description

  • Enhancement: Updating ITSEC Notifications
Download this release

Release Info

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

Code changes from version 2.0.9 to 2.0.10

Files changed (5) hide show
  1. history.txt +2 -0
  2. init.php +1 -1
  3. lang/ithemes-sync.pot +3 -3
  4. notices.php +3 -9
  5. readme.txt +8 -2
history.txt CHANGED
@@ -198,3 +198,5 @@
198
  Enhancement: Updating ITSEC Notifications to handle ITSEC's new notification logger
199
  2.0.9 - 2018-05-25 - Glenn Ansley
200
  Enhancement: Adding GDPR Policy Content Suggestions
 
 
198
  Enhancement: Updating ITSEC Notifications to handle ITSEC's new notification logger
199
  2.0.9 - 2018-05-25 - Glenn Ansley
200
  Enhancement: Adding GDPR Policy Content Suggestions
201
+ 2.0.10 - 2018-08-13 - Lew Ayotte
202
+ Enhancement: Updating ITSEC Notifications updates
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.9
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.10
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.9\n"
6
  "Report-Msgid-Bugs-To: http://ithemes.com/support/\n"
7
- "POT-Creation-Date: 2018-05-25 12:42:02+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.9) #-#-#-#-#
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.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
  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"
notices.php CHANGED
@@ -45,15 +45,9 @@ class Ithemes_Sync_Notices {
45
 
46
  function itsec_log_add( $data, $id, $log_type ) {
47
  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;
57
  }
58
  }
59
  }
45
 
46
  function itsec_log_add( $data, $id, $log_type ) {
47
  if ( !empty( $data ) && is_array( $data ) ) {
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 );
 
 
 
 
 
 
51
  }
52
  }
53
  }
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  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.9.6
6
- Stable tag: 2.0.9
7
  License: GPLv3 or later
8
  License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html
9
 
@@ -86,6 +86,12 @@ Make steady, reliable income for WordPress maintenance with iThemes Sync Pro’s
86
 
87
  == Changelog ==
88
 
 
 
 
 
 
 
89
  = 2.0.8 =
90
  * Enhancement: Updating ITSEC Notifications to handle ITSEC's new notification logger
91
 
2
  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
 
87
  == Changelog ==
88
 
89
+ = 2.0.10 =
90
+ * Enhancement: Updating ITSEC Notifications
91
+
92
+ = 2.0.9 =
93
+ * Enhancement: Adding GDPR Policy Content Suggestions
94
+
95
  = 2.0.8 =
96
  * Enhancement: Updating ITSEC Notifications to handle ITSEC's new notification logger
97