Version Description
Download this release
Release Info
Developer | techjewel |
Plugin | Contact Form Plugin – Fastest Contact Form Builder Plugin for WordPress by Fluent Forms |
Version | 4.0.1 |
Comparing to | |
See all releases |
Code changes from version 4.0.0 to 4.0.1
- app/Modules/Activator.php +1 -1
- fluentform.php +2 -2
- glue.json +1 -1
- readme.txt +3 -1
app/Modules/Activator.php
CHANGED
@@ -32,7 +32,7 @@ class Activator
|
|
32 |
}
|
33 |
} else {
|
34 |
$this->migrate();
|
35 |
-
|
36 |
}
|
37 |
|
38 |
self::setCronSchedule();
|
32 |
}
|
33 |
} else {
|
34 |
$this->migrate();
|
35 |
+
// $this->maybeMigrateDefaultForms();
|
36 |
}
|
37 |
|
38 |
self::setCronSchedule();
|
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: 4.0.
|
6 |
Author: Contact Form - WPManageNinja LLC
|
7 |
Author URI: https://fluentforms.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', '4.0.
|
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: 4.0.1
|
6 |
Author: Contact Form - WPManageNinja LLC
|
7 |
Author URI: https://fluentforms.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', '4.0.1');
|
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": "4.0.
|
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": "4.0.1",
|
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.2
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 4.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -22,6 +22,8 @@ The Fastest and Best Contact Form Builder Plugin for WordPress. Drag and drop fo
|
|
22 |
|
23 |
Fluent Forms helps you create hassle-free contact forms, subscription forms, or any kind of WP Forms you need for your website in minutes.
|
24 |
|
|
|
|
|
25 |
==Amazing Features==
|
26 |
|
27 |
* Conversational Forms and Classic Form Builder
|
4 |
Requires at least: 4.5
|
5 |
Tested up to: 5.7.2
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 4.0.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
22 |
|
23 |
Fluent Forms helps you create hassle-free contact forms, subscription forms, or any kind of WP Forms you need for your website in minutes.
|
24 |
|
25 |
+
[youtube https://www.youtube.com/watch?v=uysITMu7Ml8]
|
26 |
+
|
27 |
==Amazing Features==
|
28 |
|
29 |
* Conversational Forms and Classic Form Builder
|