Skip to content

Releases: dereuromark/cakephp-geo

1.3.5

02 Sep 22:40
Compare
Choose a tag to compare

Improvements

Removed deprecations. Plugin is now CakePHP 3.6+.

1.3.4

06 Jan 13:13
Compare
Choose a tag to compare

Bugfixes

Use https for generated (image) URLs.

1.3.3

26 Dec 00:43
f2bcdda
Compare
Choose a tag to compare

Bugfixes

Default to SSL enabled now, as it will otherwise issue errors.

1.3.2

13 Oct 11:20
c72464a
Compare
Choose a tag to compare

Bugfixes

Make sure URL HTTPS detection has a safer fallback.

1.3.1

22 May 17:34
Compare
Choose a tag to compare

Bugfixes

Moved instantiation of Geocoder into behavior constructor.

1.3.0

19 Apr 10:33
Compare
Choose a tag to compare

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

13 Nov 23:24
Compare
Choose a tag to compare

Bugfixes

  • Allow relative URLs for GoogleMapHelper::icon() method.

1.2.2

04 Sep 12:19
Compare
Choose a tag to compare

Bugfixes

Adjusted the escaping of URLs for new CakePHP 3.5.1 release.

1.2.1

19 Jul 21:10
Compare
Choose a tag to compare

Improvements

Geocoder

  • Allow setting "locale" and "region" based on current PHP locale.

1.2.0

08 May 19:15
Compare
Choose a tag to compare

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.