Skip to content

1.16.2

Compare
Choose a tag to compare
@zackkatz zackkatz released this 15 Feb 22:36
  • Added: Support for Post Image field on the Edit Entry screen
  • Added: Now use any Merge Tags as [gravityview] parameters
  • Fixed: Support for User Registration Addon Version 3
  • Fixed: Support for rich text editor for Post Body fields
  • Fixed: Admin-only fields may get overwritten when fields aren't visible during entry edit by user (non-admin)
  • Fixed: Address fields displayed hidden inputs
  • Fixed: Merge Tag dropdown list can be too wide when field names are long
  • Fixed: When sorting, recent entries disappeared from results
  • Fixed: Searches that included apostrophes
 or ampersands returned no results
  • Fixed: Zero values not set in fields while in Edit Entry
  • Fixed: Re-calculate fields where calculation is enabled after entry is updated
  • Fixed: Warning message when Number fields not included in custom Edit Entry configurations
  • Translation updates:

Developer Notes:

  • Reminder: GravityView will soon require PHP 5.3
  • Added: gravityview/widgets/container_css_class filter to modify widget container <div> CSS class
    • Added gv-widgets-{zone} class to wrapper ({zone} will be either header or footer)
  • Fixed: Conflict with some plugins when ?action=delete is processed in the Admin (#624, reported by dcavins)
  • Fixed: Removed icon CSS class name from the table sorting icon links. Now just gv-icon instead of icon gv-icon.
  • Fixed: "Clear" search link now set to display: inline-block instead of display: block
  • Added: gravityview/common/get_entry/check_entry_display filter to disable validating whether to show entries or not against View filters
  • Fixed: GravityView_API::replace_variables no longer requires $form and $entry arguments