Plugin Directory

Changeset 838343


Ignore:
Timestamp:
01/14/2014 12:18:50 PM (12 years ago)
Author:
commentluv
Message:

tagging 1.5.5
added dutch translation

Location:
growmap-anti-spambot-plugin
Files:
4 added
4 edited

Legend:

Unmodified
Added
Removed
  • growmap-anti-spambot-plugin/tags/1.5.5/growmap-anti-spambot-plugin.php

    r821037 r838343  
    123123        'secret_key' => COOKIEHASH.md5(home_url()),
    124124        'send_to' => 'spam',
    125         'version' => '1.5.2'
     125        'version' => '1.5.5'
    126126    );
    127127    $options = get_option('gasp_options',$default_options);
  • growmap-anti-spambot-plugin/tags/1.5.5/readme.txt

    r821037 r838343  
    55Requires at least: 2.9.2
    66Tested up to: 3.8
    7 Stable tag: 1.5.4
     7Stable tag: 1.5.5
    88   
    99Defeat automated spambots (even the new 'learning' bots with dynamically named hidden fields) by adding a client side generated checkbox.
     
    3737
    3838Spanish : [Ramon](http://apasionados.es/ "Spanish Translation")
     39
     40Dutch : [Onno](http://blog.trainertops.nl/ "Dutch translation")
    3941
    4042== Installation ==
     
    9496
    9597* updated : update readme to show compatibility with wp 3.8
     98* added : Dutch language added (thanks Onno Schuit)
    9699
    97100= 1.5.4 =
  • growmap-anti-spambot-plugin/trunk/growmap-anti-spambot-plugin.php

    r821037 r838343  
    123123        'secret_key' => COOKIEHASH.md5(home_url()),
    124124        'send_to' => 'spam',
    125         'version' => '1.5.2'
     125        'version' => '1.5.5'
    126126    );
    127127    $options = get_option('gasp_options',$default_options);
  • growmap-anti-spambot-plugin/trunk/readme.txt

    r821037 r838343  
    55Requires at least: 2.9.2
    66Tested up to: 3.8
    7 Stable tag: 1.5.4
     7Stable tag: 1.5.5
    88   
    99Defeat automated spambots (even the new 'learning' bots with dynamically named hidden fields) by adding a client side generated checkbox.
     
    3737
    3838Spanish : [Ramon](http://apasionados.es/ "Spanish Translation")
     39
     40Dutch : [Onno](http://blog.trainertops.nl/ "Dutch translation")
    3941
    4042== Installation ==
     
    9496
    9597* updated : update readme to show compatibility with wp 3.8
     98* added : Dutch language added (thanks Onno Schuit)
    9699
    97100= 1.5.4 =
Note: See TracChangeset for help on using the changeset viewer.