Version Description
- Fixed: Compatibility with PHP version 5.3.
Download this release
Release Info
| Developer | webdorado |
| Plugin | |
| Version | 1.12.37 |
| Comparing to | |
| See all releases | |
Code changes from version 1.12.36 to 1.12.37
- admin/controllers/elementorWidget.php +1 -1
- contact-form-maker.php +5 -5
- readme.txt +4 -1
admin/controllers/elementorWidget.php
CHANGED
|
@@ -58,7 +58,7 @@ class FMCElementor extends \Elementor\Widget_Base {
|
|
| 58 |
[
|
| 59 |
'label_block' => TRUE,
|
| 60 |
'show_label' => FALSE,
|
| 61 |
-
'description' => __('Select the form to display.', WDFMInstance(self::PLUGIN)->prefix) . ' <a target="_balnk" href="' . add_query_arg(array( 'page' => '
|
| 62 |
'type' => \Elementor\Controls_Manager::SELECT,
|
| 63 |
'default' => 0,
|
| 64 |
'options' => WDW_FM_Library(self::PLUGIN)->get_forms(),
|
| 58 |
[
|
| 59 |
'label_block' => TRUE,
|
| 60 |
'show_label' => FALSE,
|
| 61 |
+
'description' => __('Select the form to display.', WDFMInstance(self::PLUGIN)->prefix) . ' <a target="_balnk" href="' . add_query_arg(array( 'page' => 'manage_fmc' ), admin_url('admin.php')) . '">' . __('Edit form', WDFMInstance(self::PLUGIN)->prefix) . '</a>',
|
| 62 |
'type' => \Elementor\Controls_Manager::SELECT,
|
| 63 |
'default' => 0,
|
| 64 |
'options' => WDW_FM_Library(self::PLUGIN)->get_forms(),
|
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.
|
| 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 WDCFM {
|
|
| 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.
|
| 99 |
-
$this->db_version = '2.12.
|
| 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 WDCFM {
|
|
| 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: 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.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
|
@@ -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: 4.9
|
| 6 |
-
Stable tag: 1.12.
|
| 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.12.36 =
|
| 83 |
* Improved: Uninstall interface and texts.
|
| 84 |
* Fixed: "New Field" button drag and drop issue in Firefox and Safari.
|
| 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: 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 |
|
| 79 |
|
| 80 |
== Changelog ==
|
| 81 |
|
| 82 |
+
= 1.12.37 =
|
| 83 |
+
* Fixed: Compatibility with PHP version 5.3.
|
| 84 |
+
|
| 85 |
= 1.12.36 =
|
| 86 |
* Improved: Uninstall interface and texts.
|
| 87 |
* Fixed: "New Field" button drag and drop issue in Firefox and Safari.
|
