Skip to content

Commit

Permalink
prepare release 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Aug 14, 2023
1 parent 93b4dd7 commit ae232ec
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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+"
Expand Down
2 changes: 1 addition & 1 deletion statify-blacklist.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae232ec

Please sign in to comment.