Skip to content

Commit

Permalink
Update versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
doekenorg committed Oct 28, 2024
1 parent 83db8bd commit ac27fd6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.2
* Version: 2.3.3
* 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.2' );
define( 'GFEXCEL_PLUGIN_VERSION', '2.3.3' );
}

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, Entries
Requires at least: 4.0
Requires PHP: 7.2
Tested up to: 6.7
Stable tag: 2.3.2
Stable tag: 2.3.3
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 ==

= develop =
= 2.3.3 on October 28, 2024 =

* Enhancement: Added `gfexcel_field_fileuploads_force_download` hook, to disable the forced download links.

Expand Down
2 changes: 1 addition & 1 deletion src/Field/FileUploadField.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ protected function getFieldValue( $entry, $input_id = '' ) {
/**
* Returns whether to force a download URL.
*
* @since $ver$
* @since 2.3.3
*
* @return bool Whether to force a download URL.
*/
Expand Down

0 comments on commit ac27fd6

Please sign in to comment.