File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 5.19.0] - 2026-01-15
10+ ### Added
11+ - PLGMAG2V2-881: Add a method to easily retrieve the payment_options from the OrderRequest
12+ - PHPSDK-184: Add the PaymentData object to an OrderRequest, thanks to @firstred
13+ - PHPSDK-185: Add all the properties of a CaptureRequest, thanks to @firstred
14+ - PHPSDK-186: Add the capture property to an OrderRequest, thanks to @firstred
15+ - PHPSDK-68: Add a cleaner function for checking order status completed
16+
17+ ### Fixed
18+ - PHPSDK-69: Fix type error when trying to retrieve shopping cart from TransactionResponse that does not have it
19+
920## [ 5.18.0] - 2025-10-15
1021### Added
1122- PHPSDK-178: Extend PaymentDetails object, including Card Payment related information
Original file line number Diff line number Diff line change 33 "description" : " MultiSafepay PHP SDK" ,
44 "type" : " library" ,
55 "license" : " OSL-3.0" ,
6- "version" : " 5.18 .0" ,
6+ "version" : " 5.19 .0" ,
77 "require" : {
88 "php" : " ^7.2|^8.0" ,
99 "ext-json" : " *" ,
Original file line number Diff line number Diff line change 1717 */
1818class Version
1919{
20- public const SDK_VERSION = '5.18 .0 ' ;
20+ public const SDK_VERSION = '5.19 .0 ' ;
2121
2222 /**
2323 * @var Version
You can’t perform that action at this time.
0 commit comments