Skip to content

Commit ef79c53

Browse files
committed
Bumps version to 3.2.2. Bumps tested up to version to 6.8.3. Updates readme.txt.
1 parent c71003d commit ef79c53

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.2.1
16+
* Version: 3.2.2
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.1';
17+
const VERSION = '3.2.2';
1818

1919
/**
2020
* 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, resend, replace
44
Requires at least: 4.0
5-
Tested up to: 6.7.1
5+
Tested up to: 6.8.3
66
Requires PHP: 5.6
7-
Stable tag: 3.2.1
7+
Stable tag: 3.2.2
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.2.2 =
67+
* [Fixed] Adds the feed add-on name to the Feeds meta box so it's easier to identify the source of feeds that may have unfortunate names when resending feeds for specific entries.
68+
* [Changed] Changes tested up to version number to 6.8.3.
69+
6670
= 3.2.1 =
6771
* [Added] Adds support for GravityFlow feeds in backups and form replacements. Replace Forms and Local JSON features now restore GravityFlow feeds from .json files.
6872
* [Added] Adds all current translation files to a folder /languages.
@@ -180,6 +184,9 @@ Have an idea for a new feature? Please visit the web page, and leave a comment.
180184

181185
== Upgrade Notice ==
182186

187+
= 3.2.2 =
188+
Adds the feed add-on name to the Feeds meta box so it's easier to identify the source of feeds that may have unfortunate names when resending feeds for specific entries. Changes tested up to version number to 6.8.3.
189+
183190
= 3.2.1 =
184191
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.
185192

0 commit comments

Comments
 (0)