File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ ### 3.3.0 (2015-12-06)
5
+
6
+ * Added: timezone field for ` FreeGeoIp ` provider
7
+ * Added: guess method for street and suburb
8
+ * Added: use city, town village or hamlet as locality
9
+ * Added: return ISO 3166-2 region codes for the US and the rest of the world
10
+ * Fixed: ` AdminLevelCollection::checkLevel() ` (#468 )
11
+
4
12
### 3.2.0 (2015-10-09)
5
13
6
14
* Added: add __ toString() methods in AdminLevel and Country
Original file line number Diff line number Diff line change 31
31
},
32
32
"extra" : {
33
33
"branch-alias" : {
34
- "dev-master" : " 3.2 -dev"
34
+ "dev-master" : " 3.3 -dev"
35
35
}
36
36
}
37
37
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ interface Geocoder
20
20
/**
21
21
* Version
22
22
*/
23
- const VERSION = '3.2.1-dev ' ;
23
+ const VERSION = '3.3.0 ' ;
24
24
25
25
/**
26
26
* Geocodes a given value.
You can’t perform that action at this time.
0 commit comments