Skip to content

Commit e88d4a7

Browse files
committed
prepare release 1.7.1
1 parent 9903a61 commit e88d4a7

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# Statify Filter #
77
* Contributors: stklcode
88
* Requires at least: 4.7
9-
* Tested up to: 6.4
9+
* Tested up to: 6.5
1010
* Requires PHP: 5.5
11-
* Stable tag: 1.7.0
11+
* Stable tag: 1.7.1
1212
* License: GPLv2 or later
1313
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1414

@@ -93,12 +93,21 @@ Same for IPv6 prefixes like _2001:db8:a0b:12f0::/64_.
9393

9494
## Upgrade Notice ##
9595

96+
### 1.7.0 ###
97+
This is a service release with minor corrections. Recommended for all users. Tested up to 6.5.
98+
9699
### 1.7.0 ###
97100
This is a service release with primarily internal rework. Tested up to 6.4 and PHP 8.3.
98101

99102

100103
## Changelog ##
101104

105+
### 1.7.0 / 24.03.2024 ###
106+
* Fix HTML syntax for checkboxes on settings page
107+
* Simplify some internal control structures
108+
* Add plugin dependency to Statify
109+
* Declared compatibility with WordPress 6.5
110+
102111
### 1.7.0 / 11.03.2024 ###
103112
* Internal rework of plugin settings
104113
* Make the IP filter list unique

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stklcode/statify-blacklist",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "A filter extension for the famous Statify WordPress plugin",
55
"keywords": [
66
"wordpress",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "statify-blacklist",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "A filter extension for the famous Statify WordPress plugin",
55
"author": "Stefan Kalscheuer",
66
"license": "GPL-2.0+"

statify-blacklist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: Statify Filter
1111
* Plugin URI: https://wordpress.org/plugins/statify-blacklist/
1212
* Description: Extension for the Statify plugin to add customizable filters. (formerly "Statify Blacklist)
13-
* Version: 1.7.0
13+
* Version: 1.7.1
1414
* Requires at least: 4.7
1515
* Requires PHP: 5.5
1616
* Requires Plugins: statify

0 commit comments

Comments
 (0)