Contact Form by WD – responsive drag & drop contact form builder tool - Version 1.12.15

Version Description

  • Fixed: Error on adding a field.
Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Contact Form by WD – responsive drag & drop contact form builder tool
Version 1.12.15
Comparing to
See all releases

Code changes from version 1.12.14 to 1.12.15

Files changed (2) hide show
  1. contact-form-maker.php +4 -4
  2. readme.txt +3 -1
contact-form-maker.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Contact Form Maker
4
  * Plugin URI: https://web-dorado.com/products/form-maker-wordpress.html
5
  * Description: WordPress Contact Form Maker is a simple contact form builder, which allows the user with almost no knowledge of programming to create and edit different type of contact forms.
6
- * Version: 1.12.14
7
  * Author: WebDorado Form Builder Team
8
  * Author URI: https://web-dorado.com/wordpress-plugins-bundle.html
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -89,8 +89,8 @@ final class WDCFM {
89
  $this->plugin_dir = WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__));
90
  $this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
91
  $this->main_file = plugin_basename(__FILE__);
92
- $this->plugin_version = '1.12.14';
93
- $this->db_version = '2.12.14';
94
  $this->menu_slug = 'manage_fmc';
95
  $this->prefix = 'form_maker_fmc';
96
  $this->css_prefix = 'fmc_';
@@ -362,7 +362,7 @@ final class WDCFM {
362
  wp_register_script('fmc-formmaker_div', $this->plugin_url . '/js/formmaker_div.js', array(), $this->plugin_version);
363
  wp_register_script('fm-form-options', $this->plugin_url . '/js/form_maker_form_options.js', array(), $this->plugin_version);
364
  wp_register_script('fm-form-advanced-layout', $this->plugin_url . '/js/form_maker_form_advanced_layout.js', array(), $this->plugin_version);
365
- wp_register_script('fmc-add-fields', $this->plugin_url . '/js/add_field.js', array('fm-formmaker_div'), $this->plugin_version);
366
  wp_localize_script('fmc-add-fields', 'form_maker', array(
367
  'countries' => WDW_FMC_Library::get_countries(),
368
  'states' => WDW_FMC_Library::get_states(),
3
  * Plugin Name: Contact Form Maker
4
  * Plugin URI: https://web-dorado.com/products/form-maker-wordpress.html
5
  * Description: WordPress Contact Form Maker is a simple contact form builder, which allows the user with almost no knowledge of programming to create and edit different type of contact forms.
6
+ * Version: 1.12.15
7
  * Author: WebDorado Form Builder Team
8
  * Author URI: https://web-dorado.com/wordpress-plugins-bundle.html
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
89
  $this->plugin_dir = WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__));
90
  $this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
91
  $this->main_file = plugin_basename(__FILE__);
92
+ $this->plugin_version = '1.12.15';
93
+ $this->db_version = '2.12.15';
94
  $this->menu_slug = 'manage_fmc';
95
  $this->prefix = 'form_maker_fmc';
96
  $this->css_prefix = 'fmc_';
362
  wp_register_script('fmc-formmaker_div', $this->plugin_url . '/js/formmaker_div.js', array(), $this->plugin_version);
363
  wp_register_script('fm-form-options', $this->plugin_url . '/js/form_maker_form_options.js', array(), $this->plugin_version);
364
  wp_register_script('fm-form-advanced-layout', $this->plugin_url . '/js/form_maker_form_advanced_layout.js', array(), $this->plugin_version);
365
+ wp_register_script('fmc-add-fields', $this->plugin_url . '/js/add_field.js', array('fmc-formmaker_div'), $this->plugin_version);
366
  wp_localize_script('fmc-add-fields', 'form_maker', array(
367
  'countries' => WDW_FMC_Library::get_countries(),
368
  'states' => WDW_FMC_Library::get_states(),
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: webdorado,10web
3
  Tags: contact, contact form, email, forms, contact forms, custom form, feedback, form builder, form manager, form maker, forms builder, form builder wordpress
4
  Requires at least: 3.4
5
  Tested up to: 4.9
6
- Stable tag: 1.12.14
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -164,6 +164,8 @@ If you want to update the plugin while preserving your existing contact forms, y
164
  8. Contact Form Maker - Select Columns
165
 
166
  == Changelog ==
 
 
167
 
168
  = 1.12.14 =
169
  * Fixed: Submissions page.
3
  Tags: contact, contact form, email, forms, contact forms, custom form, feedback, form builder, form manager, form maker, forms builder, form builder wordpress
4
  Requires at least: 3.4
5
  Tested up to: 4.9
6
+ Stable tag: 1.12.15
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
164
  8. Contact Form Maker - Select Columns
165
 
166
  == Changelog ==
167
+ = 1.12.15 =
168
+ * Fixed: Error on adding a field.
169
 
170
  = 1.12.14 =
171
  * Fixed: Submissions page.