From 1c4e20ff68cfdc02a6204f8029a6615224076560 Mon Sep 17 00:00:00 2001 From: Vlad Date: Fri, 1 Nov 2024 13:58:05 -0400 Subject: [PATCH] Bump version to 2.31 & update changelog --- gravityview.php | 4 +- includes/class-admin-welcome.php | 39 +++++++++++++++++++ .../class-gravityview-lightbox-entry.php | 14 +++---- ...ravityview-plugin-hooks-elegant-themes.php | 2 +- readme.txt | 27 ++++++++----- 5 files changed, 67 insertions(+), 19 deletions(-) diff --git a/gravityview.php b/gravityview.php index 2ecd56293f..4208ef8424 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.30.1 + * Version: 2.31 * 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.30.1' ); +define( 'GV_PLUGIN_VERSION', '2.31' ); /** * Full path to the GravityView file diff --git a/includes/class-admin-welcome.php b/includes/class-admin-welcome.php index e0e0b09f4c..a76fd60ef9 100644 --- a/includes/class-admin-welcome.php +++ b/includes/class-admin-welcome.php @@ -296,6 +296,45 @@ public function changelog_screen() { * - If 4.28, include to 4.26. */ ?> +

2.31 on November 1, 2024

+ +

This release enhances entry-in-a-lightbox functionality, resolves compatibility issues with LiteSpeed and Divi, and includes other fixes and improvements.

+ +

🚀 Added

+ + + +

🐛 Fixed

+ + + +

🔧 Updated

+ + + +

💻 Developer Updates

+ + +

2.30.1 on October 15, 2024

This hotfix release resolves an issue with the Multiple Forms extension.

diff --git a/includes/extensions/lightbox-entry/class-gravityview-lightbox-entry.php b/includes/extensions/lightbox-entry/class-gravityview-lightbox-entry.php index 3b50c79047..03767f9b1b 100644 --- a/includes/extensions/lightbox-entry/class-gravityview-lightbox-entry.php +++ b/includes/extensions/lightbox-entry/class-gravityview-lightbox-entry.php @@ -477,7 +477,7 @@ private function render_entry( $type, $view, $entry, $form ) { * * @action `gk/gravityview/lightbox/entry/before-output` * - * @since TBD + * @since 2.31.0 * * @param array $args { * @type View $view The View object being rendered. @@ -513,7 +513,7 @@ private function render_entry( $type, $view, $entry, $form ) { * * @action `gk/gravityview/lightbox/entry/output/head-before` * - * @since TBD + * @since 2.31.0 * * @param string $type The type of the entry view (single or edit). * @param View $view The View object being rendered. @@ -541,7 +541,7 @@ private function render_entry( $type, $view, $entry, $form ) { * * @action `gk/gravityview/lightbox/entry/output/head-after` * - * @since TBD + * @since 2.31.0 * * @param string $type The type of the entry view (single or edit). * @param View $view The View object being rendered. @@ -559,7 +559,7 @@ private function render_entry( $type, $view, $entry, $form ) { * * @action `gk/gravityview/lightbox/entry/output/content-before` * - * @since TBD + * @since 2.31.0 * * @param string $type The type of the entry view (single or edit). * @param View $view The View object being rendered. @@ -577,7 +577,7 @@ private function render_entry( $type, $view, $entry, $form ) { * * @action `gk/gravityview/lightbox/entry/output/content-after` * - * @since TBD + * @since 2.31.0 * * @param string $type The type of the entry view (single or edit). * @param View $view The View object being rendered. @@ -595,7 +595,7 @@ private function render_entry( $type, $view, $entry, $form ) { * * @action `gk/gravityview/lightbox/entry/output/footer-after` * - * @since TBD + * @since 2.31.0 * * @param string $type The type of the entry view (single or edit). * @param View $view The View object being rendered. @@ -711,7 +711,7 @@ function handleChange( changedInput, otherInput ) { /** * Performs actions during output. * - * @since TBD + * @since 2.31.0 * * @param string $type The type of the entry view (single or edit). * @param View $view The View object being rendered. diff --git a/includes/plugin-and-theme-hooks/class-gravityview-plugin-hooks-elegant-themes.php b/includes/plugin-and-theme-hooks/class-gravityview-plugin-hooks-elegant-themes.php index 76e1b5cc15..6e453138d5 100644 --- a/includes/plugin-and-theme-hooks/class-gravityview-plugin-hooks-elegant-themes.php +++ b/includes/plugin-and-theme-hooks/class-gravityview-plugin-hooks-elegant-themes.php @@ -107,7 +107,7 @@ public function maybe_admin_excluded_shortcodes( $shortcodes ) { * * @used-by `et_builder_enable_jquery_body` filter * - * @since TBD + * @since 2.31.0 * * @param bool $enable_jquery_compat * diff --git a/readme.txt b/readme.txt index 59b92c8a8b..cdc778381c 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === GravityView === Tags: gravity forms, directory, gravity forms directory Requires at least: 4.7 -Tested up to: 6.6.2 +Tested up to: 6.7 Requires PHP: 7.4.0 Stable tag: trunk Contributors: The GravityKit Team @@ -21,15 +21,24 @@ Beautifully display your Gravity Forms entries. Learn more on [gravitykit.com](h == Changelog == -= develop = += 2.31 on November 1, 2024 = -Added: View setting to control what happens when a user clicks on the Cancel link when editing an entry in the lightbox. -Fixed: Settings paged showed an undefined settings tab when the GravityView Settings tab was disabled. -Fixed: Widgets could not be configured on a new unsaved View. -Fixed: Compatability with the Divi theme that prevented the Signature field from being edited on the Edit Entry screen. -Fixed: Conflict with the LiteSpeed plugin caused a fatal error when redirecting users after duplicating an entry. -Fixed: JavaScript enqueued in the site's footer was not executed when editing an entry in the lightbox. -Fixed: Adding entry notes when viewing a single entry in the lightbox did not work. +This release enhances entry-in-a-lightbox functionality, resolves compatibility issues with LiteSpeed and Divi, and includes other fixes and improvements. + +#### 🚀 Added +* View setting to control what happens when a user clicks the Cancel link when editing an entry in the lightbox. + +#### 🐛 Fixed +* GravityView tab not displaying in certain cases under GravityKit > Settings menu. +* Widgets could not be configured after being added to a new, unsaved View. +* Compatibility with the Divi theme that prevented the Signature field from being edited on the Edit Entry screen. +* Conflict with the LiteSpeed plugin that caused a fatal error when redirecting users after duplicating an entry. +* JavaScript enqueued in the site's footer was not executed when editing an entry in the lightbox. +* It was not possible to add new entry notes when viewing a single entry in the lightbox. +* Validation error displayed when adding merge tags to the Entry Slug setting input in the View editor. + +#### 🔧 Updated +* [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.20. #### 💻 Developer Updates * Added `gk/gravityview/lightbox/entry/before-output` action that fires before the entry content is output in the lightbox.