Releases: dereuromark/cakephp-geo
Releases · dereuromark/cakephp-geo
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.
1.2.1
Improvements
Geocoder
- Allow setting "locale" and "region" based on current PHP locale.
1.2.0
CakePHP 3.4+ release
It now requires CakePHP 3.4+ - upgrade if you haven't yet!
Improvements
- Added Google maps key for static maps if applicable.
- Added new
styles
option for GoogleMapHelper dynamic maps ( see https://snazzymaps.com/ ).
Fixes
- Fixed return types and annotations for GeocoderBehavior and alike.