File tree 3 files changed +8
-4
lines changed
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.6.1 (????-??-?? ) ###
4
+ ### 2.7.0 (2014-09-14 ) ###
5
5
6
- n/a
6
+ * Added: ** new** provider: ` OpenCageProvider `
7
+ [ geocoder.opencagedata.com] ( http://geocoder.opencagedata.com/ )
8
+ * Fixed: ` MapQuestProvider ` when no relevant data are fetched
9
+ * Fixed: Ensure mb ` formatString ` is congruent to standard ` ucwords() `
10
+ functionality
7
11
8
12
### 2.6.0 (2014-09-02) ###
9
13
Original file line number Diff line number Diff line change 35
35
},
36
36
"extra" : {
37
37
"branch-alias" : {
38
- "dev-master" : " 2.6 -dev"
38
+ "dev-master" : " 2.7 -dev"
39
39
}
40
40
}
41
41
}
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.6.1-dev ' ;
25
+ const VERSION = '2.7.0 ' ;
26
26
27
27
/**
28
28
* @var integer
You can’t perform that action at this time.
0 commit comments