Skip to content

Commit f083959

Browse files
committed
Raise "Requires at least" version to 4.6
Since we don't explicitly load the translation files anymore this will make sure that the necessary function is there.
1 parent ce8bc96 commit f083959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Contributors: pluginkollektiv, websupporter, schlessera, zodiac1978, swissspidy, krafit, kau-boy, florianbrinkmann, pfefferle
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
5-
* Requires at least: 4.5
5+
* Requires at least: 4.6
66
* Tested up to: 6.5
77
* Requires PHP: 5.2
88
* Stable tag: 2.11.6
@@ -65,7 +65,7 @@ Antispam Bee works best with default WordPress comments. It does not help to pro
6565
Antispam Bee works best with default WordPress comments. It is not compatible with Jetpack, wpDiscuz or Disqus Comments as those plugins load a new comment form within an iframe. Thus Antispam Bee can not access the comment form directly.
6666

6767
### Does Antispam Bee work with AJAX comment plugins or similar theme features?
68-
Whether Antispam Bee works with a comment form submitted via AJAX depends on how the AJAX request is made. If the request goes to the file that usually also receives the comments, Antispam Bee could work with it out of the box (the [WP Ajaxify Comments](https://wordpress.org/plugins/wp-ajaxify-comments/) plugin does this, for example).
68+
Whether Antispam Bee works with a comment form submitted via AJAX depends on how the AJAX request is made. If the request goes to the file that usually also receives the comments, Antispam Bee could work with it out of the box (the [WP Ajaxify Comments](https://wordpress.org/plugins/wp-ajaxify-comments/) plugin does this, for example).
6969

7070
If the comments are sent to the `admin-ajax.php`, the `antispam_bee_disallow_ajax_calls` filter must be used to run ASB for requests to that file as well. If the script does not send all form data to the file, but only some selected ones, further customization is probably necessary, as [exemplified in this post by Torsten Landsiedel](https://torstenlandsiedel.de/2020/10/04/ajaxifizierte-kommentare-und-antispam-bee/) (in German).
7171

0 commit comments

Comments
 (0)