Contact Form 7 add confirm - Version 1.3.9.2

Version Description

Download this release

Release Info

Developer Yuichiro ABE
Plugin Icon wp plugin Contact Form 7 add confirm
Version 1.3.9.2
Comparing to
See all releases

Code changes from version 1.3.9.1 to 1.3.9.2

contact-form-7-confirm.php CHANGED
@@ -7,7 +7,7 @@ Author: Yuichiro ABE
7
  Author URI: http://www.eyeta.jp/
8
  Text Domain: contact-form-7-confirm
9
  Domain Path: /languages/
10
- Version: 1.3.9.1
11
  */
12
 
13
  /* Copyright 2014- Yuichiro ABE (email: y.abe at eyeta.jp)
7
  Author URI: http://www.eyeta.jp/
8
  Text Domain: contact-form-7-confirm
9
  Domain Path: /languages/
10
+ Version: 1.3.9.2
11
  */
12
 
13
  /* Copyright 2014- Yuichiro ABE (email: y.abe at eyeta.jp)
includes/js/scripts.js CHANGED
@@ -68,6 +68,7 @@ var wpcf7c_to_step1 = function(parent, scroll){
68
  var responseOutput = parent.find('div.wpcf7-response-output');
69
  responseOutput.removeClass("wpcf7c-force-hide");
70
  responseOutput.removeClass("wpcf7-mail-sent-ng");
 
71
 
72
  parent.find(".ajax-loader").addClass("wpcf7c-elm-step2").addClass("wpcf7c-force-hide");
73
 
68
  var responseOutput = parent.find('div.wpcf7-response-output');
69
  responseOutput.removeClass("wpcf7c-force-hide");
70
  responseOutput.removeClass("wpcf7-mail-sent-ng");
71
+ responseOutput.css("display", "none");
72
 
73
  parent.find(".ajax-loader").addClass("wpcf7c-elm-step2").addClass("wpcf7c-force-hide");
74
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Yuichiro ABE
3
  Donate link:
4
  Tags: contact, form, contact form
5
  Requires at least: 3.8
6
- Tested up to: 3.9.1
7
- Stable tag: 1.3.9.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -68,7 +68,6 @@ An answer to that question.
68
  「on_confirm」オプションを追加、確認画面表示時に独自のJavascriptを追加できるようにしました。
69
  編集に戻る際は、ボタンに直接イベントをつけて下さい。
70
 
71
- == Upgrade notice ==
72
  1.3.9.1
73
  せっかくスクロールアンカーをセットできるので
74
   add_filter("wpcf7c_input_error_scroll", '__return_true');
@@ -78,4 +77,8 @@ An answer to that question.
78
  input type="text"などについて、disabledは付けずにreadonlyのみにしました。
79
  textareaについて、入力内容が縦幅より大きい場合、確認画面で高さを伸ばすようにしました。
80
 
 
 
 
 
81
 
3
  Donate link:
4
  Tags: contact, form, contact form
5
  Requires at least: 3.8
6
+ Tested up to: 3.9.2
7
+ Stable tag: 1.3.9.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
68
  「on_confirm」オプションを追加、確認画面表示時に独自のJavascriptを追加できるようにしました。
69
  編集に戻る際は、ボタンに直接イベントをつけて下さい。
70
 
 
71
  1.3.9.1
72
  せっかくスクロールアンカーをセットできるので
73
   add_filter("wpcf7c_input_error_scroll", '__return_true');
77
  input type="text"などについて、disabledは付けずにreadonlyのみにしました。
78
  textareaについて、入力内容が縦幅より大きい場合、確認画面で高さを伸ばすようにしました。
79
 
80
+ == Upgrade notice ==
81
+ 1.3.9.2
82
+ エラーメッセージ表示のDIVが確認画面から編集画面に戻る際に
83
+ display: blockのままだったものをnoneにするように修正
84