Skip to content

Commit 830f365

Browse files
committed
Prepare 2.7.0 release
1 parent f72ba69 commit 830f365

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
CHANGELOG
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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"extra": {
3737
"branch-alias": {
38-
"dev-master": "2.6-dev"
38+
"dev-master": "2.7-dev"
3939
}
4040
}
4141
}

src/Geocoder/Geocoder.php

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)