Skip to content

Map Studio 1.0.0

Choose a tag to compare

@carlosrudriguez carlosrudriguez released this 13 Jun 06:58
· 8 commits to main since this release

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 viewBox zooming.
  • 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.php
  • find . -name '*.php' -not -path './.git/*' -exec php -l {} \;
  • find assets/js -name '*.js' -exec node --check {} \;
  • git diff --check