Plugin Directory

Changeset 1829720


Ignore:
Timestamp:
02/27/2018 01:32:04 AM (8 years ago)
Author:
Yuichiro ABE
Message:

tagging version 5.1

Location:
contact-form-7-add-confirm
Files:
3 deleted
3 edited
15 copied

Legend:

Unmodified
Added
Removed
  • contact-form-7-add-confirm/tags/5.1/contact-form-7-confirm.php

    r1816058 r1829720  
    88Text Domain: contact-form-7-add-confirm
    99Domain Path: /languages/
    10 Version: 5.0
     10Version: 5.1
    1111*/
    1212
     
    2929
    3030
    31 define( 'WPCF7C_VERSION', '5.0' );
     31define( 'WPCF7C_VERSION', '5.1' );
    3232
    3333if ( ! defined( 'WPCF7C_PLUGIN_BASENAME' ) )
  • contact-form-7-add-confirm/tags/5.1/includes/js/scripts.js

    r1816058 r1829720  
    55
    66
    7     if(jQuery(".wpcf7c-elm-step1").size() != 0) {
     7    if(jQuery(".wpcf7c-elm-step1").length != 0) {
    88        // 対象有り
    99
     
    168168            var speed = 1000;
    169169            var position = parent.offset().top;
    170             if(jQuery('.wpcf7c-anchor').size() != 0) {
     170            if(jQuery('.wpcf7c-anchor').length != 0) {
    171171                position = jQuery('.wpcf7c-anchor').offset().top;
    172172            }
     
    193193
    194194            // step3の要素があれば、それに切り替える
    195             if(parent.find(".wpcf7c-elm-step3").size() != 0) {
     195            if(parent.find(".wpcf7c-elm-step3").length != 0) {
    196196                // 表示切替
    197197                parent.find(".wpcf7c-elm-step1").addClass("wpcf7c-force-hide");
     
    229229    }
    230230}, false );
    231 
  • contact-form-7-add-confirm/tags/5.1/readme.txt

    r1816058 r1829720  
    55Requires at least: 3.8
    66Tested up to: 4.9.3
    7 Stable tag: 5.0
     7Stable tag: 5.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1441444.8
    145145 Contact Form 7 ver.4.8に対応
    146  
    147 == Upgrade notice ==
     146
    1481475.0
    149148 Contact Form 7 ver.5.0に対応
    150149 
     150== Upgrade notice ==
     1515.1
     152 jQuery3.0対応としてscripts.js の size() を length に変更
  • contact-form-7-add-confirm/trunk/contact-form-7-confirm.php

    r1816058 r1829720  
    88Text Domain: contact-form-7-add-confirm
    99Domain Path: /languages/
    10 Version: 5.0
     10Version: 5.1
    1111*/
    1212
     
    2929
    3030
    31 define( 'WPCF7C_VERSION', '5.0' );
     31define( 'WPCF7C_VERSION', '5.1' );
    3232
    3333if ( ! defined( 'WPCF7C_PLUGIN_BASENAME' ) )
  • contact-form-7-add-confirm/trunk/includes/js/scripts.js

    r1816058 r1829720  
    55
    66
    7     if(jQuery(".wpcf7c-elm-step1").size() != 0) {
     7    if(jQuery(".wpcf7c-elm-step1").length != 0) {
    88        // 対象有り
    99
     
    168168            var speed = 1000;
    169169            var position = parent.offset().top;
    170             if(jQuery('.wpcf7c-anchor').size() != 0) {
     170            if(jQuery('.wpcf7c-anchor').length != 0) {
    171171                position = jQuery('.wpcf7c-anchor').offset().top;
    172172            }
     
    193193
    194194            // step3の要素があれば、それに切り替える
    195             if(parent.find(".wpcf7c-elm-step3").size() != 0) {
     195            if(parent.find(".wpcf7c-elm-step3").length != 0) {
    196196                // 表示切替
    197197                parent.find(".wpcf7c-elm-step1").addClass("wpcf7c-force-hide");
     
    229229    }
    230230}, false );
    231 
  • contact-form-7-add-confirm/trunk/readme.txt

    r1816058 r1829720  
    55Requires at least: 3.8
    66Tested up to: 4.9.3
    7 Stable tag: 5.0
     7Stable tag: 5.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1441444.8
    145145 Contact Form 7 ver.4.8に対応
    146  
    147 == Upgrade notice ==
     146
    1481475.0
    149148 Contact Form 7 ver.5.0に対応
    150149 
     150== Upgrade notice ==
     1515.1
     152 jQuery3.0対応としてscripts.js の size() を length に変更
Note: See TracChangeset for help on using the changeset viewer.