File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ### 2.1.0 (December 2 2020)
4+
5+ - Deprecate PHP 7.2 support.
6+ - Add support for PHP 8.0.
7+
38### 2.0.0 (November 2020)
49
510- A ` guzzle_opts ` option is supported in the settings, which allows full Guzzle
Original file line number Diff line number Diff line change 4848 },
4949 "extra" : {
5050 "branch-alias" : {
51- "dev-master" : " 2.0 -dev"
51+ "dev-master" : " 2.1 -dev"
5252 }
5353 },
5454 "config" : {
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ public function getRequestDetails(string $ip_address)
139139 private function buildHeaders ()
140140 {
141141 $ headers = [
142- 'user-agent ' => 'IPinfoClient/PHP/2.0 ' ,
142+ 'user-agent ' => 'IPinfoClient/PHP/2.1 ' ,
143143 'accept ' => 'application/json ' ,
144144 ];
145145
You can’t perform that action at this time.
0 commit comments