Defender Security – Malware Scanner, Login Security & Firewall - Version 1.7.0.1

Version Description

  • Fix: notification message.
Download this release

Release Info

Developer jdailey
Plugin Icon 128x128 Defender Security – Malware Scanner, Login Security & Firewall
Version 1.7.0.1
Comparing to
See all releases

Code changes from version 1.7 to 1.7.0.1

Files changed (3) hide show
  1. main-activator.php +5 -3
  2. readme.txt +19 -8
  3. wp-defender.php +1 -1
main-activator.php CHANGED
@@ -30,8 +30,10 @@ class WD_Main_Activator {
30
  public function init() {
31
  $db_ver = get_site_option( 'wd_db_version' );
32
  if ( version_compare( $db_ver, '1.7', '<' ) ) {
33
- add_site_option( 'defenderLockoutNeedUpdateLog', 1 );
34
- \WP_Defender\Module\IP_Lockout\Component\Login_Protection_Api::createTables();
 
 
35
  update_site_option( 'wd_db_version', "1.7" );
36
  }
37
  add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), array( &$this, 'addSettingsLink' ) );
@@ -57,7 +59,7 @@ class WD_Main_Activator {
57
  'WP Defender',
58
  '/plugins/defender-security/',
59
  /* 4 Email Button CTA */
60
- __( 'Get Members!', wp_defender()->domain ),
61
  /* 5 getdrip Plugin param */
62
  'WP Defender'
63
  );
30
  public function init() {
31
  $db_ver = get_site_option( 'wd_db_version' );
32
  if ( version_compare( $db_ver, '1.7', '<' ) ) {
33
+ if (! \WP_Defender\Module\IP_Lockout\Component\Login_Protection_Api::checkIfTableExists() ) {
34
+ \WP_Defender\Module\IP_Lockout\Component\Login_Protection_Api::createTables();
35
+ add_site_option( 'defenderLockoutNeedUpdateLog', 1 );
36
+ }
37
  update_site_option( 'wd_db_version', "1.7" );
38
  }
39
  add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), array( &$this, 'addSettingsLink' ) );
59
  'WP Defender',
60
  '/plugins/defender-security/',
61
  /* 4 Email Button CTA */
62
+ null,
63
  /* 5 getdrip Plugin param */
64
  'WP Defender'
65
  );
readme.txt CHANGED
@@ -1,16 +1,16 @@
1
  === Defender Security, Monitoring, and Hack Protection ===
2
  Plugin Name: Defender Security, Monitoring, and Hack Protection
3
- Version: 1.7
4
  Author: WPMU DEV
5
  Author URI: http://premium.wpmudev.org/
6
  Contributors: WPMUDEV
7
  Tags: Security, Security Tweaks, Hardening, IP lockout, Monitoring, Blacklist, Site Protection, Hacked, Security Scan
8
  Requires at least: 3.5
9
  Tested up to: 4.8
10
- Stable tag: 1.7
11
  License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
12
 
13
- Protect WordPress from hackers with security tweaks, code scans, IP lockouts, and monitoring.
14
 
15
 
16
 
@@ -23,7 +23,7 @@ Protect WordPress from hackers with security tweaks, code scans, IP lockouts, an
23
  Defender starts with a list of one-click hardening techniques that will instantly add layers of protection to your site.
24
 
25
  = Block hackers at every level: =
26
-
27
  * Disable trackbacks and pingbacks - safety first
28
  * Core and server update recommendations - stay on top of your systems
29
  * Change default database prefix - they won’t find this
@@ -36,6 +36,12 @@ Defender starts with a list of one-click hardening techniques that will instantl
36
  = File Scans =
37
 
38
  Run free scans that check WordPress for suspicious code. The Defender scan tool compares your WordPress install with the directory, reports changes and lets you restore the original file with a click.
 
 
 
 
 
 
39
 
40
  = IP Blacklist =
41
  Keep your site safe with Defender’s simple IP manager. Manually block specific IPs, import a list of banned IPs and set automated timed and permanent lockouts. Defender makes it easy to quickly block and unblock specific locations.
@@ -58,6 +64,7 @@ Defender runs surveillance and sends notifications with information that matters
58
 
59
  = Features Available in Defender Include: =
60
 
 
61
  * One-click site hardening and security tweaking
62
  * WordPress core file scanning and repair
63
  * IP Blacklist manager and logging
@@ -85,10 +92,11 @@ Hackers and bot attacks are not the only threat to your site. No matter what se
85
 
86
  == Screenshots ==
87
 
88
- 1. Layered security tweaks let your harden your site with a few clicks.
89
- 2. Compares your WordPress install with the directory and restore original files with a click.
90
- 3. Simple configuration and security manager.
91
- 4. IP blacklisting, 404 limiter and Timed Lockout attack shield
 
92
 
93
 
94
 
@@ -103,6 +111,9 @@ Hackers and bot attacks are not the only threat to your site. No matter what se
103
 
104
  == Changelog ==
105
 
 
 
 
106
  = 1.7 =
107
  * New: Now you can enable 2 factors authentication with Defender and Google Authenticator app, support for iOS and Android
108
  * New: We can define how long the "Remember me" can take affect, via a new Security Tweak, called "Manage Login Duration"
1
  === Defender Security, Monitoring, and Hack Protection ===
2
  Plugin Name: Defender Security, Monitoring, and Hack Protection
3
+ Version: 1.7.0.1
4
  Author: WPMU DEV
5
  Author URI: http://premium.wpmudev.org/
6
  Contributors: WPMUDEV
7
  Tags: Security, Security Tweaks, Hardening, IP lockout, Monitoring, Blacklist, Site Protection, Hacked, Security Scan
8
  Requires at least: 3.5
9
  Tested up to: 4.8
10
+ Stable tag: 1.7.0.1
11
  License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
12
 
13
+ Protect WordPress from hackers with security tweaks, code scans, 2-Step Verification, IP lockouts, and monitoring.
14
 
15
 
16
 
23
  Defender starts with a list of one-click hardening techniques that will instantly add layers of protection to your site.
24
 
25
  = Block hackers at every level: =
26
+
27
  * Disable trackbacks and pingbacks - safety first
28
  * Core and server update recommendations - stay on top of your systems
29
  * Change default database prefix - they won’t find this
36
  = File Scans =
37
 
38
  Run free scans that check WordPress for suspicious code. The Defender scan tool compares your WordPress install with the directory, reports changes and lets you restore the original file with a click.
39
+
40
+ = Google 2-step Verification =
41
+
42
+ Now you can easily join the millions of users that make their accounts safer with Google 2-Step Verification. Activate and protect your account with both your password and your phone.
43
+
44
+ [youtube https://www.youtube.com/watch?v=w9pfRCuT36Q]
45
 
46
  = IP Blacklist =
47
  Keep your site safe with Defender’s simple IP manager. Manually block specific IPs, import a list of banned IPs and set automated timed and permanent lockouts. Defender makes it easy to quickly block and unblock specific locations.
64
 
65
  = Features Available in Defender Include: =
66
 
67
+ * Google 2-Step Verification
68
  * One-click site hardening and security tweaking
69
  * WordPress core file scanning and repair
70
  * IP Blacklist manager and logging
92
 
93
  == Screenshots ==
94
 
95
+ 1. Use 2-Step Verification to protect your accounts with your phone.
96
+ 2. Layered security tweaks let your harden your site with a few clicks.
97
+ 3. Compares your WordPress install with the directory and restore original files with a click.
98
+ 4. Simple configuration and security manager.
99
+ 5. IP blacklisting, 404 limiter and Timed Lockout attack shield
100
 
101
 
102
 
111
 
112
  == Changelog ==
113
 
114
+ = 1.7.0.1 =
115
+ * Fix: notification message.
116
+
117
  = 1.7 =
118
  * New: Now you can enable 2 factors authentication with Defender and Google Authenticator app, support for iOS and Android
119
  * New: We can define how long the "Remember me" can take affect, via a new Security Tweak, called "Manage Login Duration"
wp-defender.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: WP Defender
4
  * Plugin URI: https://premium.wpmudev.org/project/wp-defender/
5
- * Version: 1.7
6
  * Description: Get regular security scans, vulnerability reports, safety recommendations and customized hardening for your site in just a few clicks. Defender is the analyst and enforcer who never sleeps.
7
  * Author: WPMU DEV
8
  * Author URI: http://premium.wpmudev.org/
2
  /**
3
  * Plugin Name: WP Defender
4
  * Plugin URI: https://premium.wpmudev.org/project/wp-defender/
5
+ * Version: 1.7.0.1
6
  * Description: Get regular security scans, vulnerability reports, safety recommendations and customized hardening for your site in just a few clicks. Defender is the analyst and enforcer who never sleeps.
7
  * Author: WPMU DEV
8
  * Author URI: http://premium.wpmudev.org/