Skip to content

1.15

Compare
Choose a tag to compare
@zackkatz zackkatz released this 17 Oct 03:29

= 1.15 on October 15 =

  • Added: {get} Merge Tag that allows passing data via URL to be safely displayed in Merge Tags. Learn how this works.
    • Example: When adding ?first-name=Floaty to a URL, the Custom Content My name is {get:first-name} would be replaced with My name is Floaty
  • Added: GravityView Capabilities: restrict access to GravityView functionality to certain users and roles. Learn more.
    • Fixed: Users without the ability to create Gravity Forms forms are able to create a new form via "Start Fresh"
    • Only add the Approve Entries column if user has the gravityview_moderate_entries capability (defaults to Editor role or higher)
    • Fixed: Contributors now have access to the GravityView "Getting Started" screen
  • Added: [gv_entry_link] shortcode to link directly to an entry. Learn more.
    • Existing [gv_delete_entry_link] and [gv_edit_entry_link] shortcodes will continue to work
  • Added: Ability to filter View by form in the Admin. Learn more.
  • Added: Option to delete GravityView data when the plugin is uninstalled, then deleted. Learn more.
  • Added: New support "Beacon" to easily search documentation and ask support questions
  • Added: Clear search button to the Search Widget (WP widget)
  • Fixed: number_format() PHP warning on blank Number fields
  • Fixed: {created_by} merge tags weren't being escaped using esc_html()
  • Fixed: Checkmark icons weren't always available when displaying checkbox input field
  • Fixed: When "Shorten Link Display" was enabled for Website fields, "Link Text" wasn't respected
  • Fixed: Only process "Create" Gravity Forms User Registration Addon feeds, by default the user role and the user display name format persist
  • Fixed: Error with List field Call to undefined method GF_Field::get_input_type()
  • Fixed: BuddyPress/bbPress bbp_setup_current_user() warning
  • Fixed: gravityview_is_admin_page() wasn't recognizing the Settings page as a GravityView admin page
  • Fixed: Custom Content Widgets didn't replace Merge Tags
  • Fixed: PHP Warnings
  • Fixed: WordPress Multisite fatal error when Gravity Forms not Network Activated
  • Tweak: Don't show Data Source column in Views screen to users who don't have permissions to see any of the data anyway
  • Tweak: Entry notes are now created using GravityView_Entry_Notes class
  • Tweak: Improved automated code testing
  • Tweak: Added gravityview/support_port/display filter to enable/disable displaying Support Port
  • Tweak: Added gravityview/support_port/show_profile_setting filter to disable adding the Support Port setting on User Profile pages
  • Tweak: Removed gravityview/admin/display_live_chat filter
  • Tweak: Removed gravityview_settings_capability filter
  • Tweak: Escape form name in dropdowns