We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bfe93 commit 9b9bbc3Copy full SHA for 9b9bbc3
CHANGELOG.md
@@ -1,6 +1,11 @@
1
CHANGELOG
2
=========
3
4
+### 1.7.0 (2013-05-28) ###
5
+
6
+* Updated: Geocoder now uses the official geoip library
7
+* Added: LocaleAwareProviderInterface
8
9
### 1.6.0 (2013-05-22) ###
10
11
* Added: API key to MapQuestProvider
src/Geocoder/Geocoder.php
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
22
/**
23
* Version
24
*/
25
- const VERSION = '1.6.0';
+ const VERSION = '1.7.0';
26
27
28
* @var ProviderInterface[]
0 commit comments