Skip to content

2.27

Compare
Choose a tag to compare
@floatytheastronaut floatytheastronaut released this 14 Aug 02:06
· 356 commits to develop since this release

This update resolves several issues related to the Multiple Forms extension, fixes the recently introduced :format merge tag modifier to return the Time field value in the local timezone, and adds a new filter to control which fields are added by default when creating a new View.

🐛 Fixed

  • Time zone selection in the Search Bar did not persist after searching a View, causing it to reset upon page refresh.
  • Fields added to the View could not be configured and would disappear after saving the View when Multiple Forms was enabled.
  • Fatal error occurred on the Edit Entry screen when Multiple Forms was enabled.
  • The :format merge tag modifier on the Time field returned a UTC-adjusted time value.

💻 Developer Updates

  • Added gk/gravityview/view/configuration/multiple-entries/initialize-with-all-form-fields filter that, when set to true, initializes the Multiple Entries layout with all form fields when creating a new View. The default is false, which populates the View with only the fields configured in the Gravity Forms Entries table.