antispam-bee
antispam-bee copied to clipboard
„... another popular solution to fight spam is Antispam Bee“ – Matt Mullenweg, Q&A WordCamp Europe 2014
Add schema to blueprint.json
Readme: One or more tags were ignored. Please limit your plugin to 5 tags. Readme: The Short Description section is too long and was truncated. A maximum of 150 characters...
We could add a blueprint.json to support the playground. For example, to run some custom PHP to insert (spam) comments to better show our features: https://wordpress.github.io/wordpress-playground/blueprints-api/examples#run-custom-php-code See also: https://joost.blog/plugin-demos-with-the-wordpress-playground/ Or...
based on #575, #576 and #579 (all merged) ---- * raise required PHP version from 7.0 to 7.2 We have nullable and void return types, so we can annotate almost...
We use two options: `antispam_bee` and `antispambee_db_version` - both are autoloaded. In the light of optimizing the crowded autoloaded options (See: https://wordpress.org/plugins/aaa-option-optimizer/) we could think about disabling the autoload feature....
The script is currently checking if the `REQUEST_URI` is containing `wp-comments-post.php`, the default script to handle the submission of a comment. Some security plugins have options to rename this file...
**Describe the bug** Getting the dreaded" No more “Error: Please type your comment text.” " This is due to the wp-comments-post.php is hard coded in the php code The security...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨) a498f35 feat: update Unicode letter detection in...
**Describe the bug** I got the following error message in Antispam Bee v3: ``` ErrorException: Warning: preg_match(): Compilation failed: UTF-8 error: overlong 2-byte sequence at offset 9 #8 /wp-content/plugins/antispam-bee/src/Rules/RegexpSpam.php(147): AntispamBee\Rules\RegexpSpam::verify...
Bumps [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) from 17.13.0 to 18.0.0. Release notes Sourced from @wordpress/eslint-plugin's releases. 18.0.0 Changelog Enhancements Core Data: Update method generating plural names. (59881) Expand main content area to viewport when...