Contact Form 7 add confirm - Version 1.3.8.11

Version Description

Download this release

Release Info

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

Code changes from version 1.3.8.10 to 1.3.8.11

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.10
11
  */
12
 
13
  /* Copyright 2014- Yuichiro ABE (email: y.abe at eyeta.jp)
@@ -44,7 +44,7 @@ Version: 1.3.8.10
44
   戻って編集ボタンのデフォルトテキストが英語だった件を修正
45
  以降、readme.txtに記述
46
  */
47
- define( 'WPCF7C_VERSION', '1.3.8.10' );
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.11
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.11' );
48
 
49
  if ( ! defined( 'WPCF7C_PLUGIN_BASENAME' ) )
50
  define( 'WPCF7C_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
includes/controller.php CHANGED
@@ -28,11 +28,16 @@ function wpcf7c_ajax_json_echo() {
28
  //$items = apply_filters( 'wpcf7_ajax_json_echo', $items, $result );
29
  add_filter("wpcf7_ajax_json_echo", "wpcf7c_ajax_json_echo_step1", 10, 3);
30
 
 
 
 
 
31
  break;
32
  case "step2":
33
  //$items = apply_filters( 'wpcf7_ajax_json_echo', $items, $result );
34
  add_filter("wpcf7_ajax_json_echo", "wpcf7c_ajax_json_echo_step2", 10, 3);
35
 
 
36
  break;
37
  }
38
 
28
  //$items = apply_filters( 'wpcf7_ajax_json_echo', $items, $result );
29
  add_filter("wpcf7_ajax_json_echo", "wpcf7c_ajax_json_echo_step1", 10, 3);
30
 
31
+ // flamingo対策
32
+ remove_action( 'wpcf7_submit', 'wpcf7_flamingo_submit');
33
+
34
+
35
  break;
36
  case "step2":
37
  //$items = apply_filters( 'wpcf7_ajax_json_echo', $items, $result );
38
  add_filter("wpcf7_ajax_json_echo", "wpcf7c_ajax_json_echo_step2", 10, 3);
39
 
40
+
41
  break;
42
  }
43
 
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.9
7
- Stable tag: 1.3.8.10
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -58,7 +58,9 @@ An answer to that question.
58
  デグレしてしまっていた箇所の修正
59
  javascriptのaddClassとremoveClassの順序を変更
60
 
 
 
 
61
  == Upgrade notice ==
62
- 1.3.8.10
63
- デグレしてしまっていた箇所の修正
64
- javascriptのaddClassとremoveClassの順序を変更
4
  Tags: contact, form, contact form
5
  Requires at least: 3.8
6
  Tested up to: 3.9
7
+ Stable tag: 1.3.8.11
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
58
  デグレしてしまっていた箇所の修正
59
  javascriptのaddClassとremoveClassの順序を変更
60
 
61
+ 1.3.8.11
62
+ flamingoプラグインで確認ボタンクリック時も記録されてしまう問題を修正
63
+
64
  == Upgrade notice ==
65
+ 1.3.8.11
66
+ flamingoプラグインで確認ボタンクリック時も記録されてしまう問題を修正