Skip to content

Commit 7c7c774

Browse files
committed
Prepare release 1.3.0
1 parent 600a83a commit 7c7c774

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
CHANGELOG
22
=========
33

4-
### 1.2.2 (????-??-??) ###
5-
6-
n/a
4+
### 1.3.0 (2013-03-04) ###
5+
6+
* 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()
715

816
### 1.2.1 (2013-02-03) ###
917

src/Geocoder/Geocoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Geocoder implements GeocoderInterface
2121
/**
2222
* Version
2323
*/
24-
const VERSION = '1.2.2-dev';
24+
const VERSION = '1.3.0';
2525

2626
/**
2727
* @var ProviderInterface[]

0 commit comments

Comments
 (0)