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

Version Description

  • Fixed: Minor bug on submissions page.
Download this release

Release Info

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

Code changes from version 1.13.10 to 1.13.11

admin/views/Submissions_fm.php CHANGED
@@ -209,7 +209,7 @@ class FMViewSubmissions_fmc extends FMAdminView_fmc {
209
  if( !class_exists("SimpleXMLElement") ) {
210
  $xmllibactive = false;
211
  }
212
- $msg = __('Form maker Export will not work correctly, as XML PHP extension is disabled on your website. Please contact your hosting provider and ask them to enable it.', WDFM()->prefix);
213
 
214
  ?>
215
  <a class="button" href="<?php echo $blocked_ips_link; ?>" target="_blank"><?php echo _e('Blocked IPs', WDFMInstance(self::PLUGIN)->prefix);?></a>
209
  if( !class_exists("SimpleXMLElement") ) {
210
  $xmllibactive = false;
211
  }
212
+ $msg = __('Form maker Export will not work correctly, as XML PHP extension is disabled on your website. Please contact your hosting provider and ask them to enable it.', WDFMInstance(self::PLUGIN)->prefix);
213
 
214
  ?>
215
  <a class="button" href="<?php echo $blocked_ips_link; ?>" target="_blank"><?php echo _e('Blocked IPs', WDFMInstance(self::PLUGIN)->prefix);?></a>
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.13.10
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
@@ -97,8 +97,8 @@ final class WDCFM {
97
  $this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
98
  $this->front_urls = $this->get_front_urls();
99
  $this->main_file = plugin_basename(__FILE__);
100
- $this->plugin_version = '1.13.10';
101
- $this->db_version = '2.13.10';
102
  $this->menu_postfix = ($this->is_free == 2 ? '_fmc' : '_fm');
103
  $this->plugin_postfix = ($this->is_free == 2 ? '_fmc' : '');
104
  $this->menu_slug = 'manage' . $this->menu_postfix;
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.13.11
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
97
  $this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
98
  $this->front_urls = $this->get_front_urls();
99
  $this->main_file = plugin_basename(__FILE__);
100
+ $this->plugin_version = '1.13.11';
101
+ $this->db_version = '2.13.11';
102
  $this->menu_postfix = ($this->is_free == 2 ? '_fmc' : '_fm');
103
  $this->plugin_postfix = ($this->is_free == 2 ? '_fmc' : '');
104
  $this->menu_slug = 'manage' . $this->menu_postfix;
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: 4.6
5
  Tested up to: 5.2
6
- Stable tag: 1.13.10
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -79,6 +79,9 @@ After downloading the ZIP file,
79
 
80
  == Changelog ==
81
 
 
 
 
82
  = 1.13.10 =
83
  * Fixed: Page title in progress bar.
84
 
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: 4.6
5
  Tested up to: 5.2
6
+ Stable tag: 1.13.11
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
79
 
80
  == Changelog ==
81
 
82
+ = 1.13.11 =
83
+ * Fixed: Minor bug on submissions page.
84
+
85
  = 1.13.10 =
86
  * Fixed: Page title in progress bar.
87