Skip to content

Commit c30e422

Browse files
committed
Prepare release 1.1.3
1 parent 75272f1 commit c30e422

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
CHANGELOG
22
=========
33

4-
### 1.1.3 (???) ###
4+
### 1.1.3 (2012-11-17) ###
55

6+
* Replace urlencode() by rawurlencode() in GoogleMapsProvider
7+
* Removed redundant if statement
8+
* Removed not reliable place_rank and limit result to one + test - fix #129
9+
* Use sf2 coding standard
10+
* Fixed some CS in providers
611
* Fix ArrayAccess methods in Geocoded class. Fix #150
712
* add failing test for mixed case array access
813
* Fix timezone in IpInfoDbProviderTest

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.1.3-dev';
24+
const VERSION = '1.1.3';
2525

2626
/**
2727
* @var array

0 commit comments

Comments
 (0)