Skip to content

Releases: carlosrudriguez/map-studio

Map Studio 1.1.1

Choose a tag to compare

@carlosrudriguez carlosrudriguez released this 22 Jun 09:13

Fixes

  • Preserves line breaks entered in the Map Legend editor.
  • Prevents legend content from overlapping the bubble close button.
  • Cleans the installable ZIP by excluding tests and repository-only guidance files while keeping them in GitHub source.

The attached ZIP is ready for installation in WordPress.

Map Studio 1.1.0

Choose a tag to compare

@carlosrudriguez carlosrudriguez released this 22 Jun 07:00

What’s new

  • Added configurable, immediate region search to the public region sidebar.
  • Added case- and accent-insensitive filtering for public region lists.
  • Added an always-available region filter to the map editor.
  • Added a secure Duplicate row action that creates a draft copy with all Map Studio settings and content.
  • Added regression coverage for search, duplication, and backend hidden-state behavior.

The attached ZIP is ready for installation in WordPress.

Map Studio 1.0.2

Choose a tag to compare

@carlosrudriguez carlosrudriguez released this 22 Jun 05:21

Fixes excess spacing above region bubble content by overlaying the close button and reserving overlap space only where needed. Adds a regression contract for the bubble layout.

Map Studio 1.0.1

Choose a tag to compare

@carlosrudriguez carlosrudriguez released this 16 Jun 14:00

Maintenance release with the hidden-on-demand region sidebar, map legend support, mobile sidebar layout fixes, action button focus cleanup, and frontend asset cache busting.

Map Studio 1.0.0

Choose a tag to compare

@carlosrudriguez carlosrudriguez released this 13 Jun 06:58

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