Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 2.11.6 release #574

Merged
merged 2 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## Changelog ##

### 2.11.6 ###
* **English**
* Fix: Delete missed out option on uninstall (Thanks @okvee!)
* Tweak: Minor i18n improvments (Thanks Pedro!)
* Tweak: Minor code changes and housekeeping
* Tweak: Updated dependencies

* **Deutsch**
* Fix: Bei Desinstallation wurde eine Option nicht korrekt gelöscht (Danke @okvee!)
Zodiac1978 marked this conversation as resolved.
Show resolved Hide resolved
* Tweak: Kleinere i18n-Verbesserungen (Danke Pedro!)
* Tweak: Kleinere Code-Änderungen und Aufräumarbeiten
* Tweak: Aktualisierte Abhängigkeiten

### 2.11.5 ###
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).
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).
Expand Down
2 changes: 1 addition & 1 deletion antispam_bee.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Domain Path: /lang
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Version: 2.11.5
* Version: 2.11.6
*
* @package Antispam Bee
**/
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* Tags: anti-spam, antispam, block spam, comment, comments, comment spam, pingback, spam, spam filter, trackback, GDPR
* Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TD4AMD2D8EMZW
* Requires at least: 4.5
* Tested up to: 6.3
* Tested up to: 6.5
* Requires PHP: 5.2
* Stable tag: 2.11.5
* Stable tag: 2.11.6
* License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

## Changelog ##

### 2.11.6 ###
* Fix: Delete missed out option on uninstall (Thanks @okvee!)
* Tweak: Minor i18n improvments (Thanks Pedro!)
* Tweak: Minor code changes and housekeeping
* Tweak: Updated dependencies

### 2.11.5 ###
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).
* Fix: Usage of core filter `pre_comment_user_ip` breaks ASB if the IP address is removed for GDPR compliance
Expand Down
Loading