Skip to content

Commit

Permalink
Bumps version to 3.1.7. Bumps tested up to version to 6.6.2. Updates …
Browse files Browse the repository at this point in the history
…readme.txt.
  • Loading branch information
csalzano committed Sep 30, 2024
1 parent e80d1cd commit 4c83a3d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 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.6
* Version: 3.1.7
* 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.6';
const VERSION = '3.1.7';

/**
* Adds a "last entry" column to the array of columns in the dashboard forms
Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: salzano
Tags: gravityforms, gravity forms
Requires at least: 4.0
Tested up to: 6.6.0
Tested up to: 6.6.2
Requires PHP: 5.6
Stable tag: 3.1.6
Stable tag: 3.1.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -63,6 +63,11 @@ Have an idea for a new feature? Please visit the web page, and leave a comment.

== Changelog ==

= 3.1.7 =
* [Fixed] Starts writing the .json file when form confirmations and notifications are updated.
* [Fixed] Stops creating .json exports of inactive forms during plugin activation.
* [Changed] Changes tested up to version number to 6.6.2.

= 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.

Expand Down Expand Up @@ -170,6 +175,9 @@ Have an idea for a new feature? Please visit the web page, and leave a comment.

== Upgrade Notice ==

= 3.1.7 =
Starts writing the .json file when form confirmations and notifications are updated. Stops creating .json exports of inactive forms during plugin activation. Changes tested up to version number to 6.6.2.

= 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.

Expand Down

0 comments on commit 4c83a3d

Please sign in to comment.