Total 02/05/2024 : We HAVE 9446 Items and more than 3118 happy members.
Log Update Item Gravity Perks Entry Blocks
This page only show history update item Gravity Perks Entry Blocks.

- 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.

- Improved support for using multiple Entries blocks on a post and editing/viewing. Now, if editing/viewing on a post with multiple entry blocks, the other blocks will not show rather than showing "Oops! We can't locate that entry."

- Removed multi-input fields from the order by setting for the Entry Query as it is not supported by `GF_Query`. Selected a specific input of the field is required for ordering.

- Added new Sorting Input setting for Summary Columns in the Entries Table block. The setting is available for fields with multiple inputs such as the Name field.

- Added new `GP_Entry_Blocks\GF_Queryer::attach_to_current_block()` method for getting the current block being rendered to determine things like if the entry is being edited. Example: `GP_Entry_Blocks\GF_Queryer::attach_to_current_block()->is_edit_entry()`

- Added ability to change the No Entries Found message for the Entries Table and Entries Loop blocks. To improve consistency, the Edit Form block's Edit Confirmation has been moved into a panel named "Messages."

- Added ability to use registered Entry Meta as Summary Columns in the Entries Table block.

- Added IP, Payment Method, Payment Status, Status, and Transaction ID as available properties to use in the Entry Query filters.

- Added Date Created, Date Updated, Payment Status, Payment Method, Transaction ID, IP, and Created By as available Summary Columns in the Entries Table block.

- Added new `gpeb_loop_entry_content` PHP filter with default filters for replacing merge tags and auto oEmbed.

- Fixed issue where Edit Form confirmation setting would not work correctly if the Entries block is rendered using a Reusable Block.