File tree 3 files changed +22
-3
lines changed
3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog ##
2
2
3
+ ### 2.11.7 ###
4
+
5
+ * ** English**
6
+ * Tweak: Use SCRIPT_NAME instead of REQUEST_URI to check path
7
+ * Fix: Remove ` add_reasons_to_defaults() ` from general initialization for better WordPress 6.7 compatibility
8
+ * Maintenance: Tested up to WordPress 6.7
9
+
10
+ * ** Deutsch**
11
+ * Tweak: Verwende SCRIPT_NAME anstelle von REQUEST_URI, um den Pfad zu prüfen
12
+ * Fix: Entfernen von ` add_reasons_to_defaults() ` von der allgemeinen Initialisierung für bessere WordPress 6.7 Kompatibilität
13
+ * Wartung: Getestet mit WordPress 6.7
14
+
3
15
### 2.11.6 ###
4
16
* ** English**
5
17
* Fix: Delete missed out option on uninstall (Thanks @okvee !)
Original file line number Diff line number Diff line change 9
9
* Domain Path: /lang
10
10
* License: GPLv2 or later
11
11
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
- * Version: 2.11.6
12
+ * Version: 2.11.7
13
13
*
14
14
* @package Antispam Bee
15
15
**/
@@ -1117,6 +1117,7 @@ public static function upgrade_notice( $data ) {
1117
1117
*
1118
1118
* @since 0.1
1119
1119
* @since 2.6.3
1120
+ * @since 2.11.7 Switching from REQUEST_URI to SCRIPT_NAME for the check
1120
1121
*/
1121
1122
public static function precheck_incoming_request () {
1122
1123
// phpcs:disable WordPress.Security.NonceVerification.Missing
@@ -1151,6 +1152,7 @@ public static function precheck_incoming_request() {
1151
1152
* @since 0.1
1152
1153
* @since 2.6.3
1153
1154
* @since 2.10.0 Refactoring of code if pings are allowed and if is ping
1155
+ * @since 2.11.7 Switching from REQUEST_URI to SCRIPT_NAME for the check
1154
1156
*
1155
1157
* @param array $comment Untreated comment.
1156
1158
* @return array $comment Treated comment.
Original file line number Diff line number Diff line change 4
4
4
5
5
* Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TD4AMD2D8EMZW
6
6
* Requires at least: 4.6
7
- * Tested up to: 6.5
7
+ * Tested up to: 6.7
8
8
* Requires PHP: 5.2
9
- * Stable tag: 2.11.6
9
+ * Stable tag: 2.11.7
10
10
* License: GPLv2 or later
11
11
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
12
12
@@ -96,6 +96,11 @@ A complete documentation is available on [pluginkollektiv.org](https://antispamb
96
96
97
97
## Changelog ##
98
98
99
+ ### 2.11.7 ###
100
+ * Tweak: Use SCRIPT_NAME instead of REQUEST_URI to check path
101
+ * Fix: Remove `add_reasons_to_defaults()` from general initialization for better WordPress 6.7 compatibility
102
+ * Maintenance: Tested up to WordPress 6.7
103
+
99
104
### 2.11.6 ###
100
105
* Fix: Delete missed out option on uninstall (Thanks @okvee!)
101
106
* Tweak: Minor i18n improvements (Thanks Pedro!)
You can’t perform that action at this time.
0 commit comments