Plugin Directory

Changeset 1730252


Ignore:
Timestamp:
09/15/2017 02:15:42 AM (8 years ago)
Author:
ryu263
Message:

Version 1.0.4

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

Legend:

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

    r1643560 r1730252  
    44 * Plugin URI: http://webcre-archive.com
    55 * Description: Adds reCAPTCHA field to MW WP Form
    6  * Version: 1.0.3
     6 * Version: 1.0.4
    77 * Author: Ryujiro Yamamoto
    88 * Author URI: http://webcre-archive.com
     
    1818
    1919function mw_wp_form_recaptcha_admin_menu() {
    20     add_object_page(
     20    add_menu_page(
    2121        'MW WP Form reCAPTCHA',
    2222        'MW WP Form reCAPTCHA',
  • mw-wp-form-recaptcha/trunk/readme.txt

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