We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49bdfec commit 79ad9e6Copy full SHA for 79ad9e6
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [5.1.1] - 2021-07-13
10
+### Changed
11
+- Removal of phone number filtering in PhoneNumber value object.
12
+
13
## [5.1.0] - 2021-06-01
14
### Changed
15
- Deprecation of duplicate method TransactionResponse->getPaymentLink().
composer.json
@@ -3,7 +3,7 @@
3
"description": "MultiSafepay PHP SDK",
4
"type": "library",
5
"license": "MIT",
- "version": "5.1.0",
+ "version": "5.1.1",
"require": {
"php": "^7.2|^8.0",
"ext-json": "*",
src/Util/Version.php
@@ -17,7 +17,7 @@
17
*/
18
class Version
19
{
20
- const SDK_VERSION = '5.1.0';
+ const SDK_VERSION = '5.1.1';
21
22
/**
23
* @var Version
0 commit comments