Skip to content

Releases: GravityKit/GravityView

1.10

26 Jun 18:16
Compare
Choose a tag to compare
  • Update: Due to the new Edit Entry functionality, GravityView now requires Gravity Forms 1.9 or higher
  • Fixed: Editing Hidden fields restored
  • Fixed: Edit Entry and Delete Entry may not always show in embedded Views
  • Fixed: Search Bar "Clear" button Javascript warning in Internet Explorer
  • Fixed: Edit Entry styling issues with input sizes. Edit Entry now uses 100% Gravity Forms styles.
  • Added: [gv_edit_entry_link] and [gv_delete_entry_link] shortcodes. Read how to use them

1.9

26 Jun 18:15
Compare
Choose a tag to compare
1.9

1.9.1 on June 24

  • Fixed: Allow "Admin Only" fields to appear in Edit Entry form
    • New behavior: If the Edit Entry tab isn't configured in GravityView (which means all fields will be shown by default), GravityView will hide "Admin Only" fields from being edited by non-administrators. If the Edit Entry tab is configured, then GravityView will use the field settings in the configuration, overriding Gravity Forms settings.
  • Tweak: Changed gravityview/edit-entry/hide-product-fields filter to gravityview/edit_entry/hide-product-fields for consistency

1.9 on June 23

  • Added: Edit Entry now takes place in the Gravity Forms form layout, not in the previous layout. This means:
    • Edit Entry now supports Conditional Logic - as expected, fields will show and hide based on the form configuration
    • Edit Entry supports Gravity Forms CSS Ready Classes - the layout you have configured for your form will be used for Edit Entry, too.
    • If you customized the CSS of your Edit Entry layout, you will need to update your stylesheet. Sorry for the inconvenience!
    • If visiting an invalid Edit Entry link, you are now provided with a back link
    • Product fields are now hidden by default, since they aren't editable. If you want to instead display the old message that "product fields aren't editable," you can show them using the new gravityview/edit_entry/hide-product-fields filter
  • Added: Define column widths for fields in each field's settings (for Table and DataTable View Types only)
  • Added: {created_by} Merge Tag that displays information from the creator of the entry (learn more)
  • Added: Edit Entry field setting to open link in new tab/window
  • Added: CSS classes to the Update/Cancel/Delete buttons (learn more)
  • Fixed: Shortcodes not processing properly in DataTables Extension
  • Tweak: Changed support widget to a Live Chat customer support and feedback form widget

1.8.2

10 Jun 17:20
Compare
Choose a tag to compare
  • Fixed: Error on list-single.php template

1.8.1

09 Jun 22:48
Compare
Choose a tag to compare
  • Added: New search filter for Date fields to allow searching over date ranges ("from X to Y")
  • Updated: The minimum required version of Gravity Forms is now 1.8.7. GravityView will be requiring Gravity Forms 1.9 soon. Please update Gravity Forms if you are running an older version!
  • Fixed: Conflicts with A-Z Filter Extension and View sorting due to wrong field mapping
  • Fixed: The "links" field type on the GravityView WordPress search widget was opening the wrong page
  • Fixed: IE8 Javascript error when script debugging is on. Props, @Idealien. Issue #361 on Github
  • Fixed: PHP warning when trashing entries. Issue #370 on Github
  • Tweak: Updated the list-single.php, table-body.php, table-single.php templates to use GravityView_View->getFields() method

1.8

26 May 22:16
Compare
Choose a tag to compare
1.8

1.8 on May 26

  • View settings have been consolidated to a single location. Learn more about the new View Settings layout.
  • Added: Custom Link Text in Website fields
  • Added: Poll Addon GravityView widget
  • Added: Quiz Addon support: add Quiz score fields to your View configuration
  • Added: Possibility to search by entry creator on Search Bar and Widget
  • Fixed: [gvlogic] shortcode now properly handles comparing empty values.
    • Use [gvlogic if="{example} is=""] to determine if a value is blank.
    • Use [gvlogic if="{example} isnot=""] to determine if a value is not blank.
    • See "Matching blank values" in the shortcode documentation
  • Fixed: Sorting by full address. Now defaults to sorting by city. Use the gravityview/sorting/address filter to modify what data to use (here's how)
  • Fixed: Newly created entries cannot be directly accessed when using the custom slug feature
  • Fixed: Merge Tag autocomplete hidden behind the Field settings (did you know you can type { in a field that has Merge Tags enabled and you will get autocomplete?)
  • Fixed: For sites not using Permalinks, the Search Bar was not working for embedded Views
  • Tweak: When GravityView is disabled, only show "Could not activate the Extension; GravityView is not active." on the Plugins page
  • Tweak: Added third parameter to gravityview_widget_search_filters filter that passes the search widget arguments
  • Updated: Italian translation by @Lurtz
  • Updated: Danish translation by @jaegerbo

1.7.6.2

13 May 03:07
Compare
Choose a tag to compare
  • Fixed: PHP warning when trying to update an entry with the approved field.
  • Fixed: Views without titles in the "Connected Views" dropdown would appear blank

1.7.6.1

08 May 17:04
Compare
Choose a tag to compare
  • Fixed: Pagination links not working when a search is performed
  • Fixed: Return false instead of error if updating approved status fails
  • Added: Hooks when an entry approval is updated, approved, or disapproved:
    • gravityview/approve_entries/updated - Approval status changed (passes $entry_id and status)
    • gravityview/approve_entries/approved - Entry approved (passes $entry_id)
    • gravityview/approve_entries/disapproved - Entry disapproved (passes $entry_id)

1.7.6

05 May 06:19
Compare
Choose a tag to compare
  • Added WordPress Multisite settings page support
    • By default, settings aren't shown on single blogs if GravityView is Network Activated
  • Fixed: Security vulnerability caused by the usage of add_query_arg / remove_query_arg. Read more about it
  • Fixed: Not showing the single entry when using Advanced Filter (ANY mode) with complex fields types like checkboxes
  • Fixed: Wrong width for the images in the list template (single entry view)
  • Fixed: Conflict with the "The Events Calendar" plugin when saving View Advanced Filter configuration
  • Fixed: When editing an entry in the frontend it gets unapproved when not using the approve form field
  • Added: Option to convert text URI, www, FTP, and email addresses on a paragraph field in HTML links
  • Fixed: Activate/Check License buttons weren't properly visible
  • Added: gravityview/field/other_entries/args filter to modify arguments used to generate the Other Entries list. This allows showing other user entries from any View, not just the current view
  • Added: gravityview/render/hide-empty-zone filter to hide empty zone. Use __return_true to prevent wrapper <div> from being rendered
  • Updated Translations:

1.7.5

10 Apr 22:53
Compare
Choose a tag to compare
  • Added: [gvlogic] Shortcode - allows you to show or hide content based on the value of merge tags in Custom Content fields! Learn how to use the shortcode.
  • Fixed: White Screen error when license key wasn't set and settings weren't migrated (introduced in 1.7.4)
  • Fixed: No-Conflict Mode not working (introduced in 1.7.4)
  • Fixed: PHP notices when visiting complex URLs
  • Fixed: Path to plugin updater file, used by Extensions
  • Fixed: Extension global settings layout improved (yet to be implemented)
  • Tweak: Restructure plugin file locations

1.7.4

06 Apr 18:13
Compare
Choose a tag to compare
  • Modified: The List template is now responsive! Looks great on big and small screens.
  • Fixed: When editing an entry in the frontend it gets unapproved
  • Fixed: Conflicts between the Advanced Filter extension and the Single Entry mode (if using ANY mode for filters)
  • Fixed: Sorting by full name. Now sorts by first name by default.
    • Added gravityview/sorting/full-name filter to sort by last name (see how)
  • Fixed: Date and Time fields now properly internationalized (using date_i18n instead of date)
  • Added: gravityview_disable_change_entry_creator filter to disable the Change Entry Creator functionality
  • Modified: Migrated to use Gravity Forms settings
  • Modified: Updated limit to 750 users (up from 300) in Change Entry Creator dropdown.
  • Confirmed WordPress 4.2 compatibility
  • Updated: Dutch translation (thanks, @erikvanbeek!)