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
44
55## 2.4.0 (in progress)
66
7+ + [ #61 ] ( https://github.com/php-mod/curl/issues/61 ) Adjust user agent version to latest version.
78+ [ #74 ] ( https://github.com/php-mod/curl/pull/75 ) Fixed PHPDoc Block, Added more Unit Tests.
89+ Added GitHub Actions Tests (from 5.6 - 8.0)
910
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ class Curl
6666 /**
6767 * @var string The user agent name which is set when making a request
6868 */
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) ' ;
7070
7171 private $ _cookies = array ();
7272
You can’t perform that action at this time.
0 commit comments