WP fail2ban - Version 1.2.1

Version Description

Update FAQ.

Download this release

Release Info

Developer invisnet
Plugin Icon 128x128 WP fail2ban
Version 1.2.1
Comparing to
See all releases

Code changes from version 1.2 to 1.2.1

Files changed (2) hide show
  1. readme.txt +14 -1
  2. wp-fail2ban.php +2 -2
readme.txt CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://charles.lecklider.org/wordpress/wp-fail2ban/
5
  Tags: fail2ban, security, syslog, login
6
  Requires at least: 3.4.0
7
  Tested up to: 3.5
8
- Stable tag: 1.2
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -40,8 +40,21 @@ Requires PHP 5.3 or later.
40
 
41
  There are no options to configure.
42
 
 
 
 
 
 
 
 
 
 
 
43
  == Changelog ==
44
 
 
 
 
45
  = 1.2 =
46
  Fix harmless warning.
47
 
5
  Tags: fail2ban, security, syslog, login
6
  Requires at least: 3.4.0
7
  Tested up to: 3.5
8
+ Stable tag: 1.2.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
40
 
41
  There are no options to configure.
42
 
43
+ == Frequently Asked Questions ==
44
+
45
+ = Why is fail2ban complaining on my flavour of Linux? =
46
+
47
+ Depending on your `fail2ban` configuration, you may need to add a line like:
48
+
49
+ `port = http,https`
50
+
51
+ to the `[wordpress]` section in `jail.local`.
52
+
53
  == Changelog ==
54
 
55
+ = 1.2.1 =
56
+ Update FAQ.
57
+
58
  = 1.2 =
59
  Fix harmless warning.
60
 
wp-fail2ban.php CHANGED
@@ -3,13 +3,13 @@
3
  Plugin Name: WP fail2ban
4
  Plugin URI: https://charles.lecklider.org/wordpress/wp-fail2ban/
5
  Description: Write all login attempts to syslog for integration with fail2ban.
6
- Version: 1.2
7
  Author: Charles Lecklider
8
  Author URI: https://charles.lecklider.org/
9
  License: GPL2
10
  */
11
 
12
- /* Copyright 2012 Charles Lecklider (email : wordpress@charles.lecklider.org)
13
 
14
  This program is free software; you can redistribute it and/or modify
15
  it under the terms of the GNU General Public License, version 2, as
3
  Plugin Name: WP fail2ban
4
  Plugin URI: https://charles.lecklider.org/wordpress/wp-fail2ban/
5
  Description: Write all login attempts to syslog for integration with fail2ban.
6
+ Version: 1.2.1
7
  Author: Charles Lecklider
8
  Author URI: https://charles.lecklider.org/
9
  License: GPL2
10
  */
11
 
12
+ /* Copyright 2012-13 Charles Lecklider (email : wordpress@charles.lecklider.org)
13
 
14
  This program is free software; you can redistribute it and/or modify
15
  it under the terms of the GNU General Public License, version 2, as