Skip to content

2.22

Compare
Choose a tag to compare
@mrcasual mrcasual released this 16 Apr 16:29
· 854 commits to develop since this release

This release introduces support for search modifiers and range-based searching for numeric fields, enables easy duplication and precise insertion of View fields and widgets, and resolves critical issues with Yoast SEO and LifterLMS. Read the announcement for more details.

🚀 Added

  • Support for negative, positive, and exact-match search modifiers in the Search Bar.
  • Range-based search for Number, Product (user-defined price), Quantity and Total fields in the Search Bar.
  • Ability to duplicate View fields and widgets, and to insert them at a desired position.

🐛 Fixed

  • Editing an entry with Yoast SEO active resulted in changes being saved twice.
  • Views secured with a secret code did not display inside LifterLMS dashboards.
  • View editor display issues when LifterLMS is active.
  • Fatal error when editing posts/pages containing GravityView blocks.

🔧 Updated

  • Foundation to version 1.2.12.
    • Fixed a bug that hid third-party plugin updates on the Plugins and Updates pages.
    • Resolved a dependency management issue that incorrectly prompted for a Gravity Forms update before activating, installing, or updating GravityKit products.

Developer Updates:

  • gk/gravityview/common/quotation-marks filter to modify the quotation marks used for exact-match searches.
  • gk/gravityview/search/number-range/step filter to adjust the interval between numbers in input fields for range-based searches.