Skip to content

Commit

Permalink
Release of 5.13.0 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcivit authored Apr 16, 2024
1 parent 9f8af8a commit b88fa07
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.13.0] - 2024-04-16
### Added
+ PHPSDK-151: Update Gateways::SHOPPING_CART_REQUIRED_GATEWAYS adding 'BNPL_INST', 'IN3B2B', 'SANTANDER', 'ZINIA', 'ZINIA_IN3', 'BNPL_OB', 'BNPL_MF' gateways codes

## [5.12.1] - 2024-03-11
### Fixed
+ PHPSDK-146: Fix ApiException not being hinted as a thrown exception, even though it is, by fixing the PHP DocBlocks @throws tags
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "MultiSafepay PHP SDK",
"type": "library",
"license": "MIT",
"version": "5.12.1",
"version": "5.13.0",
"require": {
"php": "^7.2|^8.0",
"ext-json": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/Util/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
class Version
{
public const SDK_VERSION = '5.12.1';
public const SDK_VERSION = '5.13.0';

/**
* @var Version
Expand Down

0 comments on commit b88fa07

Please sign in to comment.