File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
- ### 2.4.3 (????-??-?? ) ###
4
+ ### 2.5.0 (2014-05-16 ) ###
5
5
6
- n/a
6
+ * Added: ability to set timeouts for ` CurlHttpAdapter `
7
+ * Added: support for a Google Maps API key
8
+ * Added: premium support to ` GeocoderCaProvider ` + tests
9
+ * Added: test against ` hhvm-nightly ` on Travis-CI
10
+ * Updated: documentation
7
11
8
12
### 2.4.2 (2014-01-05) ###
9
13
Original file line number Diff line number Diff line change 33
33
},
34
34
"extra" : {
35
35
"branch-alias" : {
36
- "dev-master" : " 2.4 -dev"
36
+ "dev-master" : " 2.5 -dev"
37
37
}
38
38
}
39
39
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
22
22
/**
23
23
* Version
24
24
*/
25
- const VERSION = '2.4.3-dev ' ;
25
+ const VERSION = '2.5.0 ' ;
26
26
27
27
/**
28
28
* @var integer
You can’t perform that action at this time.
0 commit comments