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
* Fixed: XSS vulnerability in shortcode attributes
* Feature: Maximum zoom level for clustering
* Fixed: blurred map on zoom in Safari
* Fixed: zoom to a cluster did not always reveal its markers