Version Description
bug fixed in email content
Download this release
Release Info
Developer | webdorado |
Plugin | Contact Form by WD – responsive drag & drop contact form builder tool |
Version | 1.7.26 |
Comparing to | |
See all releases |
Code changes from version 1.7.25 to 1.7.26
- contact-form-maker.php +2 -2
- frontend/models/FMModelForm_maker_fmc.php +2 -0
- readme.txt +3 -1
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.26
|
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.26';
|
200 |
if (!$version) {
|
201 |
add_option("wd_form_maker_version", $new_version, '', 'no');
|
202 |
global $wpdb;
|
frontend/models/FMModelForm_maker_fmc.php
CHANGED
@@ -1349,6 +1349,8 @@ class FMModelForm_maker_fmc {
|
|
1349 |
}
|
1350 |
|
1351 |
public function gen_mail($counter, $all_files, $id, $str) {
|
|
|
|
|
1352 |
global $wpdb;
|
1353 |
$row = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "formmaker WHERE id=%d", $id));
|
1354 |
if (!$row->form_front) {
|
1349 |
}
|
1350 |
|
1351 |
public function gen_mail($counter, $all_files, $id, $str) {
|
1352 |
+
$ip = $_SERVER['REMOTE_ADDR'];
|
1353 |
+
$replyto = '';
|
1354 |
global $wpdb;
|
1355 |
$row = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "formmaker WHERE id=%d", $id));
|
1356 |
if (!$row->form_front) {
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://web-dorado.com/products/wordpress-contact-form-maker-plugin.
|
|
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.0
|
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 |
|
@@ -142,6 +142,8 @@ 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.25 =
|
146 |
remove fancybox
|
147 |
= 1.7.24 =
|
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.0
|
6 |
Tested up to: 4.1
|
7 |
+
Stable tag: 1.7.26
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
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 =
|