Version Description
- bug fixed in csv\xml export
Download this release
Release Info
Developer | webdorado |
Plugin | Contact Form by WD – responsive drag & drop contact form builder tool |
Version | 1.7.27 |
Comparing to | |
See all releases |
Code changes from version 1.7.26 to 1.7.27
- admin/views/FMViewGenerete_csv_fmc.php +1 -1
- admin/views/FMViewSubmissions_fmc.php +0 -1
- contact-form-maker.php +2 -2
- readme.txt +10 -5
admin/views/FMViewGenerete_csv_fmc.php
CHANGED
@@ -50,7 +50,7 @@ class FMViewGenerete_csv_fmc {
|
|
50 |
$flag = TRUE;
|
51 |
}
|
52 |
array_walk($row, 'cleanData');
|
53 |
-
echo '"' . implode('","', array_values($row)) . "\"\r\n";
|
54 |
}
|
55 |
die('');
|
56 |
}
|
50 |
$flag = TRUE;
|
51 |
}
|
52 |
array_walk($row, 'cleanData');
|
53 |
+
echo '"' . html_entity_decode(implode('","', array_values($row))) . "\"\r\n";
|
54 |
}
|
55 |
die('');
|
56 |
}
|
admin/views/FMViewSubmissions_fmc.php
CHANGED
@@ -681,7 +681,6 @@ class FMViewSubmissions_fmc {
|
|
681 |
<script>
|
682 |
jQuery(window).load(function() {
|
683 |
spider_popup();
|
684 |
-
|
685 |
});
|
686 |
function show_stats() {
|
687 |
jQuery('#div_stats').html('<div id="saving"><div id="saving_text">Loading</div><div id="fadingBarsG"><div id="fadingBarsG_1" class="fadingBarsG"></div><div id="fadingBarsG_2" class="fadingBarsG"></div><div id="fadingBarsG_3" class="fadingBarsG"></div><div id="fadingBarsG_4" class="fadingBarsG"></div><div id="fadingBarsG_5" class="fadingBarsG"></div><div id="fadingBarsG_6" class="fadingBarsG"></div><div id="fadingBarsG_7" class="fadingBarsG"></div><div id="fadingBarsG_8" class="fadingBarsG"></div></div></div>');
|
681 |
<script>
|
682 |
jQuery(window).load(function() {
|
683 |
spider_popup();
|
|
|
684 |
});
|
685 |
function show_stats() {
|
686 |
jQuery('#div_stats').html('<div id="saving"><div id="saving_text">Loading</div><div id="fadingBarsG"><div id="fadingBarsG_1" class="fadingBarsG"></div><div id="fadingBarsG_2" class="fadingBarsG"></div><div id="fadingBarsG_3" class="fadingBarsG"></div><div id="fadingBarsG_4" class="fadingBarsG"></div><div id="fadingBarsG_5" class="fadingBarsG"></div><div id="fadingBarsG_6" class="fadingBarsG"></div><div id="fadingBarsG_7" class="fadingBarsG"></div><div id="fadingBarsG_8" class="fadingBarsG"></div></div></div>');
|
contact-form-maker.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Contact Form Maker
|
4 |
* Plugin URI: http://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.7.
|
7 |
* Author: WebDorado
|
8 |
* Author URI: http://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -196,7 +196,7 @@ if (class_exists('WP_Widget')) {
|
|
196 |
// Activate plugin.
|
197 |
function form_maker_activate_cfm() {
|
198 |
$version = get_option("wd_form_maker_version");
|
199 |
-
$new_version = '1.7.
|
200 |
if (!$version) {
|
201 |
add_option("wd_form_maker_version", $new_version, '', 'no');
|
202 |
global $wpdb;
|
3 |
* Plugin Name: Contact Form Maker
|
4 |
* Plugin URI: http://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.7.27
|
7 |
* Author: WebDorado
|
8 |
* Author URI: http://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
196 |
// Activate plugin.
|
197 |
function form_maker_activate_cfm() {
|
198 |
$version = get_option("wd_form_maker_version");
|
199 |
+
$new_version = '1.7.20';
|
200 |
if (!$version) {
|
201 |
add_option("wd_form_maker_version", $new_version, '', 'no');
|
202 |
global $wpdb;
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: webdorado
|
3 |
Donate link: http://web-dorado.com/products/wordpress-contact-form-maker-plugin.html
|
4 |
Tags: form, forms, contact form, contact forms, contact form plugin,contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contac forms, custom form, Contact form maker with recaptcha, contact form with google map, feedback form, feedback forms, contact us
|
5 |
-
Requires at least: 3.
|
6 |
Tested up to: 4.1
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -50,6 +50,7 @@ The product has cross-browser compatibility, which allows using the Contact form
|
|
50 |
* Detailed Submissions field including the submissions of all contact forms.
|
51 |
* 10 built-in templates.
|
52 |
* Required and hidden fields for advanced contact forms.
|
|
|
53 |
|
54 |
|
55 |
### Supported languages Of the Contact Form Maker
|
@@ -142,12 +143,16 @@ If you want to update the plugin while preserving your existing contact forms, y
|
|
142 |
8. Contact Form Maker - Select Columns
|
143 |
|
144 |
== Changelog ==
|
|
|
|
|
145 |
= 1.7.26 =
|
146 |
-
bug fixed in email content
|
147 |
= 1.7.25 =
|
148 |
-
remove fancybox
|
149 |
= 1.7.24 =
|
150 |
-
display php function to publish form
|
|
|
|
|
151 |
= 1.6.1 =
|
152 |
* Added featured plugins
|
153 |
= 1.6.0 =
|
2 |
Contributors: webdorado
|
3 |
Donate link: http://web-dorado.com/products/wordpress-contact-form-maker-plugin.html
|
4 |
Tags: form, forms, contact form, contact forms, contact form plugin,contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contac forms, custom form, Contact form maker with recaptcha, contact form with google map, feedback form, feedback forms, contact us
|
5 |
+
Requires at least: 3.4
|
6 |
Tested up to: 4.1
|
7 |
+
Stable tag: 1.7.27
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
50 |
* Detailed Submissions field including the submissions of all contact forms.
|
51 |
* 10 built-in templates.
|
52 |
* Required and hidden fields for advanced contact forms.
|
53 |
+
* Conditional fields
|
54 |
|
55 |
|
56 |
### Supported languages Of the Contact Form Maker
|
143 |
8. Contact Form Maker - Select Columns
|
144 |
|
145 |
== Changelog ==
|
146 |
+
= 1.7.27 =
|
147 |
+
* bug fixed in csv\xml export
|
148 |
= 1.7.26 =
|
149 |
+
* bug fixed in email content
|
150 |
= 1.7.25 =
|
151 |
+
* remove fancybox
|
152 |
= 1.7.24 =
|
153 |
+
* display php function to publish form
|
154 |
+
= 1.7.20 =
|
155 |
+
* 4.0.1 shortcode issue fixed
|
156 |
= 1.6.1 =
|
157 |
* Added featured plugins
|
158 |
= 1.6.0 =
|