Skip to content

2.21

Compare
Choose a tag to compare
@mrcasual mrcasual released this 19 Mar 02:08
· 908 commits to develop since this release

This release enhances security, introduces support for LifterLMS, adds a new CSV/TSV export widget to the View editor along with the option to add Gravity Flow fields to the Search Bar, addresses PHP 8.2 deprecation notices, fixes a conflict with BuddyBoss Platform, and improves performance with updates to essential components.

🚀 Added

  • A View editor widget to export entries in CSV or TSV formats.
  • Support for SVG images.
  • Support for Gravity Flow's "Workflow User" and "Workflow Multi-User" fields inside the Search Bar.
  • Integration with LifterLMS that allows embedding Views inside Student Dashboards.
  • Notice to inform administrators that an embedded View was moved to "trash" and an option to restore it.
  • Click-to-copy shortcode functionality in the View editor and when listing existing Views.

🐛 Fixed

  • PHP 8.2 deprecation notices.
  • Fields linked to single entry layouts are now exported as plain text values, not hyperlinks, in CSV/TSV files.
  • Issue preventing the saving of pages/posts with GravityView Gutenberg blocks when BuddyBoss Platform is active.

🔐 Security

  • Enhanced security by adding a secret attribute to shortcodes and blocks connected to Views.

🔧 Updated

  • Foundation to version 1.2.11.
    • GravityKit product updates are now showing on the Plugins page.
    • Database options that are no longer used are now automatically removed.

Developer Updates:

  • Added: gk/gravityview/widget/search/clear-button/params filter to modify the parameters of the Clear button in the search widget.