Releases: dereuromark/cakephp-geo
Releases · dereuromark/cakephp-geo
1.4.0
Improvements
- Added a new config
addressFormatconfig representing the StringFormatter pattern used to parse theformattedAddressfield. - Deprecated
formatted_addressconfig in favor offormattedAddress.
1.3.6
Bugfixes
PHP 7.4+ compatibility.
1.3.5
Improvements
Removed deprecations. Plugin is now CakePHP 3.6+.
1.3.4
Bugfixes
Use https for generated (image) URLs.
1.3.3
Bugfixes
Default to SSL enabled now, as it will otherwise issue errors.
1.3.2
Bugfixes
Make sure URL HTTPS detection has a safer fallback.
1.3.1
Bugfixes
Moved instantiation of Geocoder into behavior constructor.
1.3.0
Included commits: 1.2.3...1.3.0
Improvements
CakePHP 3.6 compatibility.
Added PHPStan check and fixed small issues.
The plugin now also is CakePHP 3.5+.
1.2.3
Bugfixes
- Allow relative URLs for GoogleMapHelper::icon() method.
1.2.2
Bugfixes
Adjusted the escaping of URLs for new CakePHP 3.5.1 release.