File tree 3 files changed +12
-5
lines changed
3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
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
7
14
8
15
### 2.5.0 (2014-05-16) ###
9
16
Original file line number Diff line number Diff line change 35
35
},
36
36
"extra" : {
37
37
"branch-alias" : {
38
- "dev-master" : " 2.5 -dev"
38
+ "dev-master" : " 2.6 -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.5.1-dev ' ;
25
+ const VERSION = '2.6.0 ' ;
26
26
27
27
/**
28
28
* @var integer
You can’t perform that action at this time.
0 commit comments