Skip to content
This repository was archived by the owner on Nov 7, 2021. It is now read-only.

Commit b8e0a3c

Browse files
committed
Release v0.6.0
1 parent 317655d commit b8e0a3c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# SwissPayment Changelog
22

3+
## 0.6.0 (2018-03-25)
4+
5+
* Enforce stricter validation of inputs.
6+
* Escape all inputs.
7+
* Added support for sanitization of user inputs.
8+
* Added support for 19 new currencies.
9+
* Set charge bearer of SEPA payments.
10+
311
## 0.5.0 (2017-03-07)
412

513
* Added support for transaction purposes.

Diff for: src/Z38/SwissPayment/Message/AbstractMessage.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function getSoftwareName()
8080
*/
8181
public function getSoftwareVersion()
8282
{
83-
return '0.5.0';
83+
return '0.6.0';
8484
}
8585

8686
/**

0 commit comments

Comments
 (0)