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..8b05bed5a7 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 removes debugging code from the Entry Notes field.

+ +

🐛 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/includes/extensions/entry-notes/class-gravityview-field-notes.php b/includes/extensions/entry-notes/class-gravityview-field-notes.php index e2f48e3f86..3111123a26 100644 --- a/includes/extensions/entry-notes/class-gravityview-field-notes.php +++ b/includes/extensions/entry-notes/class-gravityview-field-notes.php @@ -535,7 +535,7 @@ public static function display_note( $note, $show_delete = false, $context = nul '{row_class}' => 'gv-note', '{note_detail}' => $note_detail_html, ); -var_dump($note_row);exit; + // Strip extra whitespace in template $output = gravityview_strip_whitespace( $note_row ); diff --git a/readme.txt b/readme.txt index fb115fb69c..76a0c45cdc 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 removes debugging code from the Entry Notes field. + +#### 🐛 Fixed +* Debugging code being shown in the Entry Notes field output. + = 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.