Files
pcm-geocode-bundle/CHANGELOG.md
Matt Feeny 0f6a3fed2b - Updating composer to allow version 2 or 3
- Update postcode in tests as the old one stopped working
2025-05-08 17:19:40 +01:00

20 lines
560 B
Markdown

# Changelog
## [x.x.x] xxxx-xx-xx
## [2.0.2] 2025-05-08
- Updating composer to allow `doctrine/orm` version 2 or 3
- Update postcode in tests as the old one stopped working
## [2.0.1] 2024-10-09
- Fix bug that caused isGeocoded to return false if only one of the coordinates was zero
## [2.0.0] 2024-09-26
- Adjust how error messages are formatted
- Add getGeocodeData method to GeocodeInterface to allow for more abstraction in services
- Coordinates set to 0, 0 will cause isGeocoded to return false
## [1.0.0] 2024-08-05
- First major version release