diff --git a/README.md b/README.md index 7923fae..9f44ed0 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,9 @@ Same for IPv6 prefixes like _2001:db8:a0b:12f0::/64_. ## Upgrade Notice ## +### 1.6.1 ### +This is a bugfix release that corrects storage and evaluation of the user agent filter list. + ### 1.6.0 ### The plugin has been renamed from _Statify Blacklist_ to _Statify Filter_. This does not imply any changes in functionality, rather than using a better wording. @@ -103,7 +106,7 @@ This version should be compatible with latest WordPress 5.6. ## Changelog ## -### 1.6.1 / unreleased ### +### 1.6.1 / 28.05.2021 ### * Fix storage of user agent filter list (#28, props @BananaSquishee) ### 1.6.0 / 09.12.2020 ### diff --git a/composer.json b/composer.json index 4ba952b..8b33292 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "stklcode/statify-blacklist", - "version": "1.6.0", + "version": "1.6.1", "description": "A filter extension for the famous Statify WordPress plugin", "keywords": [ "wordpress", diff --git a/package.json b/package.json index 2480878..8819128 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statify-blacklist", - "version": "1.6.0", + "version": "1.6.1", "description": "A filter extension for the famous Statify WordPress plugin", "author": "Stefan Kalscheuer", "license": "GPL-2.0+" diff --git a/statify-blacklist.php b/statify-blacklist.php index 6dd00ed..359dda2 100644 --- a/statify-blacklist.php +++ b/statify-blacklist.php @@ -10,7 +10,7 @@ * Plugin Name: Statify Filter * Plugin URI: https://wordpress.org/plugins/statify-blacklist/ * Description: Extension for the Statify plugin to add customizable filters. (formerly "Statify Blacklist) - * Version: 1.6.0 + * Version: 1.6.1 * Author: Stefan Kalscheuer (@stklcode) * Author URI: https://www.stklcode.de * Text Domain: statify-blacklist