File tree Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 6
6
# Statify Filter #
7
7
* Contributors: stklcode
8
8
* Requires at least: 4.7
9
- * Tested up to: 6.4
9
+ * Tested up to: 6.5
10
10
* Requires PHP: 5.5
11
- * Stable tag: 1.7.0
11
+ * Stable tag: 1.7.1
12
12
* License: GPLv2 or later
13
13
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
14
14
@@ -93,12 +93,21 @@ Same for IPv6 prefixes like _2001:db8:a0b:12f0::/64_.
93
93
94
94
## Upgrade Notice ##
95
95
96
+ ### 1.7.0 ###
97
+ This is a service release with minor corrections. Recommended for all users. Tested up to 6.5.
98
+
96
99
### 1.7.0 ###
97
100
This is a service release with primarily internal rework. Tested up to 6.4 and PHP 8.3.
98
101
99
102
100
103
## Changelog ##
101
104
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
+
102
111
### 1.7.0 / 11.03.2024 ###
103
112
* Internal rework of plugin settings
104
113
* Make the IP filter list unique
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stklcode/statify-blacklist" ,
3
- "version" : " 1.7.0 " ,
3
+ "version" : " 1.7.1 " ,
4
4
"description" : " A filter extension for the famous Statify WordPress plugin" ,
5
5
"keywords" : [
6
6
" wordpress" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " statify-blacklist" ,
3
- "version" : " 1.7.0 " ,
3
+ "version" : " 1.7.1 " ,
4
4
"description" : " A filter extension for the famous Statify WordPress plugin" ,
5
5
"author" : " Stefan Kalscheuer" ,
6
6
"license" : " GPL-2.0+"
Original file line number Diff line number Diff line change 10
10
* Plugin Name: Statify Filter
11
11
* Plugin URI: https://wordpress.org/plugins/statify-blacklist/
12
12
* Description: Extension for the Statify plugin to add customizable filters. (formerly "Statify Blacklist)
13
- * Version: 1.7.0
13
+ * Version: 1.7.1
14
14
* Requires at least: 4.7
15
15
* Requires PHP: 5.5
16
16
* Requires Plugins: statify
You can’t perform that action at this time.
0 commit comments