Skip to content

Commit 4ce1e43

Browse files
chore(release): 1.0.0
1 parent 7d9fe18 commit 4ce1e43

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

.versionrc.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"header": "# PHP-Library Changelog",
3+
"tagPrefix": "",
4+
"bumpfiles": [
5+
{
6+
"filename": "composer.json",
7+
"type": "json"
8+
}
9+
]
10+
}
11+

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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/",
@@ -34,7 +34,7 @@
3434
"minimum-stability": "dev",
3535
"autoload": {
3636
"psr-4": {
37-
"RatePAY\\" : "src/"
37+
"RatePAY\\": "src/"
3838
}
3939
},
4040
"autoload-dev": {

0 commit comments

Comments
 (0)