diff --git a/README.md b/README.md index 99ed3fe..7487755 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Gravity Forms: Multiple Form Instances ===================================== -### Version 1.0.8 +### Version 1.0.9 ----- diff --git a/gravityforms-multiple-form-instances.php b/gravityforms-multiple-form-instances.php index b5f6d03..556f0b6 100644 --- a/gravityforms-multiple-form-instances.php +++ b/gravityforms-multiple-form-instances.php @@ -5,7 +5,7 @@ * Description: Allows multiple instances of the same form to be run on a single page when using AJAX. * Author: tyxla * Author URI: https://github.com/tyxla - * Version: 1.0.8 + * Version: 1.0.9 * License: GPL2 * Requires at least: 3.0.1 * Tested up to: 4.3 diff --git a/readme.txt b/readme.txt index 218df17..7cca14d 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: tyxla Tags: gravity, form, multiple, gravity forms Requires at least: 3.0.1 Tested up to: 4.3 -Stable tag: 1.0.8 +Stable tag: 1.0.9 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -25,6 +25,9 @@ This plugin addresses this issue, allowing multiple forms to be displayed on the == Changelog == += 1.0.9 = +Now properly supporting maximum characters limit. + = 1.0.8 = Now properly supporting `gform_field_values`.