Skip to content

Commit ac27fd6

Browse files
committed
Update versions for release
1 parent 83db8bd commit ac27fd6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

gfexcel.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Plugin Name: GravityExport Lite
4-
* Version: 2.3.2
4+
* Version: 2.3.3
55
* Plugin URI: https://gfexcel.com
66
* Description: Export all Gravity Forms entries to Excel (.xlsx) or CSV via a secret shareable URL.
77
* Author: GravityKit
@@ -28,7 +28,7 @@
2828
}
2929

3030
if ( ! defined( 'GFEXCEL_PLUGIN_VERSION' ) ) {
31-
define( 'GFEXCEL_PLUGIN_VERSION', '2.3.2' );
31+
define( 'GFEXCEL_PLUGIN_VERSION', '2.3.3' );
3232
}
3333

3434
if ( ! defined( 'GFEXCEL_MIN_PHP_VERSION' ) ) {

readme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: Gravity Forms, GravityForms, Excel, Export, Entries
55
Requires at least: 4.0
66
Requires PHP: 7.2
77
Tested up to: 6.7
8-
Stable tag: 2.3.2
8+
Stable tag: 2.3.3
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

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

257257
== Changelog ==
258258

259-
= develop =
259+
= 2.3.3 on October 28, 2024 =
260260

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

src/Field/FileUploadField.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ protected function getFieldValue( $entry, $input_id = '' ) {
106106
/**
107107
* Returns whether to force a download URL.
108108
*
109-
* @since $ver$
109+
* @since 2.3.3
110110
*
111111
* @return bool Whether to force a download URL.
112112
*/

0 commit comments

Comments
 (0)