Changeset 705290
- Timestamp:
- 04/29/2013 08:53:38 AM (13 years ago)
- Location:
- keycaptcha/trunk
- Files:
-
- 5 edited
-
kc-gettime.php (modified) (2 diffs)
-
keycaptcha.php (modified) (5 diffs)
-
keycaptcha_multisite_.php (modified) (2 diffs)
-
keycaptcha_settings.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
keycaptcha/trunk/kc-gettime.php
r553673 r705290 2 2 /* 3 3 KeyCAPTCHA plugin for WordPress 4 Version 2.4. 04 Version 2.4.1 5 5 Author Mersane, Ltd 6 6 Author URI https://www.keycaptcha.com … … 8 8 */ 9 9 /* 10 Copyright (C) 2011 Mersane, Ltd (www.keycaptcha.com). All rights reserved.10 Copyright (C) 2011-2013 Mersane, Ltd (www.keycaptcha.com). All rights reserved. 11 11 12 12 This program is free software; you can redistribute it and/or -
keycaptcha/trunk/keycaptcha.php
r553673 r705290 4 4 Plugin URI: https://www.keycaptcha.com 5 5 Description: Adds KeyCAPTCHA anti-spam solution to WordPress on the comment form and registration form. 6 Version: 2.4. 06 Version: 2.4.1 7 7 Author: Mersane, Ltd 8 8 Author URI: https://www.keycaptcha.com … … 10 10 */ 11 11 /* 12 Copyright (C) 2011 Mersane, Ltd (www.keycaptcha.com). All rights reserved.12 Copyright (C) 2011-2013 Mersane, Ltd (www.keycaptcha.com). All rights reserved. 13 13 14 14 This program is free software; you can redistribute it and/or … … 53 53 $this->p_kc_js_code = $a_js_code; 54 54 } 55 $this->p_kc_session_id = uniqid() . '-2.4. 0.014';55 $this->p_kc_session_id = uniqid() . '-2.4.1.014'; 56 56 $this->p_kc_visitor_ip = $_SERVER["REMOTE_ADDR"]; 57 57 } … … 455 455 $keycaptcha_path = WP_PLUGIN_DIR.'/keycaptcha'; 456 456 457 add_action( 'init', 'kcinit' ); 458 459 function kcinit() { 460 global $wp_version, $keycaptcha_wp_o; 461 457 462 // initialize admin panel 458 463 if ( ! file_exists( WP_PLUGIN_DIR.'/keycaptcha/keycaptcha_multisite.php' ) ) { … … 509 514 //add_shortcode('keycaptcha', 'keycaptcha_shortcode', true ); 510 515 //add_filter('keycaptcha_process_custom_forms', array($keycaptcha_wp_o, 'keycaptcha_process_custom_forms'), 0); 516 } 511 517 512 518 // uninstall KeyCAPTCHA -
keycaptcha/trunk/keycaptcha_multisite_.php
r553673 r705290 2 2 /* 3 3 KeyCAPTCHA plugin for WordPress 4 Version 2.4. 04 Version 2.4.1 5 5 Author Mersane, Ltd 6 6 Author URI https://www.keycaptcha.com … … 11 11 */ 12 12 /* 13 Copyright (C) 2011 Mersane, Ltd (www.keycaptcha.com). All rights reserved.13 Copyright (C) 2011-2013 Mersane, Ltd (www.keycaptcha.com). All rights reserved. 14 14 15 15 This program is free software; you can redistribute it and/or -
keycaptcha/trunk/keycaptcha_settings.php
r553673 r705290 2 2 /* 3 3 KeyCAPTCHA plugin for WordPress 4 Version 2.4. 04 Version 2.4.1 5 5 Author Mersane, Ltd 6 6 Author URI https://www.keycaptcha.com … … 8 8 */ 9 9 /* 10 Copyright (C) 2011 Mersane, Ltd (www.keycaptcha.com). All rights reserved.10 Copyright (C) 2011-2013 Mersane, Ltd (www.keycaptcha.com). All rights reserved. 11 11 12 12 This program is free software; you can redistribute it and/or -
keycaptcha/trunk/readme.txt
r597392 r705290 4 4 Tags: captcha, widget, plugin, post, comments, image, images, anti-spam, admin, keycaptcha, social, AJAX 5 5 Requires at least: 2.7 6 Tested up to: 3. 4.16 Tested up to: 3.5.1 7 7 Stable tag: trunk 8 8 … … 281 281 == Changelog == 282 282 283 = 2.4.1 = 284 * Fixed bug with Contact Form 7 ver 3.4 285 283 286 = 2.4.0 = 284 287 * Fixed bug with redeclare cnt_comments_kc
Note: See TracChangeset
for help on using the changeset viewer.