Skip to content

Commit 7befef3

Browse files
Update changelog and tested up to version (#619)
* Update changelog and tested up to version * Update @SInCE entries * Update tested up to version * Update changelog with latest merges --------- Co-authored-by: Bernhard Kau <[email protected]>
1 parent b39f751 commit 7befef3

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## Changelog ##
22

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+
315
### 2.11.6 ###
416
* **English**
517
* Fix: Delete missed out option on uninstall (Thanks @okvee!)

Diff for: antispam_bee.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Domain Path: /lang
1010
* License: GPLv2 or later
1111
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
12-
* Version: 2.11.6
12+
* Version: 2.11.7
1313
*
1414
* @package Antispam Bee
1515
**/
@@ -1117,6 +1117,7 @@ public static function upgrade_notice( $data ) {
11171117
*
11181118
* @since 0.1
11191119
* @since 2.6.3
1120+
* @since 2.11.7 Switching from REQUEST_URI to SCRIPT_NAME for the check
11201121
*/
11211122
public static function precheck_incoming_request() {
11221123
// phpcs:disable WordPress.Security.NonceVerification.Missing
@@ -1151,6 +1152,7 @@ public static function precheck_incoming_request() {
11511152
* @since 0.1
11521153
* @since 2.6.3
11531154
* @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
11541156
*
11551157
* @param array $comment Untreated comment.
11561158
* @return array $comment Treated comment.

Diff for: readme.txt

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
4
55
* Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TD4AMD2D8EMZW
66
* Requires at least: 4.6
7-
* Tested up to: 6.5
7+
* Tested up to: 6.7
88
* Requires PHP: 5.2
9-
* Stable tag: 2.11.6
9+
* Stable tag: 2.11.7
1010
* License: GPLv2 or later
1111
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1212

@@ -96,6 +96,11 @@ A complete documentation is available on [pluginkollektiv.org](https://antispamb
9696

9797
## Changelog ##
9898

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+
99104
### 2.11.6 ###
100105
* Fix: Delete missed out option on uninstall (Thanks @okvee!)
101106
* Tweak: Minor i18n improvements (Thanks Pedro!)

0 commit comments

Comments
 (0)