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 600a83a commit 7c7c774Copy full SHA for 7c7c774
CHANGELOG.md
@@ -1,9 +1,17 @@
1
CHANGELOG
2
=========
3
4
-### 1.2.2 (????-??-??) ###
5
-
6
-n/a
+### 1.3.0 (2013-03-04) ###
+
+* Fixed: ipgeobase url
7
+* Fixed: MapQuest test
8
+* Added: BaiduProvider + test
9
+* Fixed: OpenStreetMaps test
10
+* Added: IpGeoBase-ru as a provider + test
11
+* Fixed: travis-ci config
12
+* Added: adress support for datascience
13
+* Fixed: FreeGeoIp provider's tests
14
+* Updated: documentation about Geocoder::using()
15
16
### 1.2.1 (2013-02-03) ###
17
src/Geocoder/Geocoder.php
@@ -21,7 +21,7 @@ class Geocoder implements GeocoderInterface
21
/**
22
* Version
23
*/
24
- const VERSION = '1.2.2-dev';
+ const VERSION = '1.3.0';
25
26
27
* @var ProviderInterface[]
0 commit comments