From 2391e0947da4ae2a65fcc05f5b24d8113b77ba60 Mon Sep 17 00:00:00 2001 From: Corey Salzano <938411+csalzano@users.noreply.github.com> Date: Tue, 9 Jul 2024 12:52:33 -0400 Subject: [PATCH] Bumps version to 3.1.6. Updates readme.txt. --- gravityforms-power-boost.php | 2 +- includes/class-gravityforms-power-boost.php | 2 +- readme.txt | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gravityforms-power-boost.php b/gravityforms-power-boost.php index 71ccc59..8daf35a 100644 --- a/gravityforms-power-boost.php +++ b/gravityforms-power-boost.php @@ -13,7 +13,7 @@ * Description: Enhances the dashboard for Gravity Forms power users. * Author: Breakfast * Author URI: https://breakfastco.xyz - * Version: 3.1.5 + * Version: 3.1.6 * Text Domain: power-boost-for-gravity-forms * License: GPLv2 or later */ diff --git a/includes/class-gravityforms-power-boost.php b/includes/class-gravityforms-power-boost.php index 1205109..703b6ca 100644 --- a/includes/class-gravityforms-power-boost.php +++ b/includes/class-gravityforms-power-boost.php @@ -14,7 +14,7 @@ */ class GravityForms_Power_Boost { - const VERSION = '3.1.5'; + const VERSION = '3.1.6'; /** * Adds a "last entry" column to the array of columns in the dashboard forms diff --git a/readme.txt b/readme.txt index 7ae89cb..3ff30ee 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: gravityforms, gravity forms Requires at least: 4.0 Tested up to: 6.5.5 Requires PHP: 5.6 -Stable tag: 3.1.5 +Stable tag: 3.1.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -63,6 +63,9 @@ Have an idea for a new feature? Please visit the web page, and leave a comment. == Changelog == += 3.1.6 = +* [Fixed] Fixes a bug where field IDs are shown in the form editor's Compact View. This view already has a switch to show or hide field IDs. + = 3.1.5 = * [Fixed] Prevents field ID prefixes from being added near field names more than once while editing entries. * [Changed] Changes tested up to version number to 6.5.3. @@ -167,6 +170,9 @@ Have an idea for a new feature? Please visit the web page, and leave a comment. == Upgrade Notice == += 3.1.6 = +Fixes a bug where field IDs are shown in the form editor's Compact View. This view already has a switch to show or hide field IDs. + = 3.1.5 = Prevents field ID prefixes from being added near field names more than once while editing entries. Changes tested up to version number to 6.5.3.