Version Description
Download this release
Release Info
Developer | Yuichiro ABE |
Plugin | Contact Form 7 add confirm |
Version | 4.3.3 |
Comparing to | |
See all releases |
Code changes from version 4.3.2 to 4.3.3
- contact-form-7-confirm.php +2 -2
- includes/js/scripts.js +2 -1
- readme.txt +7 -3
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-add-confirm
|
9 |
Domain Path: /languages/
|
10 |
-
Version: 4.3.
|
11 |
*/
|
12 |
|
13 |
/* Copyright 2014- Yuichiro ABE (email: y.abe at eyeta.jp)
|
@@ -28,7 +28,7 @@ Version: 4.3.2
|
|
28 |
*/
|
29 |
|
30 |
|
31 |
-
define( 'WPCF7C_VERSION', '4.3.
|
32 |
|
33 |
if ( ! defined( 'WPCF7C_PLUGIN_BASENAME' ) )
|
34 |
define( 'WPCF7C_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
7 |
Author URI: http://www.eyeta.jp/
|
8 |
Text Domain: contact-form-7-add-confirm
|
9 |
Domain Path: /languages/
|
10 |
+
Version: 4.3.3
|
11 |
*/
|
12 |
|
13 |
/* Copyright 2014- Yuichiro ABE (email: y.abe at eyeta.jp)
|
28 |
*/
|
29 |
|
30 |
|
31 |
+
define( 'WPCF7C_VERSION', '4.3.3' );
|
32 |
|
33 |
if ( ! defined( 'WPCF7C_PLUGIN_BASENAME' ) )
|
34 |
define( 'WPCF7C_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
includes/js/scripts.js
CHANGED
@@ -34,6 +34,7 @@
|
|
34 |
// 戻って編集ボタン挙動
|
35 |
parent.find(".wpcf7c-btn-back").on("click", function(){
|
36 |
wpcf7c_to_step1(parent, true);
|
|
|
37 |
});
|
38 |
}
|
39 |
|
@@ -75,7 +76,7 @@ var wpcf7c_to_step1 = function(parent, scroll){
|
|
75 |
// スムーズスクロール
|
76 |
if(scroll) {
|
77 |
// スムーズスクロール
|
78 |
-
setTimeout(function() { wpcf7c_scroll(parent.
|
79 |
}
|
80 |
|
81 |
}
|
34 |
// 戻って編集ボタン挙動
|
35 |
parent.find(".wpcf7c-btn-back").on("click", function(){
|
36 |
wpcf7c_to_step1(parent, true);
|
37 |
+
return false;
|
38 |
});
|
39 |
}
|
40 |
|
76 |
// スムーズスクロール
|
77 |
if(scroll) {
|
78 |
// スムーズスクロール
|
79 |
+
setTimeout(function() { wpcf7c_scroll(parent.find("input[name=_wpcf7_unit_tag]").val()) }, 100);
|
80 |
}
|
81 |
|
82 |
}
|
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: 4.
|
7 |
-
Stable tag: 4.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
Text Domain: contact-form-7-add-confirm
|
@@ -123,6 +123,10 @@ An answer to that question.
|
|
123 |
|
124 |
4.3.1
|
125 |
Check at WordPress4.4
|
126 |
-
|
127 |
4.3.2
|
128 |
Contact Form 7がインストールされていないときに管理画面がおかしくなるバグを修正
|
|
|
|
|
|
|
|
3 |
Donate link:
|
4 |
Tags: contact, form, contact form
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 4.5.3
|
7 |
+
Stable tag: 4.3.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
Text Domain: contact-form-7-add-confirm
|
123 |
|
124 |
4.3.1
|
125 |
Check at WordPress4.4
|
126 |
+
|
127 |
4.3.2
|
128 |
Contact Form 7がインストールされていないときに管理画面がおかしくなるバグを修正
|
129 |
+
== Upgrade notice ==
|
130 |
+
4.3.3
|
131 |
+
アンカースクロールバグ修正
|
132 |
+
|