Skip to content

2.23

Compare
Choose a tag to compare
@floatytheastronaut floatytheastronaut released this 17 May 21:56
· 830 commits to develop since this release

This update adds support for Nested Forms' entry meta, addresses several bugs, including critical ones, and improves GravityKit's Settings and Manage Your Kit screens.

🚀 Added

  • Support for Gravity Wiz's Gravity Forms Nested Forms entry meta (parent form and entry IDs, child form field ID) in the View editor and merge tags.

✨ Improved

  • The "Add All Fields" button in the View editor now adds fields in their correct form order.

🐛 Fixed

  • Export link View widget would cause a fatal error during multi-word searches.
  • Fatal error when the search bar is configured with a Gravity Flow field and the Gravity Flow plugin is not active.
  • Duplicating entries no longer fails to refresh the entry list when View-based caching is enabled.
  • View cache not being invalidated when updating entries on a form joined using the Multiple Forms extension.
  • Number field output now respects the form field's format settings, such as decimals and currency.

🔧 Updated

  • Foundation to version 1.2.14.
    • Added an option to subscribe to GravityKit's newsletter from the Manage Your Kit screen.
    • Added a setting in GravityKit > Settings > GravityKit to specify the GravityKit menu position in the Dashboard.
    • Improved internal check for product updates that could still interfere with third-party plugin updates. Thanks, Aaron!
    • Fixed a bug that prevented WordPress from loading third-party plugin translations after their updates. Thanks, Jérôme!
    • Success message now shows correct product name after activation/deactivation.

💻 Developer Updates

  • Added gk/gravityview/entry/approval-link/params filter to modify entry approval link parameters.