Version Description
(Date: Aug 24, 2020) = * UI/UX improvement * Conditional Logic Improvement * Added Advanced Conditions * Plain Text Email issue fixed * Elementor Popup integration issue fixed * Email Notification issue fixed
Download this release
Release Info
Developer | techjewel |
Plugin | Contact Form Plugin – Fastest Contact Form Builder Plugin for WordPress by Fluent Forms |
Version | 3.6.51 |
Comparing to | |
See all releases |
Code changes from version 3.6.50 to 3.6.51
- app/Services/FormBuilder/Components/Text.php +1 -2
- fluentform.php +2 -2
- glue.json +1 -1
- readme.txt +2 -2
app/Services/FormBuilder/Components/Text.php
CHANGED
@@ -42,7 +42,7 @@ class Text extends BaseComponent
|
|
42 |
);
|
43 |
}
|
44 |
|
45 |
-
if($data['element'] == 'input_number' || $data['element']
|
46 |
if(
|
47 |
ArrayHelper::get($data, 'settings.calculation_settings.status') &&
|
48 |
$formula = ArrayHelper::get($data, 'settings.calculation_settings.formula')
|
@@ -58,7 +58,6 @@ class Text extends BaseComponent
|
|
58 |
}
|
59 |
return $css_class;
|
60 |
}, 10, 2);
|
61 |
-
|
62 |
do_action('ff_rendering_calculation_form', $form, $data);
|
63 |
} else {
|
64 |
if(!apply_filters('fluentform_disable_inputmode', false)) {
|
42 |
);
|
43 |
}
|
44 |
|
45 |
+
if($data['element'] == 'input_number' || $data['element'] == 'custom_payment_component') {
|
46 |
if(
|
47 |
ArrayHelper::get($data, 'settings.calculation_settings.status') &&
|
48 |
$formula = ArrayHelper::get($data, 'settings.calculation_settings.formula')
|
58 |
}
|
59 |
return $css_class;
|
60 |
}, 10, 2);
|
|
|
61 |
do_action('ff_rendering_calculation_form', $form, $data);
|
62 |
} else {
|
63 |
if(!apply_filters('fluentform_disable_inputmode', false)) {
|
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: Contact Form - WPManageNinja LLC
|
7 |
Author URI: https://wpfluentforms.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.51
|
6 |
Author: Contact Form - WPManageNinja LLC
|
7 |
Author URI: https://wpfluentforms.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.51');
|
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.51",
|
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
@@ -4,7 +4,7 @@ Tags: contact form, contact forms, wp forms, forms, form builder
|
|
4 |
Requires at least: 4.5
|
5 |
Tested up to: 5.5.0
|
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 |
|
@@ -318,7 +318,7 @@ The entire source code is <a href="https://github.com/fluentform/fluentform">ava
|
|
318 |
|
319 |
== Changelog ==
|
320 |
|
321 |
-
= 3.6.
|
322 |
* UI/UX improvement
|
323 |
* Conditional Logic Improvement
|
324 |
* Added Advanced Conditions
|
4 |
Requires at least: 4.5
|
5 |
Tested up to: 5.5.0
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 3.6.51
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
318 |
|
319 |
== Changelog ==
|
320 |
|
321 |
+
= 3.6.51 (Date: Aug 24, 2020) =
|
322 |
* UI/UX improvement
|
323 |
* Conditional Logic Improvement
|
324 |
* Added Advanced Conditions
|