Plugin Directory

Changeset 489988


Ignore:
Timestamp:
01/14/2012 10:33:39 PM (14 years ago)
Author:
georf
Message:

Add new version 1.4

Location:
obstcha
Files:
2 deleted
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • obstcha/tags/1.4/Obstcha.php

    r477732 r489988  
    4949                '<script type="text/javascript">'."\n".
    5050                    '/* <!-- */'."\n".
    51                     'Obstcha_replace(\'Obstcha\',\'Obstcha_captchaJs\');'."\n".
     51                        'var s=document.getElementById(\'Obstcha\');'.
     52                        'if(s)s.style.display=\'none\';'.
     53                        'document.getElementById(\'Obstcha_captchaJs\').value=(new Date).getFullYear()+\'.\'+((new Date).getMonth()+1);'."\n".
    5254                    '/* --> */'."\n".
    5355                '</script>'."\n";
  • obstcha/tags/1.4/readme.txt

    r477732 r489988  
    55Requires at least: 3.0.0
    66Tested up to: 3.2.1
    7 Stable tag: 1.3
     7Stable tag: 1.4
    88
    99Decent comment verification to avoid spam without user interaction.
     
    23231. Upload the directory `Obstcha` to the `/wp-content/plugins/` directory
    24242. Activate the plugin through the 'Plugins' menu in WordPress
    25 3. Copy the content of `javascript.js` into your javascript file.
    2625
    2726
     
    3938= 1.3 =
    4039* Add noscript tag for less traffic and less cpu usage
     40
     41= 1.4 =
     42* Remove extra javascript file
     43
  • obstcha/trunk/Obstcha.php

    r477732 r489988  
    4949                '<script type="text/javascript">'."\n".
    5050                    '/* <!-- */'."\n".
    51                     'Obstcha_replace(\'Obstcha\',\'Obstcha_captchaJs\');'."\n".
     51                        'var s=document.getElementById(\'Obstcha\');'.
     52                        'if(s)s.style.display=\'none\';'.
     53                        'document.getElementById(\'Obstcha_captchaJs\').value=(new Date).getFullYear()+\'.\'+((new Date).getMonth()+1);'."\n".
    5254                    '/* --> */'."\n".
    5355                '</script>'."\n";
  • obstcha/trunk/readme.txt

    r477732 r489988  
    55Requires at least: 3.0.0
    66Tested up to: 3.2.1
    7 Stable tag: 1.3
     7Stable tag: 1.4
    88
    99Decent comment verification to avoid spam without user interaction.
     
    23231. Upload the directory `Obstcha` to the `/wp-content/plugins/` directory
    24242. Activate the plugin through the 'Plugins' menu in WordPress
    25 3. Copy the content of `javascript.js` into your javascript file.
    2625
    2726
     
    3938= 1.3 =
    4039* Add noscript tag for less traffic and less cpu usage
     40
     41= 1.4 =
     42* Remove extra javascript file
     43
Note: See TracChangeset for help on using the changeset viewer.