Skip to content

Commit

Permalink
Release version 5.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
nkb-bd committed Apr 19, 2024
1 parent 080db8c commit f74ac15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fluentform.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Plugin Name: Fluent Forms
* Description: Contact Form By Fluent Forms is the advanced Contact form plugin with drag and drop, multi column supported form builder plugin
* Version: 5.1.13
* Version: 5.1.14
* Author: Contact Form - WPManageNinja LLC
* Author URI: https://fluentforms.com
* Plugin URI: https://wpmanageninja.com/wp-fluent-form/
Expand All @@ -19,7 +19,7 @@

define('FLUENTFORM_FRAMEWORK_UPGRADE', '4.3.22');

defined('FLUENTFORM_VERSION') or define('FLUENTFORM_VERSION', '5.1.13');
defined('FLUENTFORM_VERSION') or define('FLUENTFORM_VERSION', '5.1.14');

if (!defined('FLUENTFORM_HAS_NIA')) {
define('FLUENTFORM_HAS_NIA', true);
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: contact form, wp forms, forms, form builder, custom form
Requires at least: 4.5
Tested up to: 6.5.2
Requires PHP: 7.4
Stable tag: 5.1.13
Stable tag: 5.1.14
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -451,6 +451,9 @@ You can get support from our official support thread at <a href="https://wpmanag

== Changelog ==

= 5.1.14 (Date: April 19, 2024) =
- Improves conversational form sanitization & escaping

= 5.1.13 (Date: April 18, 2024) =
- Fix conversational form shortcode issue

Expand Down

0 comments on commit f74ac15

Please sign in to comment.