Version Description
(Date: Mar 09, 2021) = * Fix Form Scheduling * Fix Preview Page Slug
Download this release
Release Info
Developer | techjewel |
Plugin | Contact Form Plugin – Fastest Contact Form Builder Plugin for WordPress by Fluent Forms |
Version | 3.6.70 |
Comparing to | |
See all releases |
Code changes from version 3.6.69 to 3.6.70
- app/Modules/Component/Component.php +1 -1
- fluentform.php +2 -2
- glue.json +1 -1
- readme.txt +2 -2
app/Modules/Component/Component.php
CHANGED
@@ -806,7 +806,7 @@ class Component
|
|
806 |
$weekDayToday = date("l") ; //day of the week
|
807 |
$selectedWeekDays = ArrayHelper::get ($restrictions,'selectedDays');
|
808 |
//skip if it was not set initially and $selectedWeekDays is null
|
809 |
-
if( is_array($selectedWeekDays) && ! in_array ($weekDayToday,$selectedWeekDays)){
|
810 |
$isRenderable['message'] = $restrictions['expiredMsg'];
|
811 |
|
812 |
return false;
|
806 |
$weekDayToday = date("l") ; //day of the week
|
807 |
$selectedWeekDays = ArrayHelper::get ($restrictions,'selectedDays');
|
808 |
//skip if it was not set initially and $selectedWeekDays is null
|
809 |
+
if($selectedWeekDays && is_array($selectedWeekDays) && ! in_array ($weekDayToday,$selectedWeekDays)){
|
810 |
$isRenderable['message'] = $restrictions['expiredMsg'];
|
811 |
|
812 |
return 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.70
|
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.70');
|
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.70",
|
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, contact form b
|
|
4 |
Requires at least: 4.5
|
5 |
Tested up to: 5.7
|
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 |
|
@@ -322,7 +322,7 @@ The entire source code is <a href="https://github.com/fluentform/fluentform">ava
|
|
322 |
|
323 |
== Changelog ==
|
324 |
|
325 |
-
= 3.6.
|
326 |
* Fix Form Scheduling
|
327 |
* Fix Preview Page Slug
|
328 |
|
4 |
Requires at least: 4.5
|
5 |
Tested up to: 5.7
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 3.6.70
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
322 |
|
323 |
== Changelog ==
|
324 |
|
325 |
+
= 3.6.70 (Date: Mar 09, 2021) =
|
326 |
* Fix Form Scheduling
|
327 |
* Fix Preview Page Slug
|
328 |
|