Skip to content

Commit ea4ad5b

Browse files
chore(release): 1.8.0
1 parent 29eae73 commit ea4ad5b

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
## [1.8.0](https://github.com/ratepay/php-library/compare/1.7.0...1.8.0) (2022-03-28)
3+
4+
5+
### Features
6+
7+
* add handling for fatal errors by the gateway ([#25](https://github.com/ratepay/php-library/issues/25)) ([29eae73](https://github.com/ratepay/php-library/commit/29eae7378d061e423e501d078a9d31d1e5f8db8c))
8+
29
## [1.7.0](https://github.com/ratepay/php-library/compare/1.6.1...1.7.0) (2022-02-01)
310

411

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RatePAY Integration Toolkit for PHP
55
| Repository | Common RatePAY PHP Library
66
|------------|----------
77
| Author | Eduardo Iriarte-Mendez
8-
| Version | `1.7.0` [Changelog](./CHANGELOG.md)
8+
| Version | `1.8.0` [Changelog](./CHANGELOG.md)
99
| Link | http://www.ratepay.com
1010
| Mail | integration@ratepay.com
1111

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ratepay/php-library",
33
"description": "Ratepay Payment-API PHP Library",
4-
"version": "1.7.0",
4+
"version": "1.8.0",
55
"license": "MIT",
66
"type": "library",
77
"homepage": "https://ratepay.gitbook.io/docs/",

src/Model/Request/SubModel/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Constants
2323
/**
2424
* Library version.
2525
*/
26-
const LIBRARY_VERSION = '1.7.0';
26+
const LIBRARY_VERSION = '1.8.0';
2727

2828
/**
2929
* Supported RatePAY API version.

0 commit comments

Comments
 (0)