@@ -6,25 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 5.14.0] - 2024-07-08
10
+ ### Added
11
+ - PHPSDK-155: Throw ApiUnavailableException when API returns 501/503 HTTP codes
12
+ - PHPSDK-156: Add getGatewayId in TransactionResponse class
13
+
9
14
## [ 5.13.0] - 2024-04-16
10
15
### Added
11
- + PHPSDK-151: Update Gateways::SHOPPING_CART_REQUIRED_GATEWAYS adding 'BNPL_INST', 'IN3B2B', 'SANTANDER', 'ZINIA', 'ZINIA_IN3', 'BNPL_OB', 'BNPL_MF' gateways codes
16
+ - PHPSDK-151: Update Gateways::SHOPPING_CART_REQUIRED_GATEWAYS adding 'BNPL_INST', 'IN3B2B', 'SANTANDER', 'ZINIA', 'ZINIA_IN3', 'BNPL_OB', 'BNPL_MF' gateways codes
12
17
13
18
## [ 5.12.1] - 2024-03-11
14
19
### Fixed
15
- + PHPSDK-146: Fix ApiException not being hinted as a thrown exception, even though it is, by fixing the PHP DocBlocks @throws tags
20
+ - PHPSDK-146: Fix ApiException not being hinted as a thrown exception, even though it is, by fixing the PHP DocBlocks @throws tags
16
21
17
22
## [ 5.12.0] - 2023-12-01
18
23
### Added
19
- + PHPSDK-139: Add support to set var1, var2 and var3, within the OrderRequest object
20
- + PHPSDK-140: Add support to set custom_info, within the OrderRequest object, thanks to @DaanDeSmedt
24
+ - PHPSDK-139: Add support to set var1, var2 and var3, within the OrderRequest object
25
+ - PHPSDK-140: Add support to set custom_info, within the OrderRequest object, thanks to @DaanDeSmedt
21
26
22
27
## [ 5.11.2] - 2023-10-13
23
28
### Fixed
24
- + PHPSDK-134: Fix errors when only reference is set, within the CustomerDetails object
29
+ - PHPSDK-134: Fix errors when only reference is set, within the CustomerDetails object
25
30
26
31
### Changed
27
- + PHPSDK-136: Remove PluginDetails as mandatory from the Order Request
32
+ - PHPSDK-136: Remove PluginDetails as mandatory from the Order Request
28
33
29
34
## [ 5.11.1] - 2023-07-31
30
35
### Added
@@ -88,10 +93,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
93
89
94
## [ 5.5.0] - 2022-05-11
90
95
### Added
91
- + PHPSDK-90: Add MAESTRO tokens within the results of the CREDITCARD tokens request
96
+ - PHPSDK-90: Add MAESTRO tokens within the results of the CREDITCARD tokens request
92
97
93
98
### Changed
94
- + PHPSDK-91: Add trim on API key when initializing the SDK
99
+ - PHPSDK-91: Add trim on API key when initializing the SDK
95
100
96
101
## [ 5.4.0] - 2021-11-30
97
102
### Added
0 commit comments