MW WP Form - Version 4.4.2

Version Description

  • Fix infinite redirections.
Download this release

Release Info

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

Code changes from version 4.4.1 to 4.4.2

classes/services/class.redirected.php CHANGED
@@ -171,7 +171,7 @@ class MW_WP_Form_Redirected {
171
  }
172
 
173
  if ( ! empty( $query_string ) ) {
174
- return $url . '?' . build_query( $query_string );
175
  }
176
 
177
  return $url;
171
  }
172
 
173
  if ( ! empty( $query_string ) ) {
174
+ return $url . '?' . http_build_query( $query_string, null, '&', PHP_QUERY_RFC3986 );
175
  }
176
 
177
  return $url;
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.4.1
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.4.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: 6.0
7
- Stable tag: 4.4.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -77,6 +77,9 @@ Do you have questions or issues with MW WP Form? Use these support channels appr
77
 
78
  == Changelog ==
79
 
 
 
 
80
  = 4.4.1 =
81
  * Fixed a bug that caused forms to be cached when Batcache was enabled.
82
  * Fix infinite redirections with asterisks.
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: 6.0
7
+ Stable tag: 4.4.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
77
 
78
  == Changelog ==
79
 
80
+ = 4.4.2 =
81
+ * Fix infinite redirections.
82
+
83
  = 4.4.1 =
84
  * Fixed a bug that caused forms to be cached when Batcache was enabled.
85
  * Fix infinite redirections with asterisks.