=== Inpsyde AntiSpam === Contributors: inpsyde, eteubert, Bueltge Donate link: Tags: spam, protection, javascript, anti-spam Requires at least: 3.0 Tested up to: 4.3 Stable tag: 2.1.3 Simple antispam solution with the magic of javascript == Description == Simple antispam solution. Scrambles a word and pieces it together automatically via JavaScript. Users with JavaScript enabled won't notice anything. Those who have JavaScript disabled have to type the word into a textfield. This plugin won't help against a targeted spam attack but should prevent a lot of random spam. No remote service needed. Does not send or retrieve data from third party services. = Bugs, technical hints or contribute = Please give us feedback, contribute and file technical bugs on [GitHub Repo](https://github.com/inpsyde/inpsyde-antispam). **Made by [Inpsyde](http://inpsyde.com) · We love WordPress** Have a look at the premium plugins in our [market](http://marketpress.com). == Installation == = Requirements = * WordPress (current not Multisite) version 3.3 and later (see tested up to) * PHP 5.3 (use namespaces) = Installation = * Use the installer via backend of your install or ... 1. Unpack the download-package 1. Upload all files to the `/wp-content/plugins/` directory, without folder 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Go to *Settings* -> *Antispam* and configure the plugin 1. Ready == Changelog == = 2.1.3 (06/14/2013) = * Change file name for settings to remove error on network admin = 2.1.2 (06/10/2013) = * Add check for the length of URL field in comment form = 2.1.1 = * Change to core function to delete comment, incl. recount = 2.1.0 = * Add options for use with/without jquery lib * Optimize loading and enqueue of scripts * Add solution in JS with/without jquery lib = 2.0.1 = * Bugfix for use comment check only on frontend = 2.0.0 = * Rewrite of all, only the idea is the same = 1.2.4 (05/05/2010) = * fix js-error for oben boxes * add `uninstall.php` for default deinstall options without source of the plugin = 1.2.3 (04/23/2010) = * change include js for metaboxes * test with WP 3.0beta1 = 1.2.2 = * add ID `js_antispam` for p-tag * small changes on code