Skip to content

Releases: grantiago/leafletmap_plugin

Leaflet Map Plugin 1.0.10

Choose a tag to compare

@grantiago grantiago released this 22 Jul 23:25

Leaflet Map Plugin 1.0.10

  • Fixed the default marker title displaying an untranslated language constant.
  • Added decoding for encoded HTML entities in marker popup content.
  • Fixed encoded <br> tags so popup line breaks render correctly.

Leaflet Map Plugin 1.0.9

Choose a tag to compare

@grantiago grantiago released this 22 Jul 21:32

Leaflet Map Plugin 1.0.9

  • Removed the obsolete toggle_css option.
  • Removed the Leaflet attribution prefix while retaining provider attribution.
  • Corrected basemap names and attributions.
  • Restored initialization of the fullscreen map control.
  • Standardized marker option language constants.
  • Replaced invalid gold marker image files with a valid marker image.

What's Changed

New Contributors

Full Changelog: 1.0.8...1.0.9

Leaflet Map Joomla plugin

Choose a tag to compare

@grantiago grantiago released this 06 Sep 20:08

Joomla 4 and 5. changes and improvements, bug fixes.

[1.0.8] — 2025-09-06

  • added default marker toggle
  • cleaned the media dir of old unused marker icon dirs. marker icons now in images/markers for the leaflet.css
  • added a change log url in the xml
  • removed settings option for multiple default markers

skipped [1.0.7] — 2025-09-05

  • no release straight from 1.0.5 to 1.0.8
  • Added per-marker icon support via shortcode (markers="lat,lng,title,popup,icon.png"), with fallback to plugin-level icon and Leaflet default.
  • Fixed asset paths: load CSS/JS from media/plg_system_leafletmap/... via Web Asset Manager.
  • Standardized media layout:
    • Stock Leaflet icons moved to media/plg_system_leafletmap/css/images/ (matches leaflet.css).
    • Custom markers resolved under media/plg_system_leafletmap/images/markers/.
  • Introduced robust icon URL resolver (supports absolute URLs, protocol-relative, site-absolute, data: URIs, or bare filenames).
  • Resolved heredoc issues: replaced <?= ... ?> inside heredocs with interpolated variables; prevents “Unexpected token '<'” and script text rendering.
  • Minor: ensured marker shadow path, retained fitBounds for multiple markers, small cleanup.

Full Changelog: https://github.com/grantiago/leafletmap_plugin/commits/1.0.8

1.0.5

Choose a tag to compare

@grantiago grantiago released this 23 Jul 21:07
85a559b

v 1.0.5

  • fixed a typo in height param
  • added logic to switch baselayers from settings
  • fixed name convention for joomla for jed checker
  • fixed space errors in es-ES language files
  • added openTopoMap options for baselayer. esri topo only covers us.
  • responsive added media queries for map width on mobil
  • changed base map load to show in the layer control as selected.
  • toggle css to show hide credits
  • updated es translations
  • cleaned formatting for language files
  • set two finger pan for mobile
  • dropped the readme file for inclusion and added this one

1.0.4

Choose a tag to compare

@grantiago grantiago released this 18 Jul 15:04
3f3264d
  • 1.0.4 working joomla update system. hosted on github/leafletmap_plugin.
  • removed bad references in the files in leafletmap.xml.
  • added site
  • added checksum in update.xml

1.0.3

Choose a tag to compare

@grantiago grantiago released this 17 Jul 22:27
cb4b7ae

1.0.3
Added

  • Toggle zoom-wheel.
  • Toggle open title on load.
  • kml display.
  • Update server. sortof