Orchestra Map

Orchester verwalten · Auf der Karte präsentieren · Live in WordPress

Orchestra Map ist ein professionelles Plugin für Musikverbände, Dachorganisationen und Chöre. Verwalte Orchester-Einträge mit Standort und zeige sie auf einer interaktiven Leaflet-Karte sowie in einer Listenansicht direkt im Frontend an – ohne extra Infrastruktur, ohne separaten Login.

✓ Interaktive Leaflet-Karte · ✓  Import & Export per Excel / CSV · ✓ Geocoding & Custom Fields

Orchestra Map – Changelog

Aktuelle Version: 1.9.90

1.9.90

  • Fix: One constant (`GEOCODING_FIELD_KEYS`) didn't carry the plugin's naming prefix, per WP.org review feedback - renamed to `ORCHESTRA_MAP_GEOCODING_FIELD_KEYS`.
  • Change: All internal CSS classes, IDs, CSS custom properties and custom DOM events switched from the `om-` prefix to `orchestra-map-` (e.g. `om-card` → `orchestra-map-card`, event `om:filter` → `orchestra-map:filter`), to avoid the short, generic prefix colliding with other plugins/themes on the same page.

1.9.89

  • Fix: Saving the Fields settings page while a venue-group field's "Field" checkbox was off (making its shared "Title" checkbox disabled) silently reset that Title flag to off, discarding the previously saved value instead of preserving it.
  • Fix: Adding a custom field with a key that already existed silently added nothing while still showing "Field settings saved." - now shows a clear "already exists" error instead.
  • Fix: A pasted non-breaking space, zero-width space, or byte-order-mark in a Label field could pass as "non-empty" while rendering blank; detecting a blank label now strips these too, not just plain ASCII whitespace.
  • Change: The default Cluster Color is now a shade of blue matching the plugin's usual accent color, instead of Leaflet's default green, so it's consistent with the rest of the built-in color palette.
  • Feature: The Design settings page's Marker section now has a "Cluster Count Text Color" field, for the number shown inside each cluster bubble - defaults to white, since it wasn't previously configurable and the darker default cluster background made the old (unstyled) text hard to read.

1.9.88

  • Fix: The Orchestra List's "Alternating Row Color" (zebra striping) never actually showed - each row's hidden expanded-row sibling in the page threw off the even/odd counting the striping relied on, so it only ever matched hidden rows. Rows are now striped explicitly instead of relying on position, so this works correctly.

1.9.87

  • Feature: The Orchestra List's own link color and its expanded (accordion) row background are now independently configurable on the Design settings page ("Link Color", "Expanded Row Background" under Orchestra List), instead of silently reusing the Info Panel's colors. Changing the Info Panel's background/link color on the Design page no longer affects the list view at all.

1.9.86

  • Fix: The new cluster color (1.9.84) made the cluster bubbles fully solid, losing the lighter-ring-around-a-darker-circle "halo" the default green/yellow/orange clusters had - restored with the custom color, so clusters still visually read as "grouped" at a glance.

1.9.85

  • Fix: Clearing a color or dimension field on the Design settings page (e.g. Border Radius) and saving crashed with a hard error page instead of a normal validation message. Clearing a field now resets it to its default instead.
  • Feature: Every field on the Design settings page now shows its default value underneath, so it's clear what a field resets to (or started as).

For older versions see changelog.txt.

Orchestra Map Pro – Changelog

Aktuelle Version: 1.0.7

  • Fix: `enqueue_scripts()` now returns early on non-Orchestra Map admin pages (performance guard, matches free plugin pattern).