Contact Form 7 add confirm - Version 1.3.8.8

Version Description

Download this release

Release Info

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

Code changes from version 1.3.8.7 to 1.3.8.8

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.7
11
  */
12
 
13
  /* Copyright 2014- Yuichiro ABE (email: y.abe at eyeta.jp)
@@ -44,7 +44,7 @@ Version: 1.3.8.7
44
   戻って編集ボタンのデフォルトテキストが英語だった件を修正
45
  以降、readme.txtに記述
46
  */
47
- define( 'WPCF7C_VERSION', '1.3.8.7' );
48
 
49
  if ( ! defined( 'WPCF7C_PLUGIN_BASENAME' ) )
50
  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.8
11
  */
12
 
13
  /* Copyright 2014- Yuichiro ABE (email: y.abe at eyeta.jp)
44
   戻って編集ボタンのデフォルトテキストが英語だった件を修正
45
  以降、readme.txtに記述
46
  */
47
+ define( 'WPCF7C_VERSION', '1.3.8.8' );
48
 
49
  if ( ! defined( 'WPCF7C_PLUGIN_BASENAME' ) )
50
  define( 'WPCF7C_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
includes/controller.php CHANGED
@@ -20,7 +20,7 @@ function wpcf7c_control_init() {
20
 
21
 
22
  function wpcf7c_ajax_json_echo() {
23
- switch($_POST["_wpcf7c"]) {
24
  case "step1":
25
  // $result = apply_filters( 'wpcf7_before_send_mail', $result );
26
  add_action("wpcf7_before_send_mail", "wpcf7c_before_send_mail_step1", 10, 2);
20
 
21
 
22
  function wpcf7c_ajax_json_echo() {
23
+ if (isset($_POST['_wpcf7c'])) switch($_POST["_wpcf7c"]) {
24
  case "step1":
25
  // $result = apply_filters( 'wpcf7_before_send_mail', $result );
26
  add_action("wpcf7_before_send_mail", "wpcf7c_before_send_mail_step1", 10, 2);
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:
4
  Tags: contact, form, contact form
5
  Requires at least: 3.8
6
  Tested up to: 3.8.1
7
- Stable tag: 1.3.8.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -39,13 +39,16 @@ An answer to that question.
39
  1.3.8.5
40
  言語ファイルの読み込みバグ対応
41
  Javascript非対応のブラウザの場合、送信ボタンを初期から表示するように変更
42
- 1.3.8.6
43
- 言語ファイルの読み込みバグ対応
44
- captchaで正常に動作していなかった点を修正
45
 
46
- == Upgrade notice ==
47
  1.3.8.6
48
  言語ファイルの読み込みバグ対応
49
  captchaで正常に動作していなかった点を修正
 
50
  1.3.8.7
51
- ver記載ミス
 
 
 
 
 
 
4
  Tags: contact, form, contact form
5
  Requires at least: 3.8
6
  Tested up to: 3.8.1
7
+ Stable tag: 1.3.8.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
39
  1.3.8.5
40
  言語ファイルの読み込みバグ対応
41
  Javascript非対応のブラウザの場合、送信ボタンを初期から表示するように変更
 
 
 
42
 
 
43
  1.3.8.6
44
  言語ファイルの読み込みバグ対応
45
  captchaで正常に動作していなかった点を修正
46
+
47
  1.3.8.7
48
+ ver記載ミス
49
+
50
+ 1.3.8.8
51
+ 「Notice: Undefined index」が出ていた箇所を修正
52
+ == Upgrade notice ==
53
+ 1.3.8.8
54
+ 「Notice: Undefined index」が出ていた箇所を修正