File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ### 2.2.0 (April 22nd 2021)
4+
5+ - Added Maps integration.
6+ - Added versioned cache keys.
7+ This allows more reliable changes to cached data in the future without
8+ causing confusing incompatibilities. This should be transparent to the user.
9+ This is primarily useful for users with persistent cache implementations.
10+
311### 2.1.1 (January 12 2021)
412
513- Bug fix issue reported in Laravel SDK
Original file line number Diff line number Diff line change 4848 },
4949 "extra" : {
5050 "branch-alias" : {
51- "dev-master" : " 2.1 -dev"
51+ "dev-master" : " 2.2 -dev"
5252 }
5353 },
5454 "config" : {
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ public function getMapUrl($ips)
169169 private function buildHeaders ()
170170 {
171171 $ headers = [
172- 'user-agent ' => 'IPinfoClient/PHP/2.1 ' ,
172+ 'user-agent ' => 'IPinfoClient/PHP/2.2 ' ,
173173 'accept ' => 'application/json ' ,
174174 ];
175175
You can’t perform that action at this time.
0 commit comments