Skip to content

Commit

Permalink
Release 2.3.4 (#205)
Browse files Browse the repository at this point in the history
* Fixed: Critical error in combination with GravityExport and PHP 8
  • Loading branch information
doekenorg authored Nov 13, 2024
1 parent 1a5e195 commit 7c5d96b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
Binary file modified build/strauss.phar
Binary file not shown.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"classmap_output": false,
"delete_vendor_packages": true,
"delete_vendor_files": true,
"include_modified_date": false,
"exclude_from_prefix": {
"namespaces": [
"GFExcel"
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3
* Version: 2.3.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 All @@ -28,7 +28,7 @@
}

if ( ! defined( 'GFEXCEL_PLUGIN_VERSION' ) ) {
define( 'GFEXCEL_PLUGIN_VERSION', '2.3.3' );
define( 'GFEXCEL_PLUGIN_VERSION', '2.3.4' );
}

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

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

== Changelog ==

= 2.3.4 on November 6, 2024 =

* Fixed: Critical error in combination with GravityExport and PHP 8.

= 2.3.3 on October 29, 2024 =

* Enhancement: Added a `gfexcel_field_fileuploads_force_download` filter to control whether file upload links open in the browser or download directly.
Expand Down

0 comments on commit 7c5d96b

Please sign in to comment.