Skip to content

Commit e19357f

Browse files
committed
Bumps version to 3.1.3. Bumps tested up to version to 6.4.2. Updates readme.txt.
1 parent 16cb531 commit e19357f

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-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.2
16+
* Version: 3.1.3
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.0';
15+
const VERSION = '3.1.3';
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.3.1
5+
Tested up to: 6.4.2
66
Requires PHP: 5.6
7-
Stable tag: 3.1.2
7+
Stable tag: 3.1.3
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.3 =
67+
* [Fixed] Adds compatibility with language packs by using the correct text domain.
68+
* [Changed] Changes tested up to version number to 6.4.2.
69+
6670
= 3.1.2 =
6771
* [Fixed] Fixes an error during activation when Gravity Forms is not active.
6872
* [Changed] Changes tested up to version number to 6.3.1.
@@ -156,6 +160,9 @@ Have an idea for a new feature? Please visit the web page, and leave a comment.
156160

157161
== Upgrade Notice ==
158162

163+
= 3.1.3 =
164+
Adds compatibility with language packs by using the correct text domain. Changes tested up to version number to 6.4.2.
165+
159166
= 3.1.2 =
160167
Fixes an error during activation when Gravity Forms is not active. Changes tested up to version number to 6.3.1.
161168

0 commit comments

Comments
 (0)