Skip to content

Commit

Permalink
version bump to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Aug 6, 2019
1 parent 1ee2301 commit 59f6df4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,9 @@
## [Under development]

## [3.0.2] - 2019-08-06

- Fixed `DetailsResponse::getPayer()`: Payment method title might be missing, so a fallback was implemented ([@SilverFire])

## [3.0.1] - 2019-08-05

- Fixed insufficient IdempotencyKey uniqness in PurchaseRequest ([@SilverFire])
Expand All @@ -20,7 +24,8 @@
[andreyklochok@gmail.com]: https://github.com/tafid
[@BladeRoot]: https://github.com/BladeRoot
[bladeroot@gmail.com]: https://github.com/BladeRoot
[Under development]: https://github.com/hiqdev/omnipay-yandex-kassa/compare/3.0.0...HEAD
[Under development]: https://github.com/hiqdev/omnipay-yandex-kassa/compare/3.0.1...HEAD
[3.0.0]: https://github.com/hiqdev/omnipay-yandex-kassa/releases/tag/3.0.0
[Development started]: https://github.com/hiqdev/omnipay-yandex-kassa/compare/2.0.0...Development started
[3.0.1]: https://github.com/hiqdev/omnipay-yandex-kassa/compare/3.0.0...3.0.1
[3.0.2]: https://github.com/hiqdev/omnipay-yandex-kassa/compare/3.0.1...3.0.2
9 changes: 8 additions & 1 deletion history.md
@@ -1,5 +1,10 @@
## [Under development]

## [3.0.2] - 2019-08-06

- Fixed `DetailsResponse::getPayer()`: Payment method title might be missing, so a fallback was implemented
- [1ee2301] 2019-08-06 Payment method title may be missing. Fallback implemented [@SilverFire]

## [3.0.1] - 2019-08-05

- Fixed insufficient IdempotencyKey uniqness in PurchaseRequest
Expand Down Expand Up @@ -34,10 +39,12 @@
[d9eb38a]: https://github.com/hiqdev/omnipay-yandex-kassa/commit/d9eb38a
[da2a11b]: https://github.com/hiqdev/omnipay-yandex-kassa/commit/da2a11b
[32b9724]: https://github.com/hiqdev/omnipay-yandex-kassa/commit/32b9724
[Under development]: https://github.com/hiqdev/omnipay-yandex-kassa/compare/3.0.0...HEAD
[Under development]: https://github.com/hiqdev/omnipay-yandex-kassa/compare/3.0.1...HEAD
[332f075]: https://github.com/hiqdev/omnipay-yandex-kassa/commit/332f075
[b8d9e65]: https://github.com/hiqdev/omnipay-yandex-kassa/commit/b8d9e65
[3.0.0]: https://github.com/hiqdev/omnipay-yandex-kassa/releases/tag/3.0.0
[Development started]: https://github.com/hiqdev/omnipay-yandex-kassa/compare/2.0.0...Development started
[8d15076]: https://github.com/hiqdev/omnipay-yandex-kassa/commit/8d15076
[3.0.1]: https://github.com/hiqdev/omnipay-yandex-kassa/compare/3.0.0...3.0.1
[1ee2301]: https://github.com/hiqdev/omnipay-yandex-kassa/commit/1ee2301
[3.0.2]: https://github.com/hiqdev/omnipay-yandex-kassa/compare/3.0.1...3.0.2
2 changes: 1 addition & 1 deletion version
@@ -1 +1 @@
omnipay-yandex-kassa 3.0.1 2019-08-05 20:22:20 +0300 8d15076294dcbf499f2c4378b1e40888da4fb7f4
omnipay-yandex-kassa 3.0.2 2019-08-06 13:50:48 +0300 1ee2301b2febcdaaf1e4680ad65bc289b8287d32

0 comments on commit 59f6df4

Please sign in to comment.