Map Studio 1.0.0
Map Studio 1.0.0 is the first ready-to-use GitHub release.
Highlights:
- Create configurable interactive SVG maps in WordPress.
- Choose from the bundled 57-map SVG library.
- Add rich content to specific regions and publish maps with
[map_studio id="123"]. - Keep SVG maps crisp with native
viewBoxzooming. - Use optional public region-list sidebars with left or right placement.
- Customize global map colors and per-region colors.
- Show anchored info bubbles with placement-aware pointers.
- Expose targetable public CSS hooks for sidebar and bubble customization.
Validation:
php tests/contracts.phpfind . -name '*.php' -not -path './.git/*' -exec php -l {} \;find assets/js -name '*.js' -exec node --check {} \;git diff --check