mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 04:01:47 +00:00
Bump version: 9.14.2 → 9.14.3
This commit is contained in:
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
|
||||
|
||||
<!-- CHANGELOG_PLACEHOLDER -->
|
||||
|
||||
## 9.14.3 - 2023-03-13
|
||||
|
||||
- Remove use of array_merge() inside loop ([#774](https://github.com/php-curl-class/php-curl-class/pull/774))
|
||||
|
||||
## 9.14.2 - 2023-03-09
|
||||
|
||||
- Clean up: Reduce nesting ([#771](https://github.com/php-curl-class/php-curl-class/pull/771))
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ use Curl\Url;
|
||||
|
||||
class Curl extends BaseCurl
|
||||
{
|
||||
const VERSION = '9.14.2';
|
||||
const VERSION = '9.14.3';
|
||||
const DEFAULT_TIMEOUT = 30;
|
||||
|
||||
public $curl = null;
|
||||
|
||||
Reference in New Issue
Block a user