Skip to content

Commit 5a8350e

Browse files
committed
release version 2.0.15
1 parent 8aeb154 commit 5a8350e

23 files changed

+49
-49
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 HTTP client extension Change Log
22
================================================
33

4-
2.0.15 under development
5-
------------------------
4+
2.0.15 May 22, 2023
5+
-------------------
66

77
- Bug #224: Parse content when it is not an empty string (pawmaster)
88
- Bug #226: Fix error in debug panel due to PHP 8.1 deprecation of implicit float to int conversion (lacek)

src/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient;

src/CurlFormatter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient;

src/CurlTransport.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient;

src/Exception.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient;

src/FormatterInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient;

src/JsonFormatter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient;

src/JsonParser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient;

src/Message.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient;

src/MockTransport.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient;

src/ParserInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient;

src/Request.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient;
@@ -15,7 +15,7 @@
1515
*
1616
* @property string $fullUrl Full target URL.
1717
* @property string $method Request method.
18-
* @property-read array $options Request options. This property is read-only.
18+
* @property-read array $options Request options.
1919
* @property string|array $url Target URL or URL parameters.
2020
*
2121
* @author Paul Klimov <klimov.paul@gmail.com>

src/RequestEvent.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient;

src/Response.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient;
@@ -13,8 +13,8 @@
1313
/**
1414
* Response represents HTTP request response.
1515
*
16-
* @property-read bool $isOk Whether response is OK. This property is read-only.
17-
* @property-read string $statusCode Status code. This property is read-only.
16+
* @property-read bool $isOk Whether response is OK.
17+
* @property-read string $statusCode Status code.
1818
*
1919
* @author Paul Klimov <klimov.paul@gmail.com>
2020
* @since 2.0

src/StreamTransport.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient;

src/Transport.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient;

src/UrlEncodedFormatter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient;

src/UrlEncodedParser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient;

src/XmlFormatter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient;

src/XmlParser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient;

src/debug/HttpClientPanel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient\debug;

src/debug/RequestExecuteAction.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient\debug;

src/debug/SearchModel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\httpclient\debug;

0 commit comments

Comments
 (0)