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.
- Craft v5 support
- Save zoom level (Issue #21)
- Ability to set a default zoom level (Issue #21)
- Ability to set a default map center
- Bugfix: an empty value would still pass required field validation (Issue #22)
- Move ECS to dev dependencies
- Bugfix Twig filters
- Refactor Javascript to support multiple instances (Issue #16)
- Update lay-out to also show the actual address in a separate field (Issue #13, thanks @GMConsultant)
- Craft v4 compatibility
- Bugfix normalizeValue() of EntryCoordinates for PHP8+ (Issue #14)
- GraphQL support
- Fix parsing Google API key from environment vars (thanks @jrrdnx)
- Fix parsing negative coordinates through latitude and longitude helpers (Issue #5, thanks @jrrdnx)
- Enable environment vars for the Google API key (@jrrdnx)
- Fixed a bug that required the field have a fixed name (Issue #2, @nicbou)
- Added installation instructions to readme
- Added Twig filter to output coordinates in front-end
- Added Twig documentation to readme
- First version of the Craft plugin.
- Include plugin icon
- Include Craft license
- Add preview to readme (#1)
- Draggable marker on a Google Map
- Includes searching through Google Places API
- Google key configurable in field setting