Skip to content

Commit 2d3d3cf

Browse files
committed
Bumps version to 3.2.3. Bumps tested up to version to 6.9.0. Updates readme.txt.
1 parent 4b12b2b commit 2d3d3cf

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

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

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

readme.txt

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

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

6464
== Changelog ==
6565

66+
= 3.2.3 =
67+
* [Fixed] Allows any feed to be reprocessed regardless of the add-on's $_supports_feed_reprocessing value.
68+
* [Fixed] Adds Advanced Post Creation feeds to the same conditions as GravityFlow to prevent duplication when updating existing forms
69+
* [Fixed] Prevents add-ons that add data to form objects like Populate Anything from crashing form imports when loading .json files.
70+
* [Fixed] Ensures our field ID pills are styled despite Gravity Forms attempt to block all CSS.
71+
* [Changed] Changes tested up to version number to 6.9.0.
72+
6673
= 3.2.2 =
6774
* [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.
6875
* [Changed] Changes tested up to version number to 6.8.3.
@@ -184,6 +191,9 @@ Have an idea for a new feature? Please visit the web page, and leave a comment.
184191

185192
== Upgrade Notice ==
186193

194+
= 3.2.3 =
195+
Allows any feed to be reprocessed regardless of the add-on's $_supports_feed_reprocessing value. Adds Advanced Post Creation feeds to the same conditions as GravityFlow to prevent duplication when updating existing forms Prevents add-ons that add data to form objects like Populate Anything from crashing form imports when loading .json files. Ensures our field ID pills are styled despite Gravity Forms attempt to block all CSS. Changes tested up to version number to 6.9.0.
196+
187197
= 3.2.2 =
188198
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.
189199

0 commit comments

Comments
 (0)