From d1279722965a090e196d7add2eded47a9eb6bec7 Mon Sep 17 00:00:00 2001 From: Marin Atanasov Date: Fri, 5 Feb 2016 23:23:47 +0200 Subject: [PATCH] version 1.1 --- gravityforms-multiple-form-instances.php | 2 +- readme.txt | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/gravityforms-multiple-form-instances.php b/gravityforms-multiple-form-instances.php index 4a20761..80fd195 100644 --- a/gravityforms-multiple-form-instances.php +++ b/gravityforms-multiple-form-instances.php @@ -5,7 +5,7 @@ * Author: tyxla * Author URI: http://marinatanasov.com/ * Plugin URI: https://github.com/tyxla/Gravity-Forms-Multiple-Form-Instances - * Version: 1.0.15 + * Version: 1.1 * License: GPL2 * Requires at least: 3.0.1 * Tested up to: 4.4.2 diff --git a/readme.txt b/readme.txt index f9daa53..5b9b2df 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: tyxla Tags: gravity, form, multiple, gravity forms Requires at least: 3.0.1 -Tested up to: 4.4.1 -Stable tag: 1.0.15 +Tested up to: 4.4.2 +Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -25,6 +25,15 @@ This plugin addresses this issue, allowing multiple forms to be displayed on the == Changelog == += 1.1 = +Integrated custom CSS class, containing the original form ID for easy styling. +Integrated a tests framework. +Added a complete set of unit tests to reach 98% test coverage. +Improved code and made it compatible with the WordPress Coding Standards. +Minor replacement fix. +Readme improvements. +Integrated Travis CI and Scrutinizer CI. + = 1.0.15 = Added support for the page "Next" button conditional logic.