prepare release 1.6.2

This commit is contained in:
Stefan Kalscheuer 2023-02-25 14:29:41 +01:00
parent 7ae0ffcb94
commit 2ea3d66677
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
2 changed files with 11 additions and 3 deletions

View File

@ -8,12 +8,12 @@
* Requires at least: 4.7 * Requires at least: 4.7
* Tested up to: 6.1 * Tested up to: 6.1
* Requires PHP: 5.5 * Requires PHP: 5.5
* Stable tag: 1.6.1 * Stable tag: 1.6.2
* License: GPLv2 or later * License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html * License URI: https://www.gnu.org/licenses/gpl-2.0.html
## Description ## ## Description ##
A filter extension for the famous [Statify](https://wordpress.org/plugins/statify/) Wordpress plugin. A filter extension for the famous [Statify](https://wordpress.org/plugins/statify/) WordPress plugin.
This plugin adds customizable filters to Statify to allow blocking of referer spam or internal interactions. This plugin adds customizable filters to Statify to allow blocking of referer spam or internal interactions.
@ -93,6 +93,9 @@ Same for IPv6 prefixes like _2001:db8:a0b:12f0::/64_.
## Upgrade Notice ## ## Upgrade Notice ##
### 1.6.2 ###
This is a service release with minor internal corrections and PHP 8.2 compatibility.
### 1.6.1 ### ### 1.6.1 ###
This is a bugfix release that corrects storage and evaluation of the user agent filter list. This is a bugfix release that corrects storage and evaluation of the user agent filter list.
@ -106,6 +109,11 @@ This version should be compatible with latest WordPress 5.6.
## Changelog ## ## Changelog ##
### 1.6.2 / 25.02.2023 ###
* Always process IPv6 addresses lowercase
* Optimize internally used regular expression
* Minor adjustments to prevent warnings during user agent filtering with PHP 8.2
### 1.6.1 / 28.05.2021 ### ### 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)

View File

@ -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.1 * Version: 1.6.2
* 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