8000 Tags · geocoder-php/here-provider · GitHub
[go: up one dir, main page]

Skip to content

Tags: geocoder-php/here-provider

Tags

0.8.0

Toggle 0.8.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update CHANGELOG.md for all providers

Prepare new release for PHP Geocoder 5 support.

0.7.1

Toggle 0.7.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update CHANGELOGs

0.7.0

Toggle 0.7.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update CHANGELOG.md for all providers (#1159)

* Update CHANGELOG.md for all providers

* [common-http] Update CHANGELOG.md

* [plugin] Update CHANGELOG.md

* [MapTiler] Update CHANGELOG.md

0.6.0

Toggle 0.6.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update changelog for all providers

0.5.0

Toggle 0.5.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[Here] Update CHANGELOG.md

0.4.0

Toggle 0.4.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update CHANGELOG for new minor releases (#1074)

0.3.0

Toggle 0.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update CHANGELOG.md (#993)

0.2.1

Toggle 0.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[Here] Update CHANGELOG.md (#992)

0.2.0

Toggle 0.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[Here] Update CHANGELOG.md (#959)

0.1.0

Toggle 0.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Few tests and Review on Here Provider (#871)

* Add Here Provider

* Rename here.php to Here.php

* Update Here.php

* Update HereAddress.php

* Update Here.php

* Update HereAddress.php

* Update Here.php

* Update Here.php

* Review Corrections

* +     * @param string     $appId   An App ID.
+     * @param string     $apoCode An App code.

* Add Tests files

* Add phpunit.xml.dist

* Corrections after running tests

* use{}

* FIX IT!

* Few Styles #844

* HereMaps->Here

* .Some more tests

* style

* Build Test OK if $testIpv4 = false;

* Update HereTest.php

* Code review from Baachi

* Update Here.php

* Update Readme.md

* updated Here_Test and cached_responses

* Add
<server name="HERE_APP_ID" value="YOUR_APP_ID" />
<server name="HERE_APP_CODE" value="YOUR_APP_CODE" />

* Update Readme.md

* Reworking of the Tests with adjustments to fit the two Credentials keys (appID and AppCode) of the Here Provider

* style-ci correction + override testGeocodeQueryWithNoResults, testReverseQuery and testReverseQueryWithNoResults

* Styles

* Update IntegrationTest.php

* Correct the extends and the naming (to HereCachedResponseClient)

* Remove Overriding file HereCachedResponseClient.php

* update cached_responses

* set provider-integration-tests requirement 1.1.0

* Update Readme.md

* Update Readme.md

* Update composer.json
0