✨ Improvements
CSV import: Large files (100K+ rows) are now processed in the background using chunked server-side parsing and WordPress Cron. Progress is tracked live in the admin panel and survives page reloads. Supports all field types: Location (with background geocoding), Image (remote URLs downloaded to WP Media Library with deduplication), Regions, Select, Checkboxes, Post, and Date.
Error handling: All errors now include unique error codes. Extended descriptions with troubleshooting steps are available at mapsvg.com/docs/errors.
Bug Fixes
Post publish/unpublish map sync: Map data now updates correctly when connected posts are published, unpublished, trashed, or restored.
Directory item templates: Fixed rendering issues in directory item templates.
Zoom to a single marker after filtering: Fixed the zoom behavior when filtering leaves only one marker visible.
Region status colors: Fixed region status colors not applying correctly.
Slovenia map calibration: Fixed the calibration of the Slovenia map.
* Feature: load 1 post location only, for the currently opened post page
* Feature: choose AND/OR logic for the multiselect filters
Bug Fixes
Show previous map button: Fixed functionality when shadowRoot mode is enabled
Features / Improvements
WP-CLI export/import script: now mapsvg adds custom wp-cli scripts for exporting and importing your maps. Examples:
Export all MapSVG database tables to SQL file:
wp mapsvg export
Export and replace current domain with a new one in the .sql file:
wp mapsvg export --toDomain=mapsvg.com
Import MapSVG data from SQL file
wp mapsvg import /path/to/file.sql
full change log for this version on link
https://mapsvg.com/changelog
* Fixed: styles for multiselect fields
* Fixed: map visibility in Classic Post Editor
* Fixed: tooltip flickering during mirroring near map edges
* Fixed: not working {{distanceTo ...}} Handlebars tag