diff --git a/gravityview.php b/gravityview.php index 4208ef8424..60f3294807 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.31 + * Version: 2.31.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.31' ); +define( 'GV_PLUGIN_VERSION', '2.31.1' ); /** * Full path to the GravityView file diff --git a/includes/class-admin-welcome.php b/includes/class-admin-welcome.php index 3762f30344..4dd9778739 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 hotfix release resolves display issues with certain View layouts.
+ +This release introduces flexible widget positioning in Views, enhances entry-in-a-lightbox functionality, and adds support for the Gravity Forms 2.9+ Image Choice field. It also addresses compatibility issues with LiteSpeed, Divi, and LifterLMS, along with various other fixes and improvements.
diff --git a/readme.txt b/readme.txt index 0cf4a1a3fc..2cf8c4a104 100644 --- a/readme.txt +++ b/readme.txt @@ -21,9 +21,12 @@ Beautifully display your Gravity Forms entries. Learn more on [gravitykit.com](h == Changelog == -= develop = += 2.31.1 on November 8, 2024 = -* Fixed: Custom templates using the GravityView grid styles would render incorrectly. +This hotfix release resolves display issues with certain View layouts. + +#### 🐛 Fixed +* Rendering issue affecting certain View layouts, such as Maps, introduced in the previous release. = 2.31 on November 4, 2024 =