Skip to content

Commit

Permalink
Bumps version to 3.1.4. Updates readme.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
csalzano committed Jan 18, 2024
1 parent 71e6961 commit 42176e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gravityforms-power-boost.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Description: Enhances the dashboard for Gravity Forms power users.
* Author: Breakfast
* Author URI: https://breakfastco.xyz
* Version: 3.1.3
* Version: 3.1.4
* Text Domain: power-boost-for-gravity-forms
* License: GPLv2 or later
*/
Expand Down
2 changes: 1 addition & 1 deletion includes/class-gravityforms-power-boost.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class GravityForms_Power_Boost {

const VERSION = '3.1.3';
const VERSION = '3.1.4';

/**
* Adds a "last entry" column to the array of columns in the dashboard forms
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: gravityforms, gravity forms
Requires at least: 4.0
Tested up to: 6.4.2
Requires PHP: 5.6
Stable tag: 3.1.3
Stable tag: 3.1.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -63,6 +63,9 @@ Have an idea for a new feature? Please visit the web page, and leave a comment.

== Changelog ==

= 3.1.4 =
* [Fixed] Adds compatibility with language packs.

= 3.1.3 =
* [Fixed] Adds compatibility with language packs by using the correct text domain.
* [Changed] Changes tested up to version number to 6.4.2.
Expand Down Expand Up @@ -160,6 +163,9 @@ Have an idea for a new feature? Please visit the web page, and leave a comment.

== Upgrade Notice ==

= 3.1.4 =
Adds compatibility with language packs.

= 3.1.3 =
Adds compatibility with language packs by using the correct text domain. Changes tested up to version number to 6.4.2.

Expand Down

0 comments on commit 42176e9

Please sign in to comment.