You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added: Possibility to show the label of Dropdown field types instead of the value (learn more)
Fixed: Sorting numeric columns (field type number)
Fixed: View entries filter for Featured Entries extension
Fixed: Field options showing delete entry label
Fixed: PHP date formatting now keeps backslashes from being stripped
Modified: Allow license to be defined in wp-config.php (Read how here)
Modified: Added $post_id parameter as the second argument for the gv_entry_link() function. This is used to define the entry's parent post ID.
Modified: Moved GravityView_API::get_entry_id_from_slug() to GVCommon::get_entry_id_from_slug()
Modified: Added second parameter to gravityview_get_entry(), which forces the ability to fetch an entry by ID, even if custom slugs are enabled and gravityview_custom_entry_slug_allow_id is false.