From d00ac12692b138b5981afcffe502d328c88d2f98 Mon Sep 17 00:00:00 2001 From: Vlad Date: Mon, 30 Dec 2024 09:27:44 -0500 Subject: [PATCH] Bump version to 2.33.1 & update changelog --- gravityview.php | 4 ++-- includes/class-admin-welcome.php | 10 ++++++++++ readme.txt | 7 +++++++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/gravityview.php b/gravityview.php index ac5aa5fc4..a5188dd47 100644 --- a/gravityview.php +++ b/gravityview.php @@ -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.33 + * Version: 2.33.1 * Requires PHP: 7.4.0 * Author: GravityKit * Author URI: https://www.gravitykit.com @@ -32,7 +32,7 @@ /** * The plugin version. */ -define( 'GV_PLUGIN_VERSION', '2.33' ); +define( 'GV_PLUGIN_VERSION', '2.33.1' ); /** * Full path to the GravityView file diff --git a/includes/class-admin-welcome.php b/includes/class-admin-welcome.php index 6c8b9d997..a73302117 100644 --- a/includes/class-admin-welcome.php +++ b/includes/class-admin-welcome.php @@ -296,6 +296,16 @@ public function changelog_screen() { * - If 4.28, include to 4.26. */ ?> +

2.33.1 on December 30, 2024

+ +

This update fixes an issue with entry notes being displayed.

+ +

🐛 Fixed

+ + +

2.33 on December 19, 2024

This release introduces support for the Source ID meta (Gravity Forms 2.9+), adds a new User Activation field to the View editor, and includes various fixes and enhancements.

diff --git a/readme.txt b/readme.txt index fb115fb69..fdf3d2d42 100644 --- a/readme.txt +++ b/readme.txt @@ -21,6 +21,13 @@ Beautifully display your Gravity Forms entries. Learn more on [gravitykit.com](h == Changelog == += 2.33.1 on December 30, 2024 = + +This update fixes an issue with entry notes being displayed. + +#### 🐛 Fixed +* Entry notes being displayed. + = 2.33 on December 19, 2024 = This release introduces support for the Source ID meta (Gravity Forms 2.9+), adds a new User Activation field to the View editor, and includes various fixes and enhancements.