Skip to content

Commit

Permalink
Bump version to 2.3.2 & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcasual committed Oct 13, 2024
1 parent f153c20 commit c7f1242
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gfexcel.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: GravityExport Lite
* Version: 2.3.1
* Version: 2.3.2
* Plugin URI: https://gfexcel.com
* Description: Export all Gravity Forms entries to Excel (.xlsx) or CSV via a secret shareable URL.
* Author: GravityKit
Expand All @@ -28,7 +28,7 @@
}

if ( ! defined( 'GFEXCEL_PLUGIN_VERSION' ) ) {
define( 'GFEXCEL_PLUGIN_VERSION', '2.3.1' );
define( 'GFEXCEL_PLUGIN_VERSION', '2.3.2' );
}

if ( ! defined( 'GFEXCEL_MIN_PHP_VERSION' ) ) {
Expand Down
5 changes: 3 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.gravitykit.com/extensions/gravityexport/?utm_source=plu
Tags: Gravity Forms, GravityForms, Excel, Export, Entries
Requires at least: 4.0
Requires PHP: 7.2
Tested up to: 6.6.0
Tested up to: 6.6.2
Stable tag: 2.3.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -256,9 +256,10 @@ You can hide a row by adding a hook. Checkout this example:

== Changelog ==

= develop =
= 2.3.2 on October 14, 2024 =

* Fixed: Added compatibility for servers that miss the `iconv` or `mbstring` PHP extension.
* Fixed: Critical error when downloading an export file.

= 2.3.1 on July 4, 2024 =

Expand Down

0 comments on commit c7f1242

Please sign in to comment.