Skip to content

Commit

Permalink
Bump version to 2.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcasual committed Oct 25, 2023
1 parent 310c965 commit 7558023
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gravityview.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: GravityView
* Plugin URI: https://www.gravitykit.com
* Description: The best, easiest way to display Gravity Forms entries on your website.
* Version: 2.19.2
* Version: 2.19.3
* Author: GravityKit
* Author URI: https://www.gravitykit.com
* Text Domain: gk-gravityview
Expand All @@ -27,7 +27,7 @@
/**
* The plugin version.
*/
define( 'GV_PLUGIN_VERSION', '2.19.2' );
define( 'GV_PLUGIN_VERSION', '2.19.3' );

/**
* Full path to the GravityView file
Expand Down
7 changes: 7 additions & 0 deletions includes/class-admin-welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,13 @@ public function changelog_screen() {
* - If 4.28, include to 4.26.
*/
?>
<h3>2.19.3 on October 25, 2023</h3>

<ul>
<li>Fixed: Using merge tags as values for search and start/end date override settings was not working in Views embedded as a field</li>
<li>Fixed: Deprecation notice in PHP 8.2+</li>
</ul>

<h3>2.19.2 on October 19, 2023</h3>

<ul>
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Beautifully display your Gravity Forms entries. Learn more on [gravitykit.com](h

== Changelog ==

= 2.19.3 [unreleased] =
= 2.19.3 on October 25, 2023 =

* Fixed: Using merge tags as values for search and start/end date override settings was not working in Views embedded as a field
* Fixed: Deprecation notice in PHP 8.2+
Expand Down

0 comments on commit 7558023

Please sign in to comment.