Skip to main content

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