There was an error while loading. Please reload this page.
1 parent 75272f1 commit c30e422Copy full SHA for c30e422
CHANGELOG.md
@@ -1,8 +1,13 @@
1
CHANGELOG
2
=========
3
4
-### 1.1.3 (???) ###
+### 1.1.3 (2012-11-17) ###
5
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
11
* Fix ArrayAccess methods in Geocoded class. Fix #150
12
* add failing test for mixed case array access
13
* Fix timezone in IpInfoDbProviderTest
src/Geocoder/Geocoder.php
@@ -21,7 +21,7 @@ class Geocoder implements GeocoderInterface
21
/**
22
* Version
23
*/
24
- const VERSION = '1.1.3-dev';
+ const VERSION = '1.1.3';
25
26
27
* @var array
0 commit comments