Changeset 848832
- Timestamp:
- 01/31/2014 01:50:14 PM (12 years ago)
- Location:
- comment-gatekeeper
- Files:
-
- 11 added
- 2 edited
-
tags/1.1.1 (added)
-
tags/1.1.1/comment-gatekeeper.php (added)
-
tags/1.1.1/includes (added)
-
tags/1.1.1/includes/comment-form.php (added)
-
tags/1.1.1/includes/settings.php (added)
-
tags/1.1.1/lang (added)
-
tags/1.1.1/lang/comment-gatekeeper - Copy.mo (added)
-
tags/1.1.1/lang/comment-gatekeeper-es_ES.mo (added)
-
tags/1.1.1/lang/comment-gatekeeper.pot (added)
-
tags/1.1.1/readme.txt (added)
-
tags/1.1.1/uninstall.php (added)
-
trunk/comment-gatekeeper.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
comment-gatekeeper/trunk/comment-gatekeeper.php
r842232 r848832 6 6 Author: Stuart Sequeira 7 7 Author URI: http://lb3computingsolutions.com/about/ 8 Version: 1.1 8 Version: 1.1.1 9 9 Text Domain: comment-gatekeeper 10 10 */ 11 11 12 define('LB3CGK_VERSION', '1.1 ');12 define('LB3CGK_VERSION', '1.1.1'); 13 13 14 14 /*---------- -
comment-gatekeeper/trunk/readme.txt
r842232 r848832 5 5 Requires at least: 3.0.3 6 6 Tested up to: 3.8 7 Stable tag: 1.1 7 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 == Description == 14 14 15 Block comment spam by inserting a question and answer field on your comment forms. No more wasting your time emptying out pages of spam messages just to get to the real comments from real visitors!15 Block comment spam (up to 98% of it !) by inserting a question and answer field on your comment forms. No more wasting your time emptying out pages of spam messages just to get to the real comments from real visitors! 16 16 17 17 You can create your own simple question, like "What is 1 plus 1?" and the commenter must supply an answer on the comment form. If the commenter can't answer the question correctly, this great little plugin blocks the comment from getting into your website. … … 19 19 Thanks to Andrew Kurtis and his team at Web Hosting Hub for translating this plugin into Spanish! 20 20 21 With the recently added blocked-spam counter, we collected data on our test site that blocked 798 spam comments and allowed only 14 through - a 98% success rate! 21 22 22 23 == Installation == … … 42 43 43 44 == Changelog == 45 46 = 1.1.1 = 47 Update README.txt with recent spam-blocking data 44 48 45 49 = 1.1 =
Note: See TracChangeset
for help on using the changeset viewer.