Skip to content

Commit

Permalink
Merge pull request #54 from yoomoney/release/v2.2.6
Browse files Browse the repository at this point in the history
Release/2.2.6
  • Loading branch information
tonchik-tm authored Jan 21, 2022
2 parents 8415cc1 + 4ebafcb commit 0bbd87d
Show file tree
Hide file tree
Showing 303 changed files with 607 additions and 604 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ matrix:
include:
- php: 5.5
dist: trusty
# - php: 5.4
# dist: precise
- php: 5.4
dist: trusty
# - php: 5.3
# dist: precise

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v2.2.6 от 21.01.2022
* Откат поддержки psr/log версий 2 и 3

### v2.2.5 от 28.12.2021
* Добавлен метод проверки IP адреса уведомления от Юkassa среди известных адресов Юkassa
* Добавлены тесты
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"email": "[email protected]"
}
],
"version": "2.2.5",
"version": "2.2.6",
"require": {
"php": ">=5.3.0",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"psr/log": "^1.0 || ^2.0 || ^3.0"
"psr/log": "^1.0"
},
"require-dev": {
"ext-xml": "*",
Expand Down
4 changes: 2 additions & 2 deletions docs/classes/JsonSerializable.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ public jsonSerialize() : mixed

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
4 changes: 2 additions & 2 deletions docs/classes/YooKassa-Client-ApiClientInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,6 @@ public setConfig(array $config) : mixed

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
4 changes: 2 additions & 2 deletions docs/classes/YooKassa-Client-BaseClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,6 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : mixed

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
4 changes: 2 additions & 2 deletions docs/classes/YooKassa-Client-CurlClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,6 @@ public setTimeout(int $timeout) : mixed

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
4 changes: 2 additions & 2 deletions docs/classes/YooKassa-Client-UserAgent.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,6 @@ public setModule(string $name, string $version) : mixed

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
6 changes: 3 additions & 3 deletions docs/classes/YooKassa-Client.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ DEFAULT_ATTEMPTS_COUNT = 3
Текущая версия библиотеки

```php
SDK_VERSION = '2.2.5'
SDK_VERSION = '2.2.6'
```


Expand Down Expand Up @@ -2168,6 +2168,6 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : mixed

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
4 changes: 2 additions & 2 deletions docs/classes/YooKassa-Common-AbstractEnum.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ Static public valueExists(mixed $value) : bool

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
4 changes: 2 additions & 2 deletions docs/classes/YooKassa-Common-AbstractObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,6 @@ protected getUnknownProperties() : array

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
4 changes: 2 additions & 2 deletions docs/classes/YooKassa-Common-AbstractPaymentRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,6 @@ protected setValidationError(string $value) : mixed

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
4 changes: 2 additions & 2 deletions docs/classes/YooKassa-Common-AbstractPaymentRequestBuilder.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,6 @@ protected initCurrentObject() : self

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
4 changes: 2 additions & 2 deletions docs/classes/YooKassa-Common-AbstractRefundRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,6 @@ protected setValidationError(string $value) : mixed

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
4 changes: 2 additions & 2 deletions docs/classes/YooKassa-Common-AbstractRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,6 @@ protected setValidationError(string $value) : mixed

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
4 changes: 2 additions & 2 deletions docs/classes/YooKassa-Common-AbstractRequestBuilder.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,6 @@ Abstract protected initCurrentObject() : \YooKassa\Common\AbstractRequest

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
4 changes: 2 additions & 2 deletions docs/classes/YooKassa-Common-Exceptions-ApiException.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
4 changes: 2 additions & 2 deletions docs/classes/YooKassa-Common-Exceptions-AuthorizeException.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ public getProperty() : string

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ Constructor

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
4 changes: 2 additions & 2 deletions docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ public getProperty() : string

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ public getValue() : mixed

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ public getType() : string

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ public getRequestObject() : \YooKassa\Common\AbstractRequest|null

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
4 changes: 2 additions & 2 deletions docs/classes/YooKassa-Common-Exceptions-JsonException.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ public __construct(mixed $message = "", mixed $code, mixed $previous =

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
4 changes: 2 additions & 2 deletions docs/classes/YooKassa-Common-Exceptions-NotFoundException.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
4 changes: 2 additions & 2 deletions docs/classes/YooKassa-Common-HttpVerb.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,6 @@ Static public valueExists(mixed $value) : bool

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
4 changes: 2 additions & 2 deletions docs/classes/YooKassa-Common-LoggerWrapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,6 @@ that are not necessarily wrong.

---

This document was automatically generated from source code comments on 2021-12-28 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-01-21 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
© 2022 YooMoney
Loading

0 comments on commit 0bbd87d

Please sign in to comment.