Skip to content

Commit

Permalink
Bump version to 2.31.1 & update changelog [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcasual committed Nov 9, 2024
1 parent d9ff8bf commit e9e7d13
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gravityview.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions includes/class-admin-welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,16 @@ public function changelog_screen() {
* - If 4.28, include to 4.26.
*/
?>
<h3>2.31.1 on November 8, 2024</h3>

<p>This hotfix release resolves display issues with certain View layouts.</p>

<h4>🐛 Fixed</h4>

<ul>
<li>Rendering issue affecting certain View layouts, such as Maps, introduced in the previous release.</li>
</ul>

<h3>2.31 on November 4, 2024</h3>

<p>This release introduces <a href="https://docs.gravitykit.com/article/1027-dynamic-widget-placement?utm_source=gravityview&utm_medium=changelog&utm_campaign=release">flexible widget positioning</a> 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.</p>
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 =

Expand Down

0 comments on commit e9e7d13

Please sign in to comment.