- Fixed issue where the Filters block would retain default values for choice-based fields as well as fields with multiple inputs.
- Improved compatibility with GP Limit Dates by disabling the limiting of dates for date fields in the Filters block.
- Fixed issue where the Filters block would not work with forms with GP Page Transitions enabled.
- Added [gpeb_cleaned_current_url](https://gravitywiz.com/documentation/gpeb_cleaned_current_url/) filter to allow filtering the current URL after it has been cleaned.
- Fixed issue where using the Filters block to filter by fields that have a unique `$field->get_value_save_entry()` method would not work correctly.
Added new [`gpeb_edit_confirmation`](https://gravitywiz.com/documentation/gpeb_edit_confirmation) PHP filter hook.
- Added new `gpeb_edit_form`, `gpeb_edit_form_field`, and `gpeb_edit_form_entry` PHP filter hooks.
- Added support for parsing merge tags in the "No Entries Found" message.
- Added new `gpeb_edit_link`, `gpeb_delete_link`, and `gpeb_view_link` filter hooks.
Removed Save and Continue button when editing entries using the Edit Form block.