Changeset 838343
- Timestamp:
- 01/14/2014 12:18:50 PM (12 years ago)
- Location:
- growmap-anti-spambot-plugin
- Files:
-
- 4 added
- 4 edited
-
tags/1.5.5/growmap-anti-spambot-plugin.php (modified) (1 diff)
-
tags/1.5.5/languages/ab_gasp-nl_NL.mo (added)
-
tags/1.5.5/languages/ab_gasp-nl_NL.po (added)
-
tags/1.5.5/readme.txt (modified) (3 diffs)
-
trunk/growmap-anti-spambot-plugin.php (modified) (1 diff)
-
trunk/languages/ab_gasp-nl_NL.mo (added)
-
trunk/languages/ab_gasp-nl_NL.po (added)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
growmap-anti-spambot-plugin/tags/1.5.5/growmap-anti-spambot-plugin.php
r821037 r838343 123 123 'secret_key' => COOKIEHASH.md5(home_url()), 124 124 'send_to' => 'spam', 125 'version' => '1.5. 2'125 'version' => '1.5.5' 126 126 ); 127 127 $options = get_option('gasp_options',$default_options); -
growmap-anti-spambot-plugin/tags/1.5.5/readme.txt
r821037 r838343 5 5 Requires at least: 2.9.2 6 6 Tested up to: 3.8 7 Stable tag: 1.5. 47 Stable tag: 1.5.5 8 8 9 9 Defeat automated spambots (even the new 'learning' bots with dynamically named hidden fields) by adding a client side generated checkbox. … … 37 37 38 38 Spanish : [Ramon](http://apasionados.es/ "Spanish Translation") 39 40 Dutch : [Onno](http://blog.trainertops.nl/ "Dutch translation") 39 41 40 42 == Installation == … … 94 96 95 97 * updated : update readme to show compatibility with wp 3.8 98 * added : Dutch language added (thanks Onno Schuit) 96 99 97 100 = 1.5.4 = -
growmap-anti-spambot-plugin/trunk/growmap-anti-spambot-plugin.php
r821037 r838343 123 123 'secret_key' => COOKIEHASH.md5(home_url()), 124 124 'send_to' => 'spam', 125 'version' => '1.5. 2'125 'version' => '1.5.5' 126 126 ); 127 127 $options = get_option('gasp_options',$default_options); -
growmap-anti-spambot-plugin/trunk/readme.txt
r821037 r838343 5 5 Requires at least: 2.9.2 6 6 Tested up to: 3.8 7 Stable tag: 1.5. 47 Stable tag: 1.5.5 8 8 9 9 Defeat automated spambots (even the new 'learning' bots with dynamically named hidden fields) by adding a client side generated checkbox. … … 37 37 38 38 Spanish : [Ramon](http://apasionados.es/ "Spanish Translation") 39 40 Dutch : [Onno](http://blog.trainertops.nl/ "Dutch translation") 39 41 40 42 == Installation == … … 94 96 95 97 * updated : update readme to show compatibility with wp 3.8 98 * added : Dutch language added (thanks Onno Schuit) 96 99 97 100 = 1.5.4 =
Note: See TracChangeset
for help on using the changeset viewer.