Total 06/10/2024 : We HAVE 10085 Items and more than 3342 happy members.
Log Update Item Gravity Perks Entry Blocks
This page only show history update item Gravity Perks Entry Blocks.

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

- Improved compatibility with File Upload fields when editing entries.

- Added new [`gpeb_delete_entry`](https://gravitywiz.com/documentation/gpeb_delete_entry) and [`gpeb_trash_entry`](https://gravitywiz.com/documentation/gpeb_trash_entry) actions.

- Added a check to Entries blocks that will ensure that the form is active and not trashed prior to displaying entries.

- Fixed Post Category fields not always properly re-populating in the Edit Form block.

Fixed issue where the Entries Limit setting would revert to the default after reloading the Block Editor.

Fixed issue where HTTPS was not properly detected in some cases which would cause the Edit/View/Delete links to redirect from HTTPS to HTTP.

- Improved compatibility with GP Read Only by preventing Filter fields from being read only.

- Fixed Signature fields not showing their existing signature when entries are being edited.

- Fixed an issue where duplicating Entries blocks could result in the UUID set in the block's context to also be duplicated which would cause the same filters to be used for the block that was duplicated

- Added a guard against http:// being automatically prepended before merge tags inside links. The replacement will happen on the frontend when the block is rendered.

- Added support by searching for full names in name fields with the Filters block.

- Improved compatibility with older versions of PHP.

Fixed issue where Filters block failed to redirect to filtered view.