= 2.39 on April 24, 2025 =
This update speeds up form loading in the View editor, fixes GravityEdit compatibility and translation issues in WordPress 6.8, and includes other fixes and improvements.
#### Improved
* Faster form fetching in the Data Source dropdown in the View editor.
* Expand/contract button is no longer shown in View editor warning dialogs.
#### Fixed
* Compatibility issue with GravityEdit when using the Layout Builder template.
* PHP notice in WordPress 6.8 caused by initializing product translations too early.
#### Updated
* [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.24.
#### Developer Updates
* The `$forms` array passed to the `gravityview/metaboxes/data-source/before` and `gravityview/metaboxes/data-source/after` filters now includes only form IDs as keys and titles as values, instead of full form objects.
* The `gk/gravityview/common/get_forms` filter is no longer applied to forms shown in the Data Source dropdown.
* Added `gk/gravityview/lightbox/entry/link` filter to modify the markup of Single Entry and Edit Entry links that open in a lightbox.