Skip to content

Commit aeae3a5

Browse files
committed
Prepare 2.6.0 release
1 parent b170e11 commit aeae3a5

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
CHANGELOG
22
=========
33

4-
### 2.5.1 (????-??-??) ###
5-
6-
n/a
4+
### 2.6.0 (2014-09-02) ###
5+
6+
* Added: `region` and `regionCode` to GeoIP2Provider
7+
* Added: throw `InvalidCredentialsException` with GoogleMapsBusinessProvider
8+
* Added: support in MapQuestProvider for licensed endpoints (#318)
9+
* Added: it is now possible to set the user agent in `CurlHttpAdapter`
10+
* Fixed: google maps provider test
11+
* Fixed: GeoPlugin returns 206 for anonymous proxies
12+
* Removed: Google's sensor parameter
13+
* Updated: Travis-CI config, doc, tests
714

815
### 2.5.0 (2014-05-16) ###
916

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.5-dev"
38+
"dev-master": "2.6-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.5.1-dev';
25+
const VERSION = '2.6.0';
2626

2727
/**
2828
* @var integer

0 commit comments

Comments
 (0)