=== BotSmasher === Contributors: joedolson Donate link: http://www.joedolson.com/donate/ Tags: botsmasher, spam, anti-spam, captcha, comments, registration, filtering, contact form, form builder, forms Requires at least: 4.0 Tested up to: 4.4.1 Stable tag: 1.1.1 Text Domain: botsmasher License: GPLv2 or later BotSmasher stops spam by checking comments and registrations against the BotSmasher API. == Description == Got spam? BotSmasher wants to fix that problem. BotSmasher is a CAPTCHA-less tool to check user submissions for spam. Why CAPTCHA-less? Because your spam isn't your visitors' problem. [Register with BotSmasher](http://www.botsmasher.com/register.php) to get an API key and start smashing bots! = Comments = All comments supplied by users who aren't administrators are checked by BotSmasher. If they are identified as spam, they'll be flagged as spam and not shown on your site. You can report false positives back to BotSmasher if a real comment gets flagged. = Registrations = New registrations are run through BotSmasher. Anybody flagged by BotSmasher will get a notice that they've been flagged as spam, and directed to contact the site separately. When you get the new user email from WordPress, it'll include a link to the user's profile that enables you to flag that user in BotSmasher. = Contact Form = BotSmasher includes an integrated and accessible contact form with basic customization options. The contact form shortcode is documented on the settings page, but can also be configured via the widget tool. Customize styles by placing a stylesheet called 'bs-form.css' in your theme or child theme directory. Form submissions are automatically saved as a non-public custom post type. = Translations = Available languages (in order of completeness): German, Portuguese, Dutch, French Visit the [BotSmasher translations site](https://www.transifex.com/projects/p/botsmasher/) to help out! Translator Credits == Installation == 1. Download the plugin's zip file, extract the contents, and upload them to your wp-content/plugins folder. 2. Login to your WordPress dashboard, click "Plugins", and activate BotSmasher. 3. Go to http://www.botsmasher.com and register to get an API key. 4. Add your API key on the Settings > BotSmasher screen. == Changelog == = Future = * Shortcode builder/save forms as post type [todo] = 1.1.1 = * Bug fix: Use reply-to header instead of from header in support messages & contact form messages. * Strip HTML from value of email address to send to. * Bug fix: correctly load textdomains * Bug fix: correctly reference text domains * Bug fix: switch sample shortcode to readonly textarea. * Add notice about Botsmasher.com expired SSL certificate. = 1.1.0 = * Feature: Save contact form submissions as custom post type. * Bug fix: Placeholder field should always hold label value. * Bug fix: stripslashes on post-submission field content. * Bug fix: Don't strip line breaks from multi-line fields. * Bug fix: Stripslashes from recipient name on email. * Bug fix: Don't add name and email fields twice to default email template. * Bug fix: called invalid function on contact form submission * Bug fix: Check if json_last_error exists * Bug fix: better clean up on server response if invalid. * Added: French, German, Dutch and Brazilian Portuguese translations = 1.0.6 = * New filter: bs_custom_field - generate a custom input field. * New filter: bs_draw_message - generate a custom response message. * New filter: bs_post_submit_message - modify notification message output. * Moved bs_stylesheet to wp_enqueue_scripts instead of wp_head * Added aria-required=true to support form request field. * Added debugging filters. * Bug fix: broken