Skip to content

Commit c66f9f8

Browse files
authored
prepare-version-3-9-0] update version
1 parent cb337d1 commit c66f9f8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres
66
to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [3.9.0](https://github.com/unzerdev/php-sdk/compare/3.8.0..3.9.0)
9+
10+
### Changed
11+
12+
* Update paypage v2 styling parameter to match API changes.
13+
814
## [3.8.0](https://github.com/unzerdev/php-sdk/compare/3.7.0..3.8.0)
915

1016
Support for Paypage v2 is added to SDK.

src/Unzer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Unzer implements
5757
public const BASE_URL = 'api.unzer.com';
5858
public const API_VERSION = 'v1';
5959
public const SDK_TYPE = 'UnzerPHP';
60-
public const SDK_VERSION = '3.8.0';
60+
public const SDK_VERSION = '3.9.0';
6161

6262
/** @var string $key */
6363
private $key;

0 commit comments

Comments
 (0)