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 11CHANGELOG
22=========
33
4- ### 2.6.1 (????-??-?? ) ###
4+ ### 2.7.0 (2014-09-14 ) ###
55
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
711
812### 2.6.0 (2014-09-02) ###
913
Original file line number Diff line number Diff line change 3535 },
3636 "extra" : {
3737 "branch-alias" : {
38- "dev-master" : " 2.6 -dev"
38+ "dev-master" : " 2.7 -dev"
3939 }
4040 }
4141}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
2222 /**
2323 * Version
2424 */
25- const VERSION = '2.6.1-dev ' ;
25+ const VERSION = '2.7.0 ' ;
2626
2727 /**
2828 * @var integer
You can’t perform that action at this time.
0 commit comments