Form Maker by WD – user-friendly drag & drop Form Builder plugin - Version 1.12.37

Version Description

  • Fixed: Compatibility with PHP version 5.3.
Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Form Maker by WD – user-friendly drag & drop Form Builder plugin
Version 1.12.37
Comparing to
See all releases

Code changes from version 1.12.36 to 1.12.37

Files changed (2) hide show
  1. form-maker.php +5 -5
  2. readme.txt +5 -2
form-maker.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Form Maker
4
  * Plugin URI: https://web-dorado.com/products/form-maker-wordpress.html
5
  * Description: This plugin is a modern and advanced tool for easy and fast creating of a WordPress Form. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms.
6
- * Version: 1.12.36
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
@@ -95,8 +95,8 @@ final class WDFM {
95
  $this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
96
  $this->front_urls = $this->get_front_urls();
97
  $this->main_file = plugin_basename(__FILE__);
98
- $this->plugin_version = '1.12.36';
99
- $this->db_version = '2.12.36';
100
  $this->menu_postfix = ($this->is_free == 2 ? '_fmc' : '_fm');
101
  $this->plugin_postfix = ($this->is_free == 2 ? '_fmc' : '');
102
  $this->menu_slug = 'manage' . $this->menu_postfix;
@@ -239,10 +239,10 @@ final class WDFM {
239
  * @param $elements_manager
240
  */
241
  public function register_widget_category( $elements_manager ) {
242
- $elements_manager->add_category('tenweb-widgets', [
243
  'title' => __('10WEB', 'tenweb-builder'),
244
  'icon' => 'fa fa-plug',
245
- ]);
246
  }
247
 
248
  function add_privacy_policy_content() {
3
  * Plugin Name: Form Maker
4
  * Plugin URI: https://web-dorado.com/products/form-maker-wordpress.html
5
  * Description: This plugin is a modern and advanced tool for easy and fast creating of a WordPress Form. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms.
6
+ * Version: 1.12.37
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
95
  $this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
96
  $this->front_urls = $this->get_front_urls();
97
  $this->main_file = plugin_basename(__FILE__);
98
+ $this->plugin_version = '1.12.37';
99
+ $this->db_version = '2.12.37';
100
  $this->menu_postfix = ($this->is_free == 2 ? '_fmc' : '_fm');
101
  $this->plugin_postfix = ($this->is_free == 2 ? '_fmc' : '');
102
  $this->menu_slug = 'manage' . $this->menu_postfix;
239
  * @param $elements_manager
240
  */
241
  public function register_widget_category( $elements_manager ) {
242
+ $elements_manager->add_category('tenweb-widgets', array(
243
  'title' => __('10WEB', 'tenweb-builder'),
244
  'icon' => 'fa fa-plug',
245
+ ));
246
  }
247
 
248
  function add_privacy_policy_content() {
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
- === Form Maker by WD - user-friendly drag & drop Contact Form Builder ===
2
  Contributors: webdorado,10web,wdsupport,formmakersupport
3
  Tags: form, forms, form builder, contact form, feedback, custom form, contact, web contact form, captcha, email, form manager, survey
4
  Requires at least: 4.6
5
  Tested up to: 4.9
6
- Stable tag: 1.12.36
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -452,6 +452,9 @@ Where **{{field_id}}** is the ID of the field you wish to prefill. Also, **{{par
452
 
453
  == Changelog ==
454
 
 
 
 
455
  = 1.12.36 =
456
  * Improved: Uninstall Form Maker interface and texts.
457
  * Fixed: "New Form Field" button drag and drop issue in Firefox and Safari.
1
+ === Form Maker by WD - responsive drag & drop Contact Form Builder ===
2
  Contributors: webdorado,10web,wdsupport,formmakersupport
3
  Tags: form, forms, form builder, contact form, feedback, custom form, contact, web contact form, captcha, email, form manager, survey
4
  Requires at least: 4.6
5
  Tested up to: 4.9
6
+ Stable tag: 1.12.37
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
452
 
453
  == Changelog ==
454
 
455
+ = 1.12.37 =
456
+ * Fixed: Compatibility with PHP version 5.3.
457
+
458
  = 1.12.36 =
459
  * Improved: Uninstall Form Maker interface and texts.
460
  * Fixed: "New Form Field" button drag and drop issue in Firefox and Safari.