Skip to content

Commit

Permalink
Bumps version to 3.1.6. Updates readme.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
csalzano committed Jul 9, 2024
1 parent 3cfce1a commit 2391e09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gravityforms-power-boost.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion includes/class-gravityforms-power-boost.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 2391e09

Please sign in to comment.