Skip to content

Commit 8ea3804

Browse files
committed
Bumps version to 2.3.0. Bumps tested up to version number to 5.9.3. Updates readme.txt.
1 parent d8a9714 commit 8ea3804

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

gravityforms-power-boost.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Description: Enhances the dashboard for Gravity Forms power users.
88
* Author: Breakfast Co.
99
* Author URI: https://breakfastco.xyz
10-
* Version: 2.2.1
10+
* Version: 2.3.0
1111
* Text Domain: gravityforms-power-boost
1212
* License: GPLv2 or later
1313
*/
@@ -19,7 +19,7 @@
1919

2020
class Gravity_Forms_Power_Boost
2121
{
22-
const VERSION = '2.2.1';
22+
const VERSION = '2.3.0';
2323

2424
var $rendered_form_ids;
2525

readme.txt

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

@@ -59,6 +59,12 @@ Have an idea for a new feature? Please visit the web page, and leave a comment.
5959

6060
== Changelog ==
6161

62+
= 2.3.0 =
63+
* [Added] Now creates .json file exports of each form during plugin activation.
64+
* [Added] Form replacer now detects redirect-type confirmations and reminds users that these URLs might need to be updated after replacing forms.
65+
* [Fixed] Fixes a bug in the Form replacer when providing an Edit Form link to users who just imported a single form.
66+
* [Changed] Bumps tested up to version to 5.9.3
67+
6268
= 2.2.1 =
6369
* [Fixed] Now reports failures while resending feeds. Previously, no indication was provided if any of the feeds failed to resend.
6470

@@ -97,6 +103,9 @@ Have an idea for a new feature? Please visit the web page, and leave a comment.
97103

98104
== Upgrade Notice ==
99105

106+
= 2.3.0 =
107+
Now creates .json file exports of each form during plugin activation. Form replacer now detects redirect-type confirmations and reminds users that these URLs might need to be updated after replacing forms. Fixes a bug in the Form replacer when providing an Edit Form link to users who just imported a single form. Bumps tested up to version to 5.9.3.
108+
100109
= 2.2.0 =
101110
Adds a "Copy Shortcode" row action link to the forms list that copies a form's [gravityform] shortcode to the clipboard. Removes CSS that helps show long form names in the form switcher dropdown. Core Gravity Forms has caught up and fixed this bug.
102111

0 commit comments

Comments
 (0)