mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-21 15:40:49 +00:00
Bump version: 9.14.0 → 9.14.1
This commit is contained in:
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
|
||||
|
||||
<!-- CHANGELOG_PLACEHOLDER -->
|
||||
|
||||
## 9.14.1 - 2023-02-27
|
||||
|
||||
- Remove coding standard ruleset exclusion ([#768](https://github.com/php-curl-class/php-curl-class/pull/768))
|
||||
|
||||
## 9.14.0 - 2023-02-26
|
||||
|
||||
- Make https:// and http:// the allowed request protocols by default ([#767](https://github.com/php-curl-class/php-curl-class/pull/767))
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ use Curl\Url;
|
||||
|
||||
class Curl extends BaseCurl
|
||||
{
|
||||
const VERSION = '9.14.0';
|
||||
const VERSION = '9.14.1';
|
||||
const DEFAULT_TIMEOUT = 30;
|
||||
|
||||
public $curl = null;
|
||||
|
||||
Reference in New Issue
Block a user