Plugin Directory

Changeset 1783052


Ignore:
Timestamp:
12/08/2017 04:47:50 AM (8 years ago)
Author:
ryu263
Message:

Version 1.0.6

Location:
mw-wp-form-recaptcha/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mw-wp-form-recaptcha/trunk/mw-wp-form-recaptcha.php

    r1730263 r1783052  
    44 * Plugin URI: http://webcre-archive.com
    55 * Description: Adds reCAPTCHA field to MW WP Form
    6  * Version: 1.0.5
     6 * Version: 1.0.6
    77 * Author: Ryujiro Yamamoto
    88 * Author URI: http://webcre-archive.com
     
    8686jQuery(function() {
    8787    // reCAPTCHAの挿入
    88     jQuery( '.mw_wp_form_input input[type="submit"]' ).before( '<div data-callback="syncerRecaptchaCallback" data-sitekey="
     88    jQuery( '.mw_wp_form_input button, .mw_wp_form_input input[type="submit"]' ).before( '<div data-callback="syncerRecaptchaCallback" data-sitekey="
    8989EOT;
    9090echo $sitekey;
  • mw-wp-form-recaptcha/trunk/readme.txt

    r1730263 r1783052  
    33Tags: MW WP Form reCAPTCHA, reCAPTCHA
    44Requires at least: 4.3
    5 Tested up to: 4.8.1
    6 Stable tag: 1.0.5
     5Tested up to: 4.9.1
     6Stable tag: 1.0.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2727== Changelog ==
    2828
     29= 1.0.6 =
     30* Fix jQuery code
     31
    2932= 1.0.5 =
    3033* Fix debug mode notice
Note: See TracChangeset for help on using the changeset viewer.