File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
src/Model/Request/SubModel Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## [ 1.6.0] ( https://github.com/ratepay/php-library/compare/1.5.1...1.6.0 ) (2022-01-25)
3+
4+
5+ ### Features
6+
7+ * implement 0% instalment calculation ([ #23 ] ( https://github.com/ratepay/php-library/issues/23 ) ) ([ 946cec6] ( https://github.com/ratepay/php-library/commit/946cec6287e9860647097960caec9f5520f81dc1 ) )
8+
29### [ 1.5.1] ( https://github.com/ratepay/php-library/compare/1.5.0...1.5.1 ) (2021-07-13)
310
411
Original file line number Diff line number Diff 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.5.1 ` [ Changelog] ( ./CHANGELOG.md )
8+ | Version | ` 1.6.0 ` [ Changelog] ( ./CHANGELOG.md )
99| Link | http://www.ratepay.com
1010| Mail | integration@ratepay.com
1111
Original file line number Diff line number Diff line change 11{
22 "name" : " ratepay/php-library" ,
33 "description" : " Ratepay Payment-API PHP Library" ,
4- "version" : " 1.5.1 " ,
4+ "version" : " 1.6.0 " ,
55 "license" : " MIT" ,
66 "type" : " library" ,
77 "homepage" : " https://ratepay.gitbook.io/docs/" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class Constants
2323 /**
2424 * Library version.
2525 */
26- const LIBRARY_VERSION = '1.5.1 ' ;
26+ const LIBRARY_VERSION = '1.6.0 ' ;
2727
2828 /**
2929 * Supported RatePAY API version.
You can’t perform that action at this time.
0 commit comments