=== I don't like Spam! ===
Contributors: them.es
Donate link: https://them.es
Tags: ninja-forms, wpforms, antispam, anti-spam, blocklist
Requires at least: 5.9
Tested up to: 6.9
Stable tag: 1.3.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 7.2

Use the [Comment Blocklist](https://codex.wordpress.org/Combating_Comment_Spam#Comment_Blacklist) feature to protect your contact form.

== Compatibility ==
This plugin is compatible with [Gutenberg Form block (experimental!)](https://wordpress.org/plugins/gutenberg), [Ninja Forms](https://wordpress.org/plugins/ninja-forms), [WPForms](https://wordpress.org/plugins/wpforms-lite) and [Contact Form Block](https://wordpress.org/plugins/contact-form-block).

== Features ==
* Not reinventing the wheel since WordPress already has a Comment Blocklist feature.
* Privacy by Design by using a local blocklist.
* No external API.

== Setup ==
* Login to the dashboard and open **Settings > Discussion**.
* Scroll down to **Disallowed Comment Keys**.
* Enter some bad words, phrases or weblinks that keep bugging you. **Choose your blocklist wisely!**
* Contact forms that contain any of these words cannot be submitted anymore and will show an error message.
* Optional: Modify the error message output in the Theme Customizer.

== Fun fact ==
Spam emails are usually very annoying and affect work - and there is nothing funny about it. But did you know that the term Spam, referring to junk mail, was named after a famous Monty Python sketch?
[https://en.wikipedia.org/wiki/Spam_(Monty_Python)](https://en.wikipedia.org/wiki/Spam_(Monty_Python))

[vimeo https://vimeo.com/19166875]

== Contribution? ==

* The Plugin development can be followed via GitHub <3
* [Let us know](https://wordpress.org/support/plugin/i-dont-like-spam/ "Support") if we should add another Contact form plugin
* We are happy to receive feature suggestions and pull requests: [https://github.com/them-es/i-dont-like-spam](https://github.com/them-es/i-dont-like-spam "GitHub")

== More information ==
[https://them.es/plugins/i-dont-like-spam](https://them.es/plugins/i-dont-like-spam)

== Installation ==

1. Upload the Plugin to the `/wp-content/plugins/` directory.
2. Activate it through the 'Plugins' menu in WordPress.
3. Add a list of bad words, phrases or weblinks that should prevent form submissions to the [Comment Blocklist](https://codex.wordpress.org/Combating_Comment_Spam#Comment_Blacklist).

== Changelog ==

= 1.3.1 =
Code quality

= 1.3.0 =
* Compatibility with the Gutenberg form block (experimental) and the Meow Contact Form Block plugin
* Minor refactoring - bump minimum supported WordPress and PHP versions

= 1.2.8 =
* Tested up to WordPress 6.7
* Remove Caldera Forms references and code

= 1.2.7 =
* Tested up to WordPress 6.6
* The Caldera Forms plugin has been closed by the developers - add a deprecated notice to the code

= 1.2.6 =
* Code quality
* Documentation

= 1.2.5 =
* Prevent PHP error when checking field values
* Code quality

= 1.2.4 =
* Code quality

= 1.2.3 =
* The option key changed after WordPress 5.5b3. Use option 'disallowed_keys' if WordPress version >=5.5 and implement recommended code snippet for backward compatibility.

= 1.2.2 =
* Use option 'blocklist_keys' if WordPress version >=5.5

= 1.2.1 =
* Improve pluginmissing_admin_notice()

= 1.2 =
* Compatibility with Caldera Forms

= 1.1.1 =
* "Racially neutral" terminology: Rename blacklist to blocklist where possible

= 1.1 =
* Compatibility with WPForms
* Minor changes to translation strings

= 1.0 =
* Initial Release
* Created a GitHub repository with all development sources
