Version Description
- Fix fatal error on saved contact data page.
Download this release
Release Info
Developer | inc2734 |
Plugin | MW WP Form |
Version | 4.3.2 |
Comparing to | |
See all releases |
Code changes from version 4.3.1 to 4.3.2
- classes/controllers/class.contact-data.php +1 -1
- mw-wp-form.php +1 -1
- readme.txt +4 -1
classes/controllers/class.contact-data.php
CHANGED
@@ -155,7 +155,7 @@ class MW_WP_Form_Contact_Data_Controller extends MW_WP_Form_Controller {
|
|
155 |
array(
|
156 |
'post' => $post,
|
157 |
'post_type' => $post->post_type,
|
158 |
-
'
|
159 |
)
|
160 |
);
|
161 |
}
|
155 |
array(
|
156 |
'post' => $post,
|
157 |
'post_type' => $post->post_type,
|
158 |
+
'contact_data_setting' => new MW_WP_Form_Contact_Data_Setting( get_the_ID() ),
|
159 |
)
|
160 |
);
|
161 |
}
|
mw-wp-form.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: MW WP Form
|
4 |
* Plugin URI: https://plugins.2inc.org/mw-wp-form/
|
5 |
* Description: MW WP Form is shortcode base contact form plugin. This plugin have many features. For example you can use many validation rules, inquiry data saving, and chart aggregation using saved inquiry data.
|
6 |
-
* Version: 4.3.
|
7 |
* Author: inc2734
|
8 |
* Author URI: https://2inc.org
|
9 |
* Text Domain: mw-wp-form
|
3 |
* Plugin Name: MW WP Form
|
4 |
* Plugin URI: https://plugins.2inc.org/mw-wp-form/
|
5 |
* Description: MW WP Form is shortcode base contact form plugin. This plugin have many features. For example you can use many validation rules, inquiry data saving, and chart aggregation using saved inquiry data.
|
6 |
+
* Version: 4.3.2
|
7 |
* Author: inc2734
|
8 |
* Author URI: https://2inc.org
|
9 |
* Text Domain: mw-wp-form
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.amazon.co.jp/registry/wishlist/39ANKRNSTNW40
|
|
4 |
Tags: plugin, form, confirm, preview, shortcode, mail, chart, graph, html, contact form, form creation, form creator, form manager, form builder, custom form
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.5
|
7 |
-
Stable tag: 4.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -73,6 +73,9 @@ Do you have questions or issues with MW WP Form? Use these support channels appr
|
|
73 |
|
74 |
== Changelog ==
|
75 |
|
|
|
|
|
|
|
76 |
= 4.3.1 =
|
77 |
* Some fix for `mwform_settings_extend_fields`.
|
78 |
* Some fix for `mwform_settings_extend_fields_mw-wp-form-xxx`.
|
4 |
Tags: plugin, form, confirm, preview, shortcode, mail, chart, graph, html, contact form, form creation, form creator, form manager, form builder, custom form
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.5
|
7 |
+
Stable tag: 4.3.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
73 |
|
74 |
== Changelog ==
|
75 |
|
76 |
+
= 4.3.2 =
|
77 |
+
* Fix fatal error on saved contact data page.
|
78 |
+
|
79 |
= 4.3.1 =
|
80 |
* Some fix for `mwform_settings_extend_fields`.
|
81 |
* Some fix for `mwform_settings_extend_fields_mw-wp-form-xxx`.
|