File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this project adheres
6
6
to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 3.13.0] ( https://github.com/unzerdev/php-sdk/compare/3.12.0..3.13.0 )
9
+
10
+ ### Changed
11
+
12
+ * Ensure type hints of nullable function parameters are explicitly defined as such to address deprecation warnings.
13
+ * Change paypage v2 test domain ending from ".io" to ".com".
14
+
8
15
## [ 3.12.0] ( https://github.com/unzerdev/php-sdk/compare/3.11.0..3.12.0 )
9
16
10
17
### Added
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ class Unzer implements
58
58
public const BASE_URL = 'api.unzer.com ' ;
59
59
public const API_VERSION = ApiVersions::V1 ;
60
60
public const SDK_TYPE = 'UnzerPHP ' ;
61
- public const SDK_VERSION = '3.12 .0 ' ;
61
+ public const SDK_VERSION = '3.13 .0 ' ;
62
62
63
63
/** @var string $key */
64
64
private $ key ;
You can’t perform that action at this time.
0 commit comments