This release introduces a new filter for developers to modify UI data, resolves a PHP 8.1+ deprecation notice, and updates the [Foundation](https://www.gravitykit.com/foundation/) framework, enhancing support for sites that use object caching plugins.
#### Fixed
- A deprecation notice in PHP 8.1+ caused by passing `null` as a parameter to built-in string functions.
#### Updated
* [Foundation](https://www.gravitykit.com/foundation/) was updated to version 1.2.7.
- Improved the setting and retrieval of transients when using object cache plugins.
- Fixed a JavaScript warning that appeared during the deactivation of license keys.
#### Developer Updates
* Added a `gk/gravityimport/ui/form-data` filter to modify the form data object for use in the UI.