Skip to content

Releases: stklcode/statify-blacklist

Statify Filter 1.8.0

24 May 13:15
v1.8.0
d6d6c2b

Choose a tag to compare

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
v1.7.2
38c1e56

Choose a tag to compare

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
v1.7.1
13809ae

Choose a tag to compare

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
v1.7.0
1e81dd6

Choose a tag to compare

  • 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
v1.6.3
ae232ec

Choose a tag to compare

  • Minor internal code cleanup
  • Declared compatibility with WordPress 6.3

Statify Filter 1.6.2

25 Feb 13:40
v1.6.2
2ea3d66

Choose a tag to compare

  • 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
v1.6.1

Choose a tag to compare

  • Fix storage of user agent filter list (#28, props @BananaSquishee)

Statify Filter 1.6.0

09 Dec 12:42
v1.6.0

Choose a tag to compare

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
v1.5.2

Choose a tag to compare

Minor service release raising WordPress compatibility.

  • Minor translation updates
  • Declared compatibility with WordPress 5.5

Statify Blacklist 1.5.1

20 May 08:45
v1.5.1

Choose a tag to compare

Minor bugfix release restoring compatibility with latest Statify release.

  • Fix initialization on AJAX calls for Statify 1.7 compatibility (#22)