Changeset 705485
- Timestamp:
- 04/29/2013 03:30:55 PM (13 years ago)
- Location:
- anti-captcha/trunk
- Files:
-
- 1 added
- 1 deleted
- 2 edited
-
anti-captcha-0.2.js.php (deleted)
-
anti-captcha-0.3.js.php (added)
-
anti-captcha.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
anti-captcha/trunk/anti-captcha.php
r701085 r705485 4 4 Plugin URI: http://blog.fili.nl/wordpress-anti-captcha-plugin/ 5 5 Description: Anti-Captcha is a transparent captcha solution which does not require any end-user interaction 6 Version: 2013042 16 Version: 20130429 7 7 Author: Filidor Wiese 8 8 Author URI: http://www.fili.nl/ … … 22 22 if (is_user_logged_in()) return; 23 23 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))); 25 25 wp_print_scripts('anti-captcha'); 26 26 } … … 48 48 49 49 /* 50 // Uncomment this if you want Anti-Captcha to also work on login form 50 51 function anti_captcha_process_login() 51 52 { -
anti-captcha/trunk/readme.txt
r701085 r705485 5 5 Requires at least: 2.8.4 6 6 Tested up to: 3.5.1 7 Stable tag: 2013042 17 Stable tag: 20130429 8 8 9 9 Anti-Captcha is a transparent captcha solution which does not require any end-user interaction … … 54 54 == Changelog == 55 55 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 56 60 = 20130421 = 57 61 * Tested plugin on WordPress 3.5.1 install, everything works as expected
Note: See TracChangeset
for help on using the changeset viewer.