Skip to content

Releases: swisnl/geocoder-php-nationaal-georegister-provider

1.6.0

07 Apr 06:59
496e986
Compare
Choose a tag to compare

⚠️ Please make sure you update to at least this version before August 2023 ⚠️

Changed

  • Migrated to the new service URL. #8

Please see https://www.pdok.nl/-/migratie-pdok-locatieserver-naar-het-nieuwe-3g-platform-afgerond or https://geoforum.nl/t/migratie-pdok-locatieserver-naar-het-nieuwe-pdok-platform-afgerond/7965 if you want to know more.

1.5.0

16 Aug 08:23
0acce7b
Compare
Choose a tag to compare

Changed

  • Expect a PSR-18 client instead of a PHP-HTTP client. N.B. PHP-HTTP clients implement this interface, so it should not be a breaking change.

Removed

  • PHP <7.4 support

1.4.0

13 Dec 15:07
3a4b508
Compare
Choose a tag to compare

Added

  • Allow setting options per query using query data.

Fixed

  • Added (protected) visibility keyword to constants. Although this can be considered a breaking change, we consider it a bugfix as they were never meant to be public.

Removed

  • PHP <7.3 support

1.3.0

18 Jan 13:05
a0c1e98
Compare
Choose a tag to compare

Added

Removed

1.2.2

04 Feb 11:02
Compare
Choose a tag to compare

Fixed

  • Fixed use case where reverse geocoding failed for results with special characters (e.g. umlaut).

1.2.1

07 Jan 10:21
Compare
Choose a tag to compare

Fixed

  • Fixed use case where "Undefined property: stdClass::$gemeentenaam" and "Undefined property: stdClass::$provincienaam" occured #4 @MathieuMaas

1.2.0

11 Dec 16:22
Compare
Choose a tag to compare

Added

  • Add ext-json to composer.json

Changed

  • Use official reverse geocoder endpoint instead of workaround #3

1.1.0

27 Feb 15:23
Compare
Choose a tag to compare

Added

  • Reverse geocoding feature #2

Changed

1.0.0

11 Dec 16:22
Compare
Choose a tag to compare

First release 🎉