Skip to content

Commit 5ea0335

Browse files
committed
Bumps version to 3.1.5. Bumps tested up to version to 6.5.3. Updates readme.txt.
1 parent c933954 commit 5ea0335

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

gravityforms-power-boost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Description: Enhances the dashboard for Gravity Forms power users.
1414
* Author: Breakfast
1515
* Author URI: https://breakfastco.xyz
16-
* Version: 3.1.4
16+
* Version: 3.1.5
1717
* Text Domain: power-boost-for-gravity-forms
1818
* License: GPLv2 or later
1919
*/

includes/class-gravityforms-power-boost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
class GravityForms_Power_Boost {
1414

15-
const VERSION = '3.1.4';
15+
const VERSION = '3.1.5';
1616

1717
/**
1818
* Adds a "last entry" column to the array of columns in the dashboard forms

readme.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: salzano
33
Tags: gravityforms, gravity forms
44
Requires at least: 4.0
5-
Tested up to: 6.4.2
5+
Tested up to: 6.5.3
66
Requires PHP: 5.6
7-
Stable tag: 3.1.4
7+
Stable tag: 3.1.5
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -63,6 +63,10 @@ Have an idea for a new feature? Please visit the web page, and leave a comment.
6363

6464
== Changelog ==
6565

66+
= 3.1.5 =
67+
* [Fixed] Prevents field ID prefixes from being added near field names more than once while editing entries.
68+
* [Changed] Changes tested up to version number to 6.5.3.
69+
6670
= 3.1.4 =
6771
* [Fixed] Adds compatibility with language packs.
6872

@@ -163,6 +167,9 @@ Have an idea for a new feature? Please visit the web page, and leave a comment.
163167

164168
== Upgrade Notice ==
165169

170+
= 3.1.5 =
171+
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.
172+
166173
= 3.1.4 =
167174
Adds compatibility with language packs.
168175

0 commit comments

Comments
 (0)