Version Description
(Date: July 27, 2020) = * Conditional Logic improvements * Validate Uniqueness for Text Input values * Replace select2 with choices.JS library (cool) * Enable Search option for single select options * Reset selects after form submission bug fix * Popup issue fix for Elementor * Added new tooltip style for better visibility * Translation loading issue fixed * Slack Notification issue has been fixed * Internal Improvements and Performence increase
Download this release
Release Info
Developer | techjewel |
Plugin | Contact Form Plugin – Fastest Contact Form Builder Plugin for WordPress by Fluent Forms |
Version | 3.6.41 |
Comparing to | |
See all releases |
Code changes from version 3.6.40 to 3.6.41
- app/Services/FormBuilder/Notifications/EmailNotification.php +3 -1
- fluentform.php +2 -2
- glue.json +1 -1
- readme.txt +3 -3
app/Services/FormBuilder/Notifications/EmailNotification.php
CHANGED
@@ -140,7 +140,9 @@ class EmailNotification
|
|
140 |
|
141 |
private function getSendAddresses($notification, $submittedData)
|
142 |
{
|
143 |
-
$sendAddresses =
|
|
|
|
|
144 |
|
145 |
if (ArrayHelper::get($notification, 'sendTo.type') == 'field' && !empty($notification['sendTo']['field'])) {
|
146 |
$sendAddresses = [
|
140 |
|
141 |
private function getSendAddresses($notification, $submittedData)
|
142 |
{
|
143 |
+
$sendAddresses = [
|
144 |
+
ArrayHelper::get($notification, 'sendTo.email')
|
145 |
+
];
|
146 |
|
147 |
if (ArrayHelper::get($notification, 'sendTo.type') == 'field' && !empty($notification['sendTo']['field'])) {
|
148 |
$sendAddresses = [
|
fluentform.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Fluent Forms
|
4 |
Description: Contact Form By Fluent Forms is the advanced Contact form plugin with drag and drop, multi column supported form builder plugin
|
5 |
-
Version: 3.6.
|
6 |
Author: WP Fluent Forms
|
7 |
Author URI: https://wpmanageninja.com
|
8 |
Plugin URI: https://wpmanageninja.com/wp-fluent-form/
|
@@ -16,7 +16,7 @@ defined('ABSPATH') or die;
|
|
16 |
defined('FLUENTFORM') or define('FLUENTFORM', true);
|
17 |
define('FLUENTFORM_DIR_PATH', plugin_dir_path(__FILE__));
|
18 |
|
19 |
-
defined('FLUENTFORM_VERSION') or define('FLUENTFORM_VERSION', '3.6.
|
20 |
|
21 |
if (!defined('FLUENTFORM_HAS_NIA')) {
|
22 |
define('FLUENTFORM_HAS_NIA', true);
|
2 |
/*
|
3 |
Plugin Name: Fluent Forms
|
4 |
Description: Contact Form By Fluent Forms is the advanced Contact form plugin with drag and drop, multi column supported form builder plugin
|
5 |
+
Version: 3.6.41
|
6 |
Author: WP Fluent Forms
|
7 |
Author URI: https://wpmanageninja.com
|
8 |
Plugin URI: https://wpmanageninja.com/wp-fluent-form/
|
16 |
defined('FLUENTFORM') or define('FLUENTFORM', true);
|
17 |
define('FLUENTFORM_DIR_PATH', plugin_dir_path(__FILE__));
|
18 |
|
19 |
+
defined('FLUENTFORM_VERSION') or define('FLUENTFORM_VERSION', '3.6.41');
|
20 |
|
21 |
if (!defined('FLUENTFORM_HAS_NIA')) {
|
22 |
define('FLUENTFORM_HAS_NIA', true);
|
glue.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"plugin_name": "FluentForm",
|
3 |
"plugin_slug": "fluentform",
|
4 |
"plugin_text_domain": "fluentform",
|
5 |
-
"plugin_version": "3.6.
|
6 |
"plugin_description": "The most advanced drag and drop form builder plugin for WordPress",
|
7 |
"plugin_uri": "https://wpfluentforms.com",
|
8 |
"plugin_license": "GPLv2 or later",
|
2 |
"plugin_name": "FluentForm",
|
3 |
"plugin_slug": "fluentform",
|
4 |
"plugin_text_domain": "fluentform",
|
5 |
+
"plugin_version": "3.6.41",
|
6 |
"plugin_description": "The most advanced drag and drop form builder plugin for WordPress",
|
7 |
"plugin_uri": "https://wpfluentforms.com",
|
8 |
"plugin_license": "GPLv2 or later",
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: techjewel,adreastrian,heera,wpmanageninja
|
3 |
Tags: contact form, contact forms, wp forms, forms, form builder
|
4 |
Requires at least: 4.5
|
5 |
-
Tested up to: 5.4
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 3.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -305,7 +305,7 @@ Yes, Please check our <a href="https://trello.com/b/FaDlAD9B/public-roadmap-wp-f
|
|
305 |
|
306 |
== Changelog ==
|
307 |
|
308 |
-
= 3.6.
|
309 |
* Conditional Logic improvements
|
310 |
* Validate Uniqueness for Text Input values
|
311 |
* Replace select2 with choices.JS library (cool)
|
2 |
Contributors: techjewel,adreastrian,heera,wpmanageninja
|
3 |
Tags: contact form, contact forms, wp forms, forms, form builder
|
4 |
Requires at least: 4.5
|
5 |
+
Tested up to: 5.4.2
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 3.6.41
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
305 |
|
306 |
== Changelog ==
|
307 |
|
308 |
+
= 3.6.41 (Date: July 27, 2020) =
|
309 |
* Conditional Logic improvements
|
310 |
* Validate Uniqueness for Text Input values
|
311 |
* Replace select2 with choices.JS library (cool)
|