Skip to content

Commit bcb1380

Browse files
committed
Bumps version to 3.2.1
1 parent 35be4c9 commit bcb1380

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.2.0
16+
* Version: 3.2.1
1717
* Text Domain: power-boost-for-gravity-forms
1818
* License: GPLv2 or later
1919
* GitHub Plugin URI: csalzano/power-boost-for-gravity-forms

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.2.0';
17+
const VERSION = '3.2.1';
1818

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

readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: gravityforms, gravity forms, resend, replace
44
Requires at least: 4.0
55
Tested up to: 6.7.1
66
Requires PHP: 5.6
7-
Stable tag: 3.2.0
7+
Stable tag: 3.2.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

6464
== Changelog ==
6565

66-
= 3.2.0 =
66+
= 3.2.1 =
6767
* [Added] Adds support for GravityFlow feeds in backups and form replacements. Replace Forms and Local JSON features now restore GravityFlow feeds from .json files.
6868
* [Added] Adds all current translation files to a folder /languages.
6969
* [Changed] Changes tested up to version number to 6.7.1.
@@ -180,7 +180,7 @@ Have an idea for a new feature? Please visit the web page, and leave a comment.
180180

181181
== Upgrade Notice ==
182182

183-
= 3.2.0 =
183+
= 3.2.1 =
184184
Adds support for GravityFlow feeds in backups and form replacements. Replace Forms and Local JSON features now restore GravityFlow feeds from .json files. Adds all current translation files to a folder /languages. Changes tested up to version number to 6.7.1.
185185

186186
= 3.1.7 =

0 commit comments

Comments
 (0)