Releases: stklcode/statify-blacklist
Releases · stklcode/statify-blacklist
Statify Filter 1.8.0
24 May 13:15
Compare
Sorry, something went wrong.
No results found
What's Changed
Minimum supported WordPress version is 5.1 (#43 )
Minimum supported PHP version to 7.4 (#36 ) (#47 )
Declared compatibility with WordPress 7.0
Various internal code improvements
use wp_doing_ajax() instead of constant checking (#42 )
use wp_doing_cron() instead of constant checking (#44 )
introduce PHPStan static code analysis (#45 )
simplify multisite iteration in (un)install routine (#49 )
Update PHP_CodeSniffer repository link by @rodrigoprimo (#48 )
New Contributors
Full Changelog : v1.7.2...v1.8.0
Statify Filter 1.7.2
06 Jun 18:34
Compare
Sorry, something went wrong.
No results found
This is a bugfix release to restore the manual cleanup function that was broken since 1.7.0.
ChangeLog
Restore manual database cleanup functionality (#37 ) (#38 )
Statify Filter 1.7.1
24 Mar 16:49
Compare
Sorry, something went wrong.
No results found
This is a service release with minor corrections. Recommended for all users. Tested up to 6.5.
ChangeLog
Fix HTML syntax for checkboxes on settings page (#35 )
Simplify some internal control structures
Add plugin dependency to Statify (#33 )
Declared compatibility with WordPress 6.5
Statify Filter 1.7.0
11 Mar 17:10
Compare
Sorry, something went wrong.
No results found
Internal rework of plugin settings (#29 )
Make the IP filter list unique
Fix options upgrade routine (#31 )
Declared compatibility with WordPress 6.4
Statify Filter 1.6.3
14 Aug 17:00
Compare
Sorry, something went wrong.
No results found
Minor internal code cleanup
Declared compatibility with WordPress 6.3
Statify Filter 1.6.2
25 Feb 13:40
Compare
Sorry, something went wrong.
No results found
Always process IPv6 addresses lowercase
Optimize internally used regular expression
Minor adjustments to prevent warnings during user agent filtering with PHP 8.2
Statify Filter 1.6.1
28 May 10:00
Compare
Sorry, something went wrong.
No results found
Fix storage of user agent filter list (#28 , props @BananaSquishee)
Statify Filter 1.6.0
09 Dec 12:42
Compare
Sorry, something went wrong.
No results found
Plugin renamed to Statify Filter .
Minor accessibility fixes on settings page
Introduced new user agent filter (#20 )
Declared compatibility with WordPress 5.6
Statify Blacklist 1.5.2
03 Sep 18:51
Compare
Sorry, something went wrong.
No results found
Minor service release raising WordPress compatibility.
Minor translation updates
Declared compatibility with WordPress 5.5
Statify Blacklist 1.5.1
20 May 08:45
Compare
Sorry, something went wrong.
No results found
Minor bugfix release restoring compatibility with latest Statify release.
Fix initialization on AJAX calls for Statify 1.7 compatibility (#22 )