File tree Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "header" : " # PHP-Library Changelog" ,
3+ "tagPrefix" : " " ,
4+ "bumpfiles" : [
5+ {
6+ "filename" : " composer.json" ,
7+ "type" : " json"
8+ }
9+ ]
10+ }
11+
Original file line number Diff line number Diff line change 1+ # PHP-Library Changelog
2+ ## [ 1.0.0] ( http://bitbucket.ratepay.com:7999///compare/0.10.1...1.0.0 ) (2020-04-01)
3+
4+
5+ ### Features
6+
7+ * ** i18n:** add support for other languages ([ a57bfba] ( http://bitbucket.ratepay.com:7999///commit/a57bfba414ec22668640130874c899eef78b49e4 ) )
8+ * Add fax and mobile attributes to contacts model ([ 10b510f] ( http://bitbucket.ratepay.com:7999///commit/10b510f657d40eaa4fd8e60e640cf1980aa76df2 ) )
9+ * Add support for zero percent installment ([ f62331e] ( http://bitbucket.ratepay.com:7999///commit/f62331eaa2f4b9081dd1ca1f2a7c35f69486d053 ) )
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ RatePAY Integration Toolkit for PHP
44
55| Repository | Common RatePAY PHP Library
66|------------|----------
7- | Author | Marc Trösken, Eduardo Iriarte-Mendez
8- | Version | ` 0.10 .1`
7+ | Author | Eduardo Iriarte-Mendez
8+ | Version | ` 1.0 .1`
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 API PHP Library" ,
4- "version" : " 0.10.1 " ,
4+ "version" : " 1.0.0 " ,
55 "license" : " MIT" ,
66 "type" : " library" ,
77 "homepage" : " https://ratepay.gitbook.io/docs/" ,
3434 "minimum-stability" : " dev" ,
3535 "autoload" : {
3636 "psr-4" : {
37- "RatePAY\\ " : " src/"
37+ "RatePAY\\ " : " src/"
3838 }
3939 },
4040 "autoload-dev" : {
You can’t perform that action at this time.
0 commit comments