Skip to content

Releases: GravityKit/GravityView

2.14.3

25 Mar 02:04
Compare
Choose a tag to compare
  • Added: Support for displaying WebP images
  • Improved: Internal logging of notices and errors
  • Fixed: Images hosted on Dropbox sometimes would not display properly on the Safari browser. Thanks, Kevin M. Dean!

Developer Updates:

  • Added: GravityView_Image::get_image_extensions() static method to fetch full list of extension types interpreted as images by GravityView.
  • Added: webp as a valid image extension

2.14.2.1

11 Mar 13:54
Compare
Choose a tag to compare
  • Fixed: Empty values in search widget fields may return incorrect results

Developer Updates:

Added: gravityview/search/ignore-empty-values filter to control strict matching of empty field values

2.14.2

11 Mar 03:00
Compare
Choose a tag to compare
  • Fixed: Potential fatal error on PHP 8 when exporting View entries in CSV and TSV formats
  • Fixed: Search widget would cause a fatal error when the Number field is used with the "is" operator
  • Fixed: Search widget returning incorrect results when a field value is blank and the operator is set to "is"
  • Fixed: Gravity Forms widget icon not showing
  • Fixed: Gravity Forms widget not displaying available forms when the View is saved

2.14.1

26 Jan 03:33
Compare
Choose a tag to compare
  • Tested with WordPress 5.9
  • Improved: The Members plugin now works with No-Conflict Mode enabled
  • Improved: Performance when saving Views with many fields
  • Improved: Performance when loading the Edit View screen when a View has many fields
  • Fixed: Gravity Forms widget used in the View editor would initialize on all admin pages
  • Fixed: PHP notice when editing an entry in Gravity Forms that was created by user that no longer exists
  • Fixed: Error activating on sites that use the Danish language
  • Fixed: Entry approval scripts not loading properly when using Full Site Editing themes in WordPress 5.9
  • Updated: TrustedLogin client to Version 1.2, which now supports logins for WordPress Multisite installations
  • Updated: Polish translation. Thanks, Dariusz!

Developer Updates:

  • Modified: Refactored drag & drop in the View editor to improve performance: we only initialize drag & drop on the active tab instead of globally.

2.14.0.1

30 Dec 21:42
Compare
Choose a tag to compare

Fixed: Deprecated filter message when adding fields to the View

2.14

22 Dec 02:50
Compare
Choose a tag to compare

This would be a minor version update (2.13.5), except that we renamed many functions. See "Developer Updates" for this release below.

  • Added: {is_starred} Merge Tag. Learn more about using {is_starred}
  • Fixed: Media files uploaded to Dropbox were not properly embedded
  • Fixed: JavaScript error when trying to edit entry's creator
  • Fixed: Recent Entries widget would cause a fatal error on WP 5.8 or newer
  • Fixed: When using Multiple Forms, editing an entry in a joined form now works properly if the "Edit Entry" tab has not been configured
  • Fixed: View settings not hiding automatically on page load

Developer Updates:

We renamed all instances of blacklist to blocklist and whitelist to allowlist. All methods and filters have been deprecated using apply_filters_deprecated() and _deprecated_function(). See a complete list of modified methods and filters.

2.13.4

05 Nov 02:40
Compare
Choose a tag to compare
  • Fixed: View scripts and styles would not load when manually outputting the contents of the [gravityview] shortcode

Developer Updates:

  • Added: gravityview/shortcode/before-processing action that runs before the GravityView shortcode is processed
  • Added: gravityview/edit_entry/cancel_onclick filter to modify the "Back" link onclick HTML attribute
    • Modified: /includes/extensions/edit-entry/partials/form-buttons.php file to add the filter

2.13.3

15 Oct 01:31
Compare
Choose a tag to compare
  • Fixed: Edit Entry would not accept zero as a value for a Number field marked as required
  • Modified: Refined the capabilities assigned to GravityView support when access is granted using TrustedLogin. Now our support will be able to debug theme-related issues and use the Code Snippets plugin.

2.13.2

08 Oct 02:33
Compare
Choose a tag to compare
  • Fixed: Entry Approval not working when using DataTables in responsive mode (requires DataTables 2.4.9 or newer).
  • Modified: Refined the capabilities assigned to GravityView support when access is granted using TrustedLogin. Now our support will be able to debug theme-related issues and use the Code Snippets plugin.

Developer Updates:

  • Updated: Upgraded to Fancybox 4.
  • Updated: TrustedLogin Client to Version 1.0.2.
  • Modified: Added Code Snippets CSS file to No Conflict allow list.
  • Modified: Moved internal (but public) method GravityView_Admin_ApproveEntries::process_bulk_action to new GravityView_Bulk_Actions class.

2.13.1

27 Sep 16:54
Compare
Choose a tag to compare
  • Improved: Views now load faster due to improved template caching.
  • Added: Ability to configure an "Admin Label" for Custom Content widgets. This makes it easier to see your widget configuration a glance.
  • Fixed: Issue where non-support users may see a "Revoke TrustedLogin" admin bar link.