Releases: grantiago/leafletmap_plugin
Releases · grantiago/leafletmap_plugin
Release list
Leaflet Map Plugin 1.0.10
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
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
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/(matchesleaflet.css). - Custom markers resolved under
media/plg_system_leafletmap/images/markers/.
- Stock Leaflet icons moved to
- 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
fitBoundsfor multiple markers, small cleanup.
Full Changelog: https://github.com/grantiago/leafletmap_plugin/commits/1.0.8
1.0.5
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