Plugin Directory

Changeset 705485


Ignore:
Timestamp:
04/29/2013 03:30:55 PM (13 years ago)
Author:
filiw
Message:

Adding version 20130429

Location:
anti-captcha/trunk
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • anti-captcha/trunk/anti-captcha.php

    r701085 r705485  
    44Plugin URI: http://blog.fili.nl/wordpress-anti-captcha-plugin/
    55Description: Anti-Captcha is a transparent captcha solution which does not require any end-user interaction
    6 Version: 20130421
     6Version: 20130429
    77Author: Filidor Wiese
    88Author URI: http://www.fili.nl/
     
    2222    if (is_user_logged_in()) return;
    2323   
    24     wp_enqueue_script('anti-captcha', '/wp-content/plugins/anti-captcha/anti-captcha-0.2.js.php', array(), md5(rand(1111,9999)));
     24    wp_enqueue_script('anti-captcha', '/wp-content/plugins/anti-captcha/anti-captcha-0.3.js.php', array(), md5(rand(1111,9999)));
    2525    wp_print_scripts('anti-captcha');
    2626}
     
    4848
    4949/*
     50// Uncomment this if you want Anti-Captcha to also work on login form
    5051function anti_captcha_process_login()
    5152{
  • anti-captcha/trunk/readme.txt

    r701085 r705485  
    55Requires at least: 2.8.4
    66Tested up to: 3.5.1
    7 Stable tag: 20130421
     7Stable tag: 20130429
    88
    99Anti-Captcha is a transparent captcha solution which does not require any end-user interaction
     
    5454== Changelog ==
    5555
     56= 20130429 =
     57* Updated anti-captcha to version 0.3 which introduces a new DOMReady loading method
     58* This version also prevents a 'alreadyrunflag is not defined' javascript error
     59
    5660= 20130421 =
    5761* Tested plugin on WordPress 3.5.1 install, everything works as expected
Note: See TracChangeset for help on using the changeset viewer.