Version Description
- Fixed: Set up map and recapcta keys links.
Download this release
Release Info
| Developer | webdorado |
| Plugin | |
| Version | 1.12.40 |
| Comparing to | |
| See all releases | |
Code changes from version 1.12.39 to 1.12.40
- contact-form-maker.php +3 -3
- js/add_field.js +1 -1
- readme.txt +5 -2
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;
|
| 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.40
|
| 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.40';
|
| 99 |
+
$this->db_version = '2.12.40';
|
| 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;
|
js/add_field.js
CHANGED
|
@@ -5489,7 +5489,7 @@ function type_checkbox(i, w_field_label, w_field_label_size, w_field_label_pos,
|
|
| 5489 |
|
| 5490 |
function create_keys(i, message) {
|
| 5491 |
var label = jQuery('<label class="fm-field-label">Keys</label>');
|
| 5492 |
-
var input = jQuery('<a href="' + admin_url + '?page=
|
| 5493 |
return create_option_container(null, input);
|
| 5494 |
}
|
| 5495 |
|
| 5489 |
|
| 5490 |
function create_keys(i, message) {
|
| 5491 |
var label = jQuery('<label class="fm-field-label">Keys</label>');
|
| 5492 |
+
var input = jQuery('<a href="' + admin_url + '?page=options_fmc" target="_blank" class="fm-field-recaptcha-label">' + message + '</a>');
|
| 5493 |
return create_option_container(null, input);
|
| 5494 |
}
|
| 5495 |
|
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,8 +79,11 @@ After downloading the ZIP file,
|
|
| 79 |
|
| 80 |
== Changelog ==
|
| 81 |
|
|
|
|
|
|
|
|
|
|
| 82 |
= 1.12.39 =
|
| 83 |
-
* Added: Drag & Drop of Columns in form editor
|
| 84 |
* Added: Drag & Drop of Pages in form editor
|
| 85 |
* Added: New icon in Elementor plugin
|
| 86 |
* Improved: Drag & Drop of fields in form editor
|
| 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.40
|
| 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.40 =
|
| 83 |
+
* Fixed: Set up map and recapcta keys links.
|
| 84 |
+
|
| 85 |
= 1.12.39 =
|
| 86 |
+
* Added: Drag & Drop of Columns in form editor
|
| 87 |
* Added: Drag & Drop of Pages in form editor
|
| 88 |
* Added: New icon in Elementor plugin
|
| 89 |
* Improved: Drag & Drop of fields in form editor
|
