Contact Form 7 add confirm - Version 1.3.8.5

Version Description

Download this release

Release Info

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

Code changes from version 1.3.8.4 to 1.3.8.5

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.4
11
  */
12
 
13
  /* Copyright 2014- Yuichiro ABE (email: y.abe at eyeta.jp)
@@ -42,8 +42,9 @@ Version: 1.3.8.4
42
    頭出しの座標に利用されるようにしました。
43
  1.3.8.3
44
   戻って編集ボタンのデフォルトテキストが英語だった件を修正
 
45
  */
46
- define( 'WPCF7C_VERSION', '1.3.8.4' );
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.5
11
  */
12
 
13
  /* Copyright 2014- Yuichiro ABE (email: y.abe at eyeta.jp)
42
    頭出しの座標に利用されるようにしました。
43
  1.3.8.3
44
   戻って編集ボタンのデフォルトテキストが英語だった件を修正
45
+ 以降、readme.txtに記述
46
  */
47
+ define( 'WPCF7C_VERSION', '1.3.8.5' );
48
 
49
  if ( ! defined( 'WPCF7C_PLUGIN_BASENAME' ) )
50
  define( 'WPCF7C_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
includes/functions.php CHANGED
@@ -11,7 +11,7 @@
11
  function wpcf7c_load_textdomain( $locale = null ) {
12
  global $l10n;
13
 
14
- $domain = 'contact-form-7-confirm';
15
 
16
  if ( get_locale() == $locale ) {
17
  $locale = null;
11
  function wpcf7c_load_textdomain( $locale = null ) {
12
  global $l10n;
13
 
14
+ $domain = 'contact-form-7-add-confirm';
15
 
16
  if ( get_locale() == $locale ) {
17
  $locale = null;
languages/{contact-form-7-confirm-ja.mo → contact-form-7-add-confirm-ja.mo} RENAMED
File without changes
languages/{contact-form-7-confirm-ja.po → contact-form-7-add-confirm-ja.po} RENAMED
File without changes
languages/{contact-form-7-confirm.pot → contact-form-7-add-confirm.pot} RENAMED
File without changes
modules/back.php CHANGED
@@ -25,7 +25,7 @@ function wpcf7c_back_shortcode_handler( $tag ) {
25
  $value = isset( $tag->values[0] ) ? $tag->values[0] : '';
26
 
27
  if ( empty( $value ) )
28
- $value = __( 'Backedit', 'contact-form-7-confirm' );
29
 
30
  $atts['type'] = 'button';
31
  $atts['value'] = $value;
25
  $value = isset( $tag->values[0] ) ? $tag->values[0] : '';
26
 
27
  if ( empty( $value ) )
28
+ $value = __( 'Backedit', 'contact-form-7-add-confirm' );
29
 
30
  $atts['type'] = 'button';
31
  $atts['value'] = $value;
modules/confirm.php CHANGED
@@ -18,14 +18,14 @@ function wpcf7c_confirm_shortcode_handler( $tag ) {
18
 
19
  $atts = array();
20
 
21
- $atts['class'] = $tag->get_class_option( $class ) . " wpcf7c-elm-step1 wpcf7c-btn-confirm";
22
  $atts['id'] = $tag->get_option( 'id', 'id', true );
23
  $atts['tabindex'] = $tag->get_option( 'tabindex', 'int', true );
24
 
25
  $value = isset( $tag->values[0] ) ? $tag->values[0] : '';
26
 
27
  if ( empty( $value ) )
28
- $value = __( 'Confirm', 'contact-form-7-confirm' );
29
 
30
  $atts['type'] = 'submit';
31
  $atts['value'] = $value;
18
 
19
  $atts = array();
20
 
21
+ $atts['class'] = $tag->get_class_option( $class ) . " wpcf7c-elm-step1 wpcf7c-btn-confirm wpcf7c-force-hide";
22
  $atts['id'] = $tag->get_option( 'id', 'id', true );
23
  $atts['tabindex'] = $tag->get_option( 'tabindex', 'int', true );
24
 
25
  $value = isset( $tag->values[0] ) ? $tag->values[0] : '';
26
 
27
  if ( empty( $value ) )
28
+ $value = __( 'Confirm', 'contact-form-7-add-confirm' );
29
 
30
  $atts['type'] = 'submit';
31
  $atts['value'] = $value;
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.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -36,7 +36,9 @@ An answer to that question.
36
 
37
 
38
  == Changelog ==
39
-
 
 
40
 
41
 
42
  == Upgrade notice ==
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.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
36
 
37
 
38
  == Changelog ==
39
+ 1.3.8.5
40
+ 言語ファイルの読み込みバグ対応
41
+ Javascript非対応のブラウザの場合、送信ボタンを初期から表示するように変更
42
 
43
 
44
  == Upgrade notice ==