File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. This projec
4
4
5
5
## 2.4.0 (in progress)
6
6
7
+ + [ #61 ] ( https://github.com/php-mod/curl/issues/61 ) Adjust user agent version to latest version.
7
8
+ [ #74 ] ( https://github.com/php-mod/curl/pull/75 ) Fixed PHPDoc Block, Added more Unit Tests.
8
9
+ Added GitHub Actions Tests (from 5.6 - 8.0)
9
10
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ class Curl
66
66
/**
67
67
* @var string The user agent name which is set when making a request
68
68
*/
69
- const USER_AGENT = 'PHP Curl/1.9 (+https://github.com/php-mod/curl) ' ;
69
+ const USER_AGENT = 'PHP Curl/2.4 (+https://github.com/php-mod/curl) ' ;
70
70
71
71
private $ _cookies = array ();
72
72
You can’t perform that action at this time.
0 commit comments