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
Fixed: Conflicts with Advanced Filter extension when using the Recent Entries widget
Fixed: Sorting icons were being added to List template fields when embedded on the same page as Table templates
Fixed: Empty Product fields would show a string (", Qty: , Price:") instead of being empty. This prevented "Hide empty fields" from working
Fixed: When searching on the Entry Created date, the date used GMT, not blog timezone
Fixed: Issue accessing settings page on Multisite
Fixed: Don't show View post types if GravityView isn't valid
Fixed: Don't redirect to the List of Changes screen if you've already seen the screen for the current version
Fixed: When checking license status, the plugin can now fix PHP warnings caused by other plugins that messed up the requests
Fixed: In Multisite, only show notices when it makes sense to
Added: gravityview/common/sortable_fields filter to override which fields are sortable
Tweak: Extension class added ability to check for required minimum PHP versions
Tweak: Made the GravityView_Plugin::$theInstance private and renamed it to GravityView_Plugin::$instance. If you're a developer using this, please use GravityView_Plugin::getInstance() instead.