Contact Form 7 Multi-Step Forms - Version 3.0.3

Version Description

PRO: fixed conditional fields (from the Conditional Fields for Contact Form 7 plugin) not showing in email.

Download this release

Release Info

Developer webheadllc
Plugin Icon 128x128 Contact Form 7 Multi-Step Forms
Version 3.0.3
Comparing to
See all releases

Code changes from version 3.0.2 to 3.0.3

contact-form-7-multi-step-module.php CHANGED
@@ -6,7 +6,7 @@ Plugin URI: http://www.mymonkeydo.com/contact-form-7-multi-step-module/
6
  Description: Enables the Contact Form 7 plugin to create multi-page, multi-step forms.
7
  Author: Webhead LLC.
8
  Author URI: http://webheadcoder.com
9
- Version: 3.0.2
10
  Text Domain: contact-form-7-multi-step-module
11
  */
12
  /* Copyright 2018 Webhead LLC (email: info at webheadcoder.com)
@@ -62,7 +62,7 @@ if ( !function_exists( 'cf7msm_fs' ) ) {
62
  cf7msm_fs();
63
  // Signal that SDK was initiated.
64
  do_action( 'cf7msm_fs_loaded' );
65
- define( 'CF7MSM_VERSION', '3.0.2' );
66
  define( 'CF7MSM_PLUGIN', __FILE__ );
67
  define( 'CF7MSM_FREE_TEXT_PREFIX_RADIO', '_wpcf7_radio_free_text_' );
68
  define( 'CF7MSM_FREE_TEXT_PREFIX_CHECKBOX', '_wpcf7_checkbox_free_text_' );
6
  Description: Enables the Contact Form 7 plugin to create multi-page, multi-step forms.
7
  Author: Webhead LLC.
8
  Author URI: http://webheadcoder.com
9
+ Version: 3.0.3
10
  Text Domain: contact-form-7-multi-step-module
11
  */
12
  /* Copyright 2018 Webhead LLC (email: info at webheadcoder.com)
62
  cf7msm_fs();
63
  // Signal that SDK was initiated.
64
  do_action( 'cf7msm_fs_loaded' );
65
+ define( 'CF7MSM_VERSION', '3.0.3' );
66
  define( 'CF7MSM_PLUGIN', __FILE__ );
67
  define( 'CF7MSM_FREE_TEXT_PREFIX_RADIO', '_wpcf7_radio_free_text_' );
68
  define( 'CF7MSM_FREE_TEXT_PREFIX_CHECKBOX', '_wpcf7_checkbox_free_text_' );
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: webheadllc
3
  Donate Link: https://webheadcoder.com/donate-cf7-multi-step-forms
4
  Tags: contact form 7, multistep form, form, multiple pages, store form, contact, multi, step
5
  Requires at least: 4.7
6
- Tested up to: 4.9.3
7
- Stable tag: 3.0.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -101,6 +101,9 @@ The `multistep` form tag is a hidden field and tries not to add any spacing to y
101
 
102
  == Changelog ==
103
 
 
 
 
104
  = 3.0.2 =
105
  fixed quotes in values causing errors.
106
  added plugin action links.
3
  Donate Link: https://webheadcoder.com/donate-cf7-multi-step-forms
4
  Tags: contact form 7, multistep form, form, multiple pages, store form, contact, multi, step
5
  Requires at least: 4.7
6
+ Tested up to: 4.9.4
7
+ Stable tag: 3.0.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
101
 
102
  == Changelog ==
103
 
104
+ = 3.0.3 =
105
+ PRO: fixed conditional fields (from the Conditional Fields for Contact Form 7 plugin) not showing in email.
106
+
107
  = 3.0.2 =
108
  fixed quotes in values causing errors.
109
  added plugin action links.