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
* Feature: Maximum zoom level for clustering
* Fixed: blurred map on zoom in Safari