MW WP Form - Version 1.9.2

Version Description

  • Bug fix : Fix comment in mwform_confirmButton dialogbox.
  • Bug fix : Fix bug in stacking order of the dialog in WordPress 4.0.
Download this release

Release Info

Developer inc2734
Plugin Icon wp plugin MW WP Form
Version 1.9.2
Comparing to
See all releases

Code changes from version 1.9.1 to 1.9.2

css/admin.css CHANGED
@@ -29,6 +29,15 @@
29
  display: none;
30
  }
31
 
 
 
 
 
 
 
 
 
 
32
  /**
33
  * フォーム識別子
34
  */
@@ -277,6 +286,9 @@ span#formkey_field {
277
  /**
278
  * .mwform-dialog
279
  */
 
 
 
280
  .mwform-dialog {
281
  display: none;
282
  font-size: 12px;
29
  display: none;
30
  }
31
 
32
+ /**
33
+ * .add-mwform-btn
34
+ */
35
+ .add-mwform-btn {
36
+ position: relative;
37
+ bottom: -15px;
38
+ z-index: 1001;
39
+ }
40
+
41
  /**
42
  * フォーム識別子
43
  */
286
  /**
287
  * .mwform-dialog
288
  */
289
+ .post-type-mw-wp-form .ui-dialog {
290
+ z-index: 1002 !important;
291
+ }
292
  .mwform-dialog {
293
  display: none;
294
  font-size: 12px;
form_fields/mw_form_field_confirm_button.php CHANGED
@@ -2,11 +2,11 @@
2
  /**
3
  * Name: MW Form Field Confirm Button
4
  * Description: 確認ボタンを出力。
5
- * Version: 1.4.2
6
  * Author: Takashi Kitajima
7
  * Author URI: http://2inc.org
8
  * Created : December 14, 2012
9
- * Modified: September 3, 2014
10
  * License: GPLv2
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  */
@@ -65,7 +65,7 @@ class MW_Form_Field_Confirm_Button extends MW_Form_Field {
65
  public function mwform_tag_generator_dialog() {
66
  ?>
67
  <p>
68
- <strong><?php esc_html_e( 'Default value', MWF_Config::DOMAIN ); ?>(<?php esc_html_e( 'option', MWF_Config::DOMAIN ); ?>)</strong>
69
  <input type="text" name="value" />
70
  </p>
71
  <?php
2
  /**
3
  * Name: MW Form Field Confirm Button
4
  * Description: 確認ボタンを出力。
5
+ * Version: 1.4.3
6
  * Author: Takashi Kitajima
7
  * Author URI: http://2inc.org
8
  * Created : December 14, 2012
9
+ * Modified: September 5, 2014
10
  * License: GPLv2
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  */
65
  public function mwform_tag_generator_dialog() {
66
  ?>
67
  <p>
68
+ <strong><?php esc_html_e( 'String on the button', MWF_Config::DOMAIN ); ?>(<?php esc_html_e( 'option', MWF_Config::DOMAIN ); ?>)</strong>
69
  <input type="text" name="value" />
70
  </p>
71
  <?php
mw-wp-form.php CHANGED
@@ -3,11 +3,11 @@
3
  * Plugin Name: MW WP Form
4
  * Plugin URI: http://plugins.2inc.org/mw-wp-form/
5
  * Description: MW WP Form can create mail form with a confirmation screen.
6
- * Version: 1.9.1
7
  * Author: Takashi Kitajima
8
  * Author URI: http://2inc.org
9
  * Created : September 25, 2012
10
- * Modified: September 3, 2014
11
  * Text Domain: mw-wp-form
12
  * Domain Path: /languages/
13
  * License: GPLv2
3
  * Plugin Name: MW WP Form
4
  * Plugin URI: http://plugins.2inc.org/mw-wp-form/
5
  * Description: MW WP Form can create mail form with a confirmation screen.
6
+ * Version: 1.9.2
7
  * Author: Takashi Kitajima
8
  * Author URI: http://2inc.org
9
  * Created : September 25, 2012
10
+ * Modified: September 5, 2014
11
  * Text Domain: mw-wp-form
12
  * Domain Path: /languages/
13
  * License: GPLv2
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: inc2734, ryu263
3
  Donate link: http://www.amazon.co.jp/registry/wishlist/39ANKRNSTNW40
4
  Tags: plugin, form, confirm, preview, shortcode, mail, chart, graph
5
  Requires at least: 3.7
6
- Tested up to: 3.9.1
7
- Stable tag: 1.9.1
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -34,7 +34,7 @@ MW WP Form はショートコードを使って確認画面付きのメールフ
34
 
35
  http://plugins.2inc.org/mw-wp-form/
36
 
37
- == The following third-party resources ==
38
 
39
  Google Charts
40
  Source: https://developers.google.com/chart/
@@ -67,6 +67,10 @@ Do you have questions or issues with MW WP Form? Use these support channels appr
67
 
68
  == Changelog ==
69
 
 
 
 
 
70
  = 1.9.1 =
71
  * Changed : Easy to see change the form tag insertion selectbox.
72
  * Deleted : Delete size attribute in file or image field.
3
  Donate link: http://www.amazon.co.jp/registry/wishlist/39ANKRNSTNW40
4
  Tags: plugin, form, confirm, preview, shortcode, mail, chart, graph
5
  Requires at least: 3.7
6
+ Tested up to: 4.0
7
+ Stable tag: 1.9.2
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
34
 
35
  http://plugins.2inc.org/mw-wp-form/
36
 
37
+ = The following third-party resources =
38
 
39
  Google Charts
40
  Source: https://developers.google.com/chart/
67
 
68
  == Changelog ==
69
 
70
+ = 1.9.2 =
71
+ * Bug fix : Fix comment in mwform_confirmButton dialogbox.
72
+ * Bug fix : Fix bug in stacking order of the dialog in WordPress 4.0.
73
+
74
  = 1.9.1 =
75
  * Changed : Easy to see change the form tag insertion selectbox.
76
  * Deleted : Delete size attribute in file or image field.