prepare release 1.6.1
This commit is contained in:
@ -93,6 +93,9 @@ Same for IPv6 prefixes like _2001:db8:a0b:12f0::/64_.
|
|||||||
|
|
||||||
## Upgrade Notice ##
|
## Upgrade Notice ##
|
||||||
|
|
||||||
|
### 1.6.1 ###
|
||||||
|
This is a bugfix release that corrects storage and evaluation of the user agent filter list.
|
||||||
|
|
||||||
### 1.6.0 ###
|
### 1.6.0 ###
|
||||||
The plugin has been renamed from _Statify Blacklist_ to _Statify Filter_.
|
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.
|
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 ##
|
## Changelog ##
|
||||||
|
|
||||||
### 1.6.1 / unreleased ###
|
### 1.6.1 / 28.05.2021 ###
|
||||||
* Fix storage of user agent filter list (#28, props @BananaSquishee)
|
* Fix storage of user agent filter list (#28, props @BananaSquishee)
|
||||||
|
|
||||||
### 1.6.0 / 09.12.2020 ###
|
### 1.6.0 / 09.12.2020 ###
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stklcode/statify-blacklist",
|
"name": "stklcode/statify-blacklist",
|
||||||
"version": "1.6.0",
|
"version": "1.6.1",
|
||||||
"description": "A filter extension for the famous Statify WordPress plugin",
|
"description": "A filter extension for the famous Statify WordPress plugin",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wordpress",
|
"wordpress",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "statify-blacklist",
|
"name": "statify-blacklist",
|
||||||
"version": "1.6.0",
|
"version": "1.6.1",
|
||||||
"description": "A filter extension for the famous Statify WordPress plugin",
|
"description": "A filter extension for the famous Statify WordPress plugin",
|
||||||
"author": "Stefan Kalscheuer",
|
"author": "Stefan Kalscheuer",
|
||||||
"license": "GPL-2.0+"
|
"license": "GPL-2.0+"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
* Plugin Name: Statify Filter
|
* Plugin Name: Statify Filter
|
||||||
* Plugin URI: https://wordpress.org/plugins/statify-blacklist/
|
* Plugin URI: https://wordpress.org/plugins/statify-blacklist/
|
||||||
* Description: Extension for the Statify plugin to add customizable filters. (formerly "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: Stefan Kalscheuer (@stklcode)
|
||||||
* Author URI: https://www.stklcode.de
|
* Author URI: https://www.stklcode.de
|
||||||
* Text Domain: statify-blacklist
|
* Text Domain: statify-blacklist
|
||||||
|
Reference in New Issue
Block a user