Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 966 Bytes

CHANGELOG.md

File metadata and controls

42 lines (23 loc) · 966 Bytes

Changelog

All notable changes to geocodio-library-php will be documented in this file

2.0 - 2024-09-20

  • Added support for list geocoding
  • Breaking: all method responses now return an associative array rather than a JSON decoded object
  • Breaking: Dropped support for unsupported PHP versions
    • Minimum supported version of PHP is now 8.2

1.7.0 - 2024-09-02

  • Added support for the format parameter, thanks to pull request #7 by @kirilldakhniuk

1.6.0 - 2023-09-27

  • Fix: Unintalized variable (minor)

1.5.0 - 2021-11-13

  • Update to use Geocodio API v1.7

1.4.0 - 2021-03-23

  • Added support for PHP 8

1.3.0 - 2020-10-01

  • Added compatibility with Guzzle 7 (Laravel 8)

1.2.0 - 2020-06-03

  • Update to use Geocodio API v1.6

1.1.0 - 2020-05-14

  • Update to use Geocodio API v1.5

1.0.2 - 2019-09-19

  • First official release