Version Description
Download this release
Release Info
Developer | Yuichiro ABE |
Plugin | Contact Form 7 add confirm |
Version | 1.3.8.3 |
Comparing to | |
See all releases |
Code changes from version 1.3.8.2 to 1.3.8.3
- contact-form-7-confirm.php +3 -3
- readme.txt +2 -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.8.
|
11 |
*/
|
12 |
|
13 |
/* Copyright 2014- Yuichiro ABE (email: y.abe at eyeta.jp)
|
@@ -40,10 +40,10 @@ Version: 1.3.8.2
|
|
40 |
checkboxでのバグの修正
|
41 |
「wpcf7c-anchor」クラスを指定しておくと確認、戻るなどの際の
|
42 |
頭出しの座標に利用されるようにしました。
|
43 |
-
1.3.8.
|
44 |
戻って編集ボタンのデフォルトテキストが英語だった件を修正
|
45 |
*/
|
46 |
-
define( 'WPCF7C_VERSION', '1.3.8.
|
47 |
|
48 |
if ( ! defined( 'WPCF7C_PLUGIN_BASENAME' ) )
|
49 |
define( 'WPCF7C_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
7 |
Author URI: http://www.eyeta.jp/
|
8 |
Text Domain: contact-form-7-confirm
|
9 |
Domain Path: /languages/
|
10 |
+
Version: 1.3.8.3
|
11 |
*/
|
12 |
|
13 |
/* Copyright 2014- Yuichiro ABE (email: y.abe at eyeta.jp)
|
40 |
checkboxでのバグの修正
|
41 |
「wpcf7c-anchor」クラスを指定しておくと確認、戻るなどの際の
|
42 |
頭出しの座標に利用されるようにしました。
|
43 |
+
1.3.8.3
|
44 |
戻って編集ボタンのデフォルトテキストが英語だった件を修正
|
45 |
*/
|
46 |
+
define( 'WPCF7C_VERSION', '1.3.8.3' );
|
47 |
|
48 |
if ( ! defined( 'WPCF7C_PLUGIN_BASENAME' ) )
|
49 |
define( 'WPCF7C_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
readme.txt
CHANGED
@@ -13,10 +13,10 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
13 |
== Description ==
|
14 |
|
15 |
"Contact Form 7 add confirm" can add confirm step to "Contact Form 7".
|
16 |
-
"Contact Form 7 add confirm"
|
17 |
|
18 |
This plug-in is not related to the developer of the "Contact Form 7".
|
19 |
-
|
20 |
|
21 |
== Installation ==
|
22 |
|
13 |
== Description ==
|
14 |
|
15 |
"Contact Form 7 add confirm" can add confirm step to "Contact Form 7".
|
16 |
+
"Contact Form 7 add confirm"に確認画面を追加するプラグインです。
|
17 |
|
18 |
This plug-in is not related to the developer of the "Contact Form 7".
|
19 |
+
このプラグインの作者はContact Form 7プラグイン開発元とは関係ありません、ご注意下さい。
|
20 |
|
21 |
== Installation ==
|
22 |
|