We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668d4df commit 86187aeCopy full SHA for 86187ae
2 files changed
CHANGE_LOG.md
@@ -1,6 +1,9 @@
1
Sephpa - Change Log
2
===============
3
4
+## 2.1.1 - Mar 4, '21
5
+- Updated SepaUtilities to 1.3.3
6
+
7
## 2.1.0 - Mar 4, '21
8
- **changed**: renamed property key `dbtrPstlAdr` to `pstlAdr` for simplicity.
9
The old key still works for backward compatibility, but is deprecated from now on.
composer.json
@@ -29,7 +29,7 @@
29
"php": ">=7.1",
30
"ext-xml": "*",
31
"ext-simplexml": "*",
32
- "abcaeffchen/sepa-utilities": "^1.3.2"
+ "abcaeffchen/sepa-utilities": "^1.3.3"
33
},
34
"require-dev": {
35
"ext-dom": "*",
0 commit comments