Skip to content

Commit

Permalink
update version [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
doekenorg committed Jul 7, 2023
1 parent dd7b4c5 commit 15c0f56
Show file tree
Hide file tree
Showing 2 changed files with 4 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.0.3
* Version: 2.0.4
* Plugin URI: https://gfexcel.com
* Description: Export all Gravity Forms entries to Excel (.xlsx) or CSV via a secret shareable URL.
* Author: GravityKit
Expand Down Expand Up @@ -29,7 +29,7 @@
}

if ( ! defined( 'GFEXCEL_PLUGIN_VERSION' ) ) {
define( 'GFEXCEL_PLUGIN_VERSION', '2.0.3' );
define( 'GFEXCEL_PLUGIN_VERSION', '2.0.4' );
}

if ( ! defined( 'GFEXCEL_MIN_PHP_VERSION' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: Gravity Forms, GravityForms, Excel, Export, Download, Entries, CSV
Requires at least: 4.0
Requires PHP: 7.2
Tested up to: 6.2
Stable tag: 2.0.3
Stable tag: 2.0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -256,7 +256,7 @@ You can hide a row by adding a hook. Checkout this example:

== Changelog ==

= Unreleased =
= 2.0.4 on July 7, 2023 =

* Bugfix: Prevents throwing errors on a malformed notification.

Expand Down

0 comments on commit 15c0f56

Please sign in to comment.