Skip to content

Releases: jeroendesloovere/geolocation-php-api

Fixed typo with safe_mode curl call

16 Jul 04:55
019e6e8

Choose a tag to compare

2.1.1

Merge pull request #12 from voku/patch-1

https is now by default true

13 Apr 08:50

Choose a tag to compare

2.1.0

Add two tests for https = false

Added type casting in methods

03 Apr 07:51

Choose a tag to compare

  • Added type casting in methods
  • Code style optimizations

CodeSniffer added

29 Mar 13:51

Choose a tag to compare

Run CodeSniffer

vendor/bin/phpcbf --standard=psr2 --extensions=php --warning-severity=0
--report=full "src"

getAddress and getCoordinates now result object

29 Mar 13:32

Choose a tag to compare

  • getAddress now returns JeroenDesloovere\Geolocation\Address
  • getCoordinates now returns JeroenDesloovere\Geolocation\Coordinates

Throw `GeolocationException` when an error occurs

15 Mar 15:57
20655c7

Choose a tag to compare

Throw GeolocationException when an error occurs - #10

Added "api-key" and "https"

23 Jan 16:28
172451a

Choose a tag to compare

Merge pull request #7 from apalethorpe/master

Add support for HTTPS and Google Maps API keys

Removed static functions

11 Jun 08:50

Choose a tag to compare

1.3.1

Tests updated

Tests added + new function getAddresses()

21 May 06:04

Choose a tag to compare

1.2.0 (2015-05-21)

Improvements:

  • getAddress now returns array('label' => '', 'components' => array(array('long_name', 'short_name', 'types' => array())));
  • New function getAddresses now added.
  • Tests added.

Namespacing completed

02 Apr 14:38

Choose a tag to compare

1.1.0

Composer autoload fixed