Skip to content

Commit c0c8811

Browse files
authored
Merge pull request #574 from pluginkollektiv/551-prepare-2-11-6-release
Prepare 2.11.6 release
2 parents 73d72d0 + 12ffacc commit c0c8811

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
## Changelog ##
22

3+
### 2.11.6 ###
4+
* **English**
5+
* Fix: Delete missed out option on uninstall (Thanks @okvee!)
6+
* Tweak: Minor i18n improvments (Thanks Pedro!)
7+
* Tweak: Minor code changes and housekeeping
8+
* Tweak: Updated dependencies
9+
10+
* **Deutsch**
11+
* Fix: Bei Deinstallation wurde eine Option nicht korrekt gelöscht (Danke @okvee!)
12+
* Tweak: Kleinere i18n-Verbesserungen (Danke Pedro!)
13+
* Tweak: Kleinere Code-Änderungen und Aufräumarbeiten
14+
* Tweak: Aktualisierte Abhängigkeiten
15+
316
### 2.11.5 ###
417
IMPORTANT: If you use the country check and are behind a proxy or similar, you need to use the `antispam_bee_trusted_ip` filter to get the correct IP from a header like `HTTP_X_FORWARDED` (don’t return an empty value here, otherwise all comments are marked as spam).
518
WICHTIG: Wenn du den Spam-Check für bestimmte Länder verwendest und hinter einem Proxy oder ähnlich bist, musst du den `antispam_bee_trusted_ip`-Filter verwenden, um die richtige Adresse des Users von einem Header wie `HTTP_X_FORWARDED` zu bekommen (hier darfst du keinen leeren String zurückgeben, sonst werden alle Kommentare als Spam markiert).

Diff for: antispam_bee.php

+1-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.5
12+
* Version: 2.11.6
1313
*
1414
* @package Antispam Bee
1515
**/

Diff for: readme.txt

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* Tags: anti-spam, antispam, block spam, comment, comments, comment spam, pingback, spam, spam filter, trackback, GDPR
44
* Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TD4AMD2D8EMZW
55
* Requires at least: 4.5
6-
* Tested up to: 6.3
6+
* Tested up to: 6.5
77
* Requires PHP: 5.2
8-
* Stable tag: 2.11.5
8+
* Stable tag: 2.11.6
99
* License: GPLv2 or later
1010
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -95,6 +95,12 @@ A complete documentation is available on [pluginkollektiv.org](https://antispamb
9595

9696
## Changelog ##
9797

98+
### 2.11.6 ###
99+
* Fix: Delete missed out option on uninstall (Thanks @okvee!)
100+
* Tweak: Minor i18n improvments (Thanks Pedro!)
101+
* Tweak: Minor code changes and housekeeping
102+
* Tweak: Updated dependencies
103+
98104
### 2.11.5 ###
99105
IMPORTANT: If you use the country check and are behind a proxy or similar, you need to use the `antispam_bee_trusted_ip` filter to get the correct IP from a header like `HTTP_X_FORWARDED` (don’t return an empty value here, otherwise all comments are marked as spam).
100106
* Fix: Usage of core filter `pre_comment_user_ip` breaks ASB if the IP address is removed for GDPR compliance

0 commit comments

Comments
 (0)