Skip to content

Commit

Permalink
Bump version to 2.2.0 & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcasual committed Mar 8, 2024
1 parent 58f4623 commit 09e005e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.1.0
* Version: 2.2.0
* 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.1.0' );
define( 'GFEXCEL_PLUGIN_VERSION', '2.2.0' );
}

if ( ! defined( 'GFEXCEL_MIN_PHP_VERSION' ) ) {
Expand Down
12 changes: 6 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Donate link: https://www.gravitykit.com/extensions/gravityexport/?utm_source=plu
Tags: Gravity Forms, GravityForms, Excel, Export, Download, Entries, CSV
Requires at least: 4.0
Requires PHP: 7.2
Tested up to: 6.3
Stable tag: 2.1.0
Tested up to: 6.4.3
Stable tag: 2.2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= develop =
= 2.2.0 on March 8, 2024 =

* Enhancement: Added security by requiring a secret for embedding the download link shortcode
* Enhancement: Added embed shortcode copy section
* Bugfix: Nested forms with missing entries could create a critical issue.
* Added: Option to secure the download link embed shortcode with a secret key.
* Added: New button to easily copy the download link embed shortcode.
* Bugfix: Nested forms with missing entries could trigger a critical error.

= 2.1.0 on September 25, 2023 =

Expand Down

0 comments on commit 09e005e

Please sign in to comment.