Version Description
Fixed: CC, BCC multiple emails.
Download this release
Release Info
Developer | webdorado |
Plugin | Contact Form Builder – a plugin for creating contact and feedback forms |
Version | 1.0.41 |
Comparing to | |
See all releases |
Code changes from version 1.0.40 to 1.0.41
- contact-form-builder.php +2 -2
- featured/featured.php +1 -1
- featured/featured_themes.php +1 -1
- frontend/models/CFMModelForm_maker.php +4 -4
- readme.txt +4 -1
contact-form-builder.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Contact Form Builder
|
4 |
* Plugin URI: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
5 |
* Description: Contact Form Builder is an advanced plugin to add contact forms into your website. It comes along with multiple default templates which can be customized.
|
6 |
-
* Version: 1.0.
|
7 |
* Author: WebDorado
|
8 |
* Author URI: http://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -172,7 +172,7 @@ if (class_exists('WP_Widget')) {
|
|
172 |
// Activate plugin.
|
173 |
function contact_form_maker_activate() {
|
174 |
$version = get_option("wd_contact_form_maker_version");
|
175 |
-
$new_version = '1.0.
|
176 |
if ($version && version_compare($version, $new_version, '<')) {
|
177 |
require_once WD_CFM_DIR . "/contact-form-builder-update.php";
|
178 |
contact_form_maker_update($version);
|
3 |
* Plugin Name: Contact Form Builder
|
4 |
* Plugin URI: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
5 |
* Description: Contact Form Builder is an advanced plugin to add contact forms into your website. It comes along with multiple default templates which can be customized.
|
6 |
+
* Version: 1.0.41
|
7 |
* Author: WebDorado
|
8 |
* Author URI: http://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
172 |
// Activate plugin.
|
173 |
function contact_form_maker_activate() {
|
174 |
$version = get_option("wd_contact_form_maker_version");
|
175 |
+
$new_version = '1.0.41';
|
176 |
if ($version && version_compare($version, $new_version, '<')) {
|
177 |
require_once WD_CFM_DIR . "/contact-form-builder-update.php";
|
178 |
contact_form_maker_update($version);
|
featured/featured.php
CHANGED
@@ -120,7 +120,7 @@ function spider_featured($current_plugin = '') {
|
|
120 |
<div id="main_featured_plugins_page">
|
121 |
<h3>Featured Plugins</h3>
|
122 |
<div class="featured_header">
|
123 |
-
<a
|
124 |
<h1>GET <?php echo $plugins[$current_plugin]["title"]; ?> +18 PLUGINS</h1>
|
125 |
<h1 class="get_plugins">FOR $100 ONLY <span>- SAVE 70%</span></h1>
|
126 |
</a>
|
120 |
<div id="main_featured_plugins_page">
|
121 |
<h3>Featured Plugins</h3>
|
122 |
<div class="featured_header">
|
123 |
+
<a href="https://web-dorado.com/wordpress-plugins.html?source=<?php echo $current_plugin; ?>" target="_blank">
|
124 |
<h1>GET <?php echo $plugins[$current_plugin]["title"]; ?> +18 PLUGINS</h1>
|
125 |
<h1 class="get_plugins">FOR $100 ONLY <span>- SAVE 70%</span></h1>
|
126 |
</a>
|
featured/featured_themes.php
CHANGED
@@ -12,7 +12,7 @@ function spider_featured_themes() {
|
|
12 |
</table>
|
13 |
<div class="featured_header">
|
14 |
<div>
|
15 |
-
<a target="_blank"
|
16 |
<h1>WORDPRESS THEMES</h1>
|
17 |
<h1 class="get_plugins">ALL FOR $40 ONLY <span>- SAVE 80%</span></h1>
|
18 |
</a>
|
12 |
</table>
|
13 |
<div class="featured_header">
|
14 |
<div>
|
15 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes.html?source=contact_form_bulder">
|
16 |
<h1>WORDPRESS THEMES</h1>
|
17 |
<h1 class="get_plugins">ALL FOR $40 ONLY <span>- SAVE 80%</span></h1>
|
18 |
</a>
|
frontend/models/CFMModelForm_maker.php
CHANGED
@@ -618,10 +618,10 @@ class CFMModelForm_maker {
|
|
618 |
$headers .= "Reply-To: <" . $replyto . ">\r\n";
|
619 |
}
|
620 |
if ($cca) {
|
621 |
-
$headers .= "Cc:
|
622 |
}
|
623 |
if ($bcc) {
|
624 |
-
$headers .= "Bcc:
|
625 |
}
|
626 |
if (strpos($new_script, "%ip%") > -1) {
|
627 |
$new_script = str_replace("%ip%", $ip, $new_script);
|
@@ -730,10 +730,10 @@ class CFMModelForm_maker {
|
|
730 |
$cca = $row->mail_cc;
|
731 |
$bcc = $row->mail_bcc;
|
732 |
if ($cca) {
|
733 |
-
$headers .= "Cc:
|
734 |
}
|
735 |
if ($bcc) {
|
736 |
-
$headers .= "Bcc:
|
737 |
}
|
738 |
if (strpos($new_script, "%ip%") > -1) {
|
739 |
$new_script = str_replace("%ip%", $ip, $new_script);
|
618 |
$headers .= "Reply-To: <" . $replyto . ">\r\n";
|
619 |
}
|
620 |
if ($cca) {
|
621 |
+
$headers .= "Cc: " . $cca . "\r\n";
|
622 |
}
|
623 |
if ($bcc) {
|
624 |
+
$headers .= "Bcc: " . $bcc . "\r\n";
|
625 |
}
|
626 |
if (strpos($new_script, "%ip%") > -1) {
|
627 |
$new_script = str_replace("%ip%", $ip, $new_script);
|
730 |
$cca = $row->mail_cc;
|
731 |
$bcc = $row->mail_bcc;
|
732 |
if ($cca) {
|
733 |
+
$headers .= "Cc: " . $cca . "\r\n";
|
734 |
}
|
735 |
if ($bcc) {
|
736 |
+
$headers .= "Bcc: " . $bcc . "\r\n";
|
737 |
}
|
738 |
if (strpos($new_script, "%ip%") > -1) {
|
739 |
$new_script = str_replace("%ip%", $ip, $new_script);
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
|
4 |
Tags: form, forms, contact form, contact forms, contact form plugin, contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contact forms, custom form, Contact Form Builder with recaptcha, contact form with google map, feedback form, feedback forms, contact us, wordpress contact form, email form, feedback, web form, contact me, email, contact manager, contact us form, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, text input, validation, send copy, form with captcha, advanced form, recaptcha, contact form with captcha
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.4
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -138,6 +138,9 @@ After downloading the ZIP file,
|
|
138 |
|
139 |
== Changelog ==
|
140 |
|
|
|
|
|
|
|
141 |
= 1.0.40 =
|
142 |
Added: Optional delimiter for exported csv.
|
143 |
Changed: Featured plugins page.
|
4 |
Tags: form, forms, contact form, contact forms, contact form plugin, contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contact forms, custom form, Contact Form Builder with recaptcha, contact form with google map, feedback form, feedback forms, contact us, wordpress contact form, email form, feedback, web form, contact me, email, contact manager, contact us form, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, text input, validation, send copy, form with captcha, advanced form, recaptcha, contact form with captcha
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.4
|
7 |
+
Stable tag: 1.0.41
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
138 |
|
139 |
== Changelog ==
|
140 |
|
141 |
+
= 1.0.41 =
|
142 |
+
Fixed: CC, BCC multiple emails.
|
143 |
+
|
144 |
= 1.0.40 =
|
145 |
Added: Optional delimiter for exported csv.
|
146 |
Changed: Featured plugins page.
|