Contact Form Plugin – Fastest Contact Form Builder Plugin for WordPress by Fluent Forms - Version 3.0.8

Version Description

(Date: November 06, 2019) = * Empty form submission issue resolved * Admin UI improvement * File Upload issue resolved * Added extra css class to containers. * Fix ' and " in value issue * Editor Improvement * Added more hooks for developers. * Elementor Pro Popup issue fix for reCaptcha

Download this release

Release Info

Developer techjewel
Plugin Icon 128x128 Contact Form Plugin – Fastest Contact Form Builder Plugin for WordPress by Fluent Forms
Version 3.0.8
Comparing to
See all releases

Code changes from version 3.0.7 to 3.0.8

app/Modules/Component/Component.php CHANGED
@@ -349,7 +349,7 @@ class Component
349
  'info' => 'submission_count',
350
  'status' => 'all',
351
  'with_trashed' => 'no',
352
- 'substract_form' => 0,
353
  'hide_on_zero' => 'no',
354
  'date_format' => ''
355
  ), $atts);
349
  'info' => 'submission_count',
350
  'status' => 'all',
351
  'with_trashed' => 'no',
352
+ 'substract_from' => 0,
353
  'hide_on_zero' => 'no',
354
  'date_format' => ''
355
  ), $atts);
app/Services/wpfluent/autoload.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
 
3
  // Autoload Service Container.
4
- require 'libs/viocon/autoload.php';
5
 
6
  spl_autoload_register(function ($class) {
7
 
1
  <?php
2
 
3
  // Autoload Service Container.
4
+ require_once(__DIR__.'/libs/viocon/autoload.php');
5
 
6
  spl_autoload_register(function ($class) {
7
 
app/Services/wpfluent/wpfluent.php CHANGED
@@ -13,7 +13,7 @@ Domain Path: /resources/languages
13
  */
14
 
15
  // Autoload plugin.
16
- require 'autoload.php';
17
 
18
  if (! function_exists('wpFluent')) {
19
  /**
13
  */
14
 
15
  // Autoload plugin.
16
+ require_once(__DIR__.'/autoload.php');
17
 
18
  if (! function_exists('wpFluent')) {
19
  /**
fluentform.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Fluent Forms - Best Form Plugin for WordPress
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.0.7
6
  Author: WP Fluent Forms
7
  Author URI: https://wpfluentforms.com/
8
  Plugin URI: https://wpfluentforms.com/
@@ -14,13 +14,15 @@ Domain Path: /resources/languages
14
  defined('ABSPATH') or die;
15
 
16
  defined('FLUENTFORM') or define('FLUENTFORM', true);
 
17
 
18
- defined('FLUENTFORM_VERSION') or define('FLUENTFORM_VERSION', '3.0.7');
 
19
  if(!defined('FLUENTFORM_HAS_NIA')) {
20
  define('FLUENTFORM_HAS_NIA', true);
21
  }
22
 
23
- include "framework/Foundation/Bootstrap.php";
24
 
25
  use FluentForm\Framework\Foundation\Bootstrap;
26
 
2
  /*
3
  Plugin Name: Fluent Forms - Best Form Plugin for WordPress
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.0.8
6
  Author: WP Fluent Forms
7
  Author URI: https://wpfluentforms.com/
8
  Plugin URI: https://wpfluentforms.com/
14
  defined('ABSPATH') or die;
15
 
16
  defined('FLUENTFORM') or define('FLUENTFORM', true);
17
+ define('FLUENTFORM_DIR_PATH', plugin_dir_path(__FILE__));
18
 
19
+
20
+ defined('FLUENTFORM_VERSION') or define('FLUENTFORM_VERSION', '3.0.8');
21
  if(!defined('FLUENTFORM_HAS_NIA')) {
22
  define('FLUENTFORM_HAS_NIA', true);
23
  }
24
 
25
+ include FLUENTFORM_DIR_PATH."framework/Foundation/Bootstrap.php";
26
 
27
  use FluentForm\Framework\Foundation\Bootstrap;
28
 
glue.json CHANGED
@@ -2,7 +2,7 @@
2
  "plugin_name": "FluentForm",
3
  "plugin_slug": "fluentform",
4
  "plugin_text_domain": "fluentform",
5
- "plugin_version": "3.0.7",
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.0.8",
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, fastest form, form creator,
4
  Requires at least: 4.5
5
  Tested up to: 5.2.4
6
  Requires PHP: 5.4
7
- Stable tag: 3.0.7
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -271,7 +271,7 @@ Yes, Please check our <a href="https://trello.com/b/FaDlAD9B/public-roadmap-wp-f
271
 
272
  == Changelog ==
273
 
274
- = 3.0.7 (Date: November 06, 2019) =
275
  * Empty form submission issue resolved
276
  * Admin UI improvement
277
  * File Upload issue resolved
4
  Requires at least: 4.5
5
  Tested up to: 5.2.4
6
  Requires PHP: 5.4
7
+ Stable tag: 3.0.8
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
271
 
272
  == Changelog ==
273
 
274
+ = 3.0.8 (Date: November 06, 2019) =
275
  * Empty form submission issue resolved
276
  * Admin UI improvement
277
  * File Upload issue resolved