From ae232eceb58109118f55909d00758500decc4d01 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Mon, 14 Aug 2023 18:52:57 +0200 Subject: [PATCH] prepare release 1.6.3 --- README.md | 9 ++++++++- composer.json | 2 +- package.json | 2 +- statify-blacklist.php | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index db17e85..28303e4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ * Requires at least: 4.7 * Tested up to: 6.3 * Requires PHP: 5.5 -* Stable tag: 1.6.2 +* Stable tag: 1.6.3 * License: GPLv2 or later * License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -93,6 +93,9 @@ Same for IPv6 prefixes like _2001:db8:a0b:12f0::/64_. ## Upgrade Notice ## +### 1.6.3 ### +This is a service release with minor internal corrections and WP 6.3 compatibility. + ### 1.6.2 ### This is a service release with minor internal corrections and PHP 8.2 compatibility. @@ -109,6 +112,10 @@ This version should be compatible with latest WordPress 5.6. ## Changelog ## +### 1.6.3 / 14.08.2023 ### +* Minor internal code cleanup +* Declared compatibility with WordPress 6.3 + ### 1.6.2 / 25.02.2023 ### * Always process IPv6 addresses lowercase * Optimize internally used regular expression diff --git a/composer.json b/composer.json index 42411d4..da5f61c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "stklcode/statify-blacklist", - "version": "1.6.2", + "version": "1.6.3", "description": "A filter extension for the famous Statify WordPress plugin", "keywords": [ "wordpress", diff --git a/package.json b/package.json index df75547..3cc8b72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statify-blacklist", - "version": "1.6.2", + "version": "1.6.3", "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 7d631b3..240d86b 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.2 + * Version: 1.6.3 * Author: Stefan Kalscheuer (@stklcode) * Author URI: https://www.stklcode.de * Text Domain: statify-blacklist