cc70e4abc2a76da936c868c8a5e20ed2dcfee91e
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.1.0] - Unreleased
Added
- Haversine proximity search — filter locations by distance from user's coordinates
- Hidden
radius_unitfield in search module to pass miles/km preference to component - Distance-sorted results when proximity search is active
- "Get Directions" link on location detail page (Google Maps, no API key needed)
- "Get Directions" link in Leaflet map popup markers
- Auto-geocoding on admin save — coordinates populated from address via Nominatim/OSM API
- CSV import: upload CSV file to bulk-create locations
- CSV import: auto-detect column headers (title/name/store, address/street, city, etc.)
- CSV import: per-row validation via LocationTable::bind()->check()->store()
- CSV import view accessible from admin toolbar and submenu
- Language strings for directions, geocoding feedback, and import UI
[1.0.0] - 2026-06-23
Added
- Admin
LocationController(FormController) for single-record save/cancel/apply - Admin
LocationsController(AdminController) for bulk publish/unpublish/delete - Admin location edit view and tabbed template (Details, Address, Contact)
- Admin locations list renders data rows with edit links and published toggle
LocationTable::check()validation: required title, auto-alias, lat/lng range, timestampsLocationsModel::populateState()for filter persistence- Search filter across title, city, state, address
- Published state filter and sort ordering support
- Filter form XML (
filter_locations.xml) with search tools bar - Language strings for filters, sort options, and save messages
- Site frontend
DisplayControllerrouting to list and detail views - Site
LocationsModel— published locations with search, city, and state filters - Site
LocationModel— single location by ID (published only) - Site locations list view with Schema.org
LocalBusinessmarkup and pagination - Site location detail view with address, contact, hours, and map placeholder
- SEF URL router (
Service\Router) with menu/standard/nomenu rules - Menu item types: "All Locations" list and "Location Detail" with location picker
- Site language strings for frontend views and menu items
- Router registered in service provider and component extension class
- Map module dispatcher loads published locations with coordinates from DB
- Leaflet.js/OpenStreetMap integration with markers, popups, and auto-fit bounds
- Leaflet CSS/JS loaded via Joomla Web Asset Manager (
registerAndUseStyle/registerAndUseScript) - Search module dispatcher loads distinct cities/states and builds radius options
- City dropdown filter on search form (populated from DB, toggled by module param)
- Radius dropdown filter with configurable distance values and unit (miles/km)
- Geolocation "Use My Location" button with browser geolocation API
- Hidden lat/lng fields passed to component for proximity search
- Language strings for search module (city, radius, geolocation states)
Removed
- Makefile (no longer used)
- deploy-manual.yml workflow
Previous (scaffold)
- Initial package scaffold with component, map module, and search module
- Database schema for locations table with coordinates
- Admin MVC skeleton for location CRUD
- Map module with Leaflet/Google Maps provider support (stub)
- Search module with city and radius filter options (stub)
Description
Joomla 5/6 store locator package — interactive map, location search, and admin management
https://mokoconsulting.tech/support/products/mokosuitestorelocator
Readme
GPL-3.0
3.4 MiB
Releases
2
Languages
PHP
59.2%
Markdown
23.9%
XML
9.2%
INI
4.8%
SQL
2.5%
Other
0.4%