Skip to main content

8.10.1

🐛 Bug Fixes

  • Show previous map button: Fixed functionality when shadowRoot mode is enabled

8.10.0

🚀 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

8.9.2

🚀 Features / Improvements

  • Rounded map buttons: Added rounded map buttons styling

🐞 Fixes

  • PHP info check: Fixed check if phpinfo() is available

8.9.3

🐞 Fixes

  • Windows compatibility: Removed files with ">" symbol in filename that are not allowed on Windows filesystems

8.9.1

🐞 Fixes

  • Multiselect field: fixed styles for multiselect fields

8.9.0

🚀 Features / Improvements

  • Themes: Users can now choose between the default and rounded themes. More themes are planned.
  • Filters in map container: Filters can now be placed inside the map container. With the rounded theme, these filters have a glass effect.

8.8.4

🐞 Fixes

  • Classic Post Editor: map visibility in Classic Post Editor

8.8.3

🐞 Fixes

  • Tooltips: tooltip flickering during mirroring near map edges

8.8.2

🐞 Fixes

  • Templates: Handlebars templates not loading correctly when multiple maps were on the same page
  • Gutenberg styles: location form styles in Gutenberg

8.8.1

🐞 Fixes

  • Templates: not working {{distanceTo ...}} Handlebars tag