Skip to content

Commit 4c83a3d

Browse files
committed
Bumps version to 3.1.7. Bumps tested up to version to 6.6.2. Updates readme.txt.
1 parent e80d1cd commit 4c83a3d

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

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.6
16+
* Version: 3.1.7
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
@@ -14,7 +14,7 @@
1414
*/
1515
class GravityForms_Power_Boost {
1616

17-
const VERSION = '3.1.6';
17+
const VERSION = '3.1.7';
1818

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

readme.txt

Lines changed: 10 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.6.0
5+
Tested up to: 6.6.2
66
Requires PHP: 5.6
7-
Stable tag: 3.1.6
7+
Stable tag: 3.1.7
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

6464
== Changelog ==
6565

66+
= 3.1.7 =
67+
* [Fixed] Starts writing the .json file when form confirmations and notifications are updated.
68+
* [Fixed] Stops creating .json exports of inactive forms during plugin activation.
69+
* [Changed] Changes tested up to version number to 6.6.2.
70+
6671
= 3.1.6 =
6772
* [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.
6873

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

171176
== Upgrade Notice ==
172177

178+
= 3.1.7 =
179+
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.
180+
173181
= 3.1.6 =
174182
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.
175183

0 commit comments

Comments
 (0)