3.10.1 on July 16, 2026
This release resolves map display issues on DataTables Views and in background browser tabs, restores the Entry Map field settings with GravityView versions older than 2.57, and fixes info windows on Views filtered by URL parameters.
🐛 Fixed
- The Entry Map field settings did not appear in the View editor with GravityView versions older than 2.57 (regression introduced in 3.9.0).
- On a DataTables View, the Multiple Entries Map widget could rebuild its map each time the table refreshed, leaving an extra, invisible map layered on the canvas and breaking custom code that reads the map object; the widget now keeps a single map instance across refreshes.
- Maps initialized while their page loaded in a background browser tab could come up broken — a blank gray canvas with no pins and a duplicate map layer; map creation now waits until the tab is visible.
- The Multiple Entries Map on a DataTables View could remain a blank gray box when no marker pass gave it a viewport; the map now centers itself on its known marker positions.
- A search with no results left the Multiple Entries Map as an unexplained gray box; the map is now hidden and the "No entries match your request" message is shown instead.
- Marker info windows and viewport marker loading came up empty on Views filtered by URL parameters, because those requests did not carry the page's query; they now send it along so the View's filters resolve the same way they do for the page itself.
💻 Developer Updates
- GravityView Maps now uses current GravityView hooks instead of ones deprecated in GravityView 2.55.
🔄 Updated
- Foundation to version 1.25.0.