diff --git a/gravityview.php b/gravityview.php index ac5aa5fc4c..a5188dd470 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 6c8b9d9977..a733021170 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. */ ?> +
This update fixes an issue with entry notes being displayed.
+ +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 fb115fb69c..fdf3d2d42d 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.