Skip to content

Commit

Permalink
Release of 5.10.0 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcivit authored May 18, 2023
1 parent f997c8d commit 09bc8a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.10.0] - 2023-05-18
### Added
- PHPSDK-124: Add support to set the terminal ID within the OrderRequest, pushing a payment request to the Smart POS terminal

### Fixed
- PHPSDK-125: Improvement over the IPAddress class, adding in the PHP Docblock the exception it might throw up

## [5.9.0] - 2023-02-20
### Added
- DAVAMS-568: Add deprecated notice for GoogleAnalytics class. Will be removed in version 7.0.0
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.9.0",
"version": "5.10.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.9.0';
public const SDK_VERSION = '5.10.0';

/**
* @var Version
Expand Down

0 comments on commit 09bc8a2

Please sign in to comment.