forked from Ipstenu/ban-hammer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
142 lines (113 loc) · 3.81 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
= 2.8 =
* February 2021 by Ipstenu
* Removing check for if registration is active
= 2.7.1 =
* August 2020 by Ipstenu
* Typo fixed. Saving works. My bad!
= 2.7 =
* August 2020 by Ipstenu
* Compatibility with 5.5
* Corrected deprecation of `black`list_keys` (it still falls back for older WP)
= 2.6.2 =
* December 2018 by Ipstenu
* PHPCS checks
* Check for WooCommerce
= 2.6.1 =
* January 2018 by Ipstenu
* Formatting changes
* Stopped non-admins from seeing settings links and notifications
= 2.6 =
* February 2017 by Ipstenu
* Allow redirection to custom URLs on failed login.
* Move plugin to Settings API
* Combine options
* Fixed BuddyPress
* Optimized multisite
* Removed check for WP 3.4 (only 4.0 and up get updates anyway)
= 2.5.4 =
* 27 April 2015 by Ipstenu
* Changing priority to take precedence over other plugins that set new users to require approval.
= 2.5.2 & 2.5.3 =
* 17 November 2015 by Ipstenu
* Rolling back BuddyPress changes to correct
= 2.5.1 =
* 15 November 2015 by Ipstenu
* Bad sanitization choice killed settings for some people.
= 2.5.1 =
* 13 November 2015 by Ipstenu
* People on Multisite couldn't access settings. There's a level of irony there.
= 2.5 =
* 12 November 2015 by Ipstenu
* Update for WP 4.4
* Code moved to a singleton
* Improved sanitization of emails
* Fixed link to settings page
= 2.4.1 =
* 6 August 2015 by Ipstenu
* Security filtering improvements
= 2.4 =
* 1 October 2014 by Ipstenu
* Fixing languages
* Fixing define notice due to messing up text domain.
= 2.3 =
* 29 October 2013 by Ipstenu
* Languages for 3.7
* Compat for 3.7
= 2.2 =
* 15 January 2013 by Ipstenu
* Fixed translation bug
* Dropping support for older versions
= 2.1 =
* 26 August 2012 by Ipstenu
* The return of Multisite
* BuddyPress improvements
* Dropping support for older versions
= 2.0 =
* 30 May 2012 by Ipstenu
* Removal of Stop Forum Spam.
* Whole plugin was consolidated to run faster, with fewer files, and with contextual help. Egad, I've learned a lot since 2009!
= 1.7 =
* 24 April 2012 by Ipstenu
* Proper uninstallation.
= 1.6.1 =
* 17 April 2012 by Ipstenu
* Cleanup. Nothing major here, just documentation and all.
= 1.6 =
* 05 August 2011 by Ipstenu
* Internationalization.
= 1.5.2 =
* 09 March 2011 by Ipstenu
* Bugfix. Typo made it NOT enableable.
= 1.5 =
* 08 March 2011 by Ipstenu
* Allows for deletion of spammers from the User List (credit mario_7)
* Added optional functionality to show spammer status on the normal users list.
* Moved Ban Hammer Users to the USERS menu (now called 'Ban Hammered')
* Works on BuddyPress!
= 1.4 =
* 16 August 2010 by Ipstenu
* Checks for presence of the cURL extension. If not found, the option to use StopForumSpam is removed. (using http://cleverwp.com/function-curl-php-extension-loaded/ as recommended by kmaisch )
= 1.3 =
* 08 July 2010 by Ipstenu
* Pulling out the WPMU stuff that's never going to happen now that it's MultiSite and doesn't work.
= 1.2 =
* 08 November 2009 by Ipstenu
* This lists all users marked by StopForumSpam as spammers, if you're using that option (and not if not). (Thanks to obruchez for the suggestion!).
= 1.1 =
* 03 May 2009 by Ipstenu
* Subversion before coffee = BAD.
= 1.0 =
* 03 May 2009 by Ipstenu
* First public version.
= 0.3 =
* 30 March 2009 by Ipstenu
* The error message is customizable.
* Added support for StopForumSpam.com
* Added in checkbox to use StopForumSpam (default to NO).
* Cleans up after itself on deactivation (deletes the banhammer_foo values from the wp_options table because I HATE when plugins leave themselves).
= 0.2 =
* 29 March 2009 by Ipstenu
* Shifted to use the WordPress comment blacklist as source. This was pretty much an 80% re-write from NDE's basis, keeping only the basic check at registration code.
= 0.1 =
* 28 March 2009 by Ipstenu
* First release using No Disposable Email's .dat file as a source.