File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
17
18
18
### Security
19
19
20
+ ## [ 0.3.0] - 2019-08-29
21
+ ### Added
22
+ - Added examples (/examples) for the server to server checkout integration
23
+
24
+ ### Changed
25
+ - Use native PHP 5.5 JsonSerializable on Date and Decimal serializer
26
+
27
+ ### Deprecated
28
+
29
+ ### Removed
30
+ - Drop support for PHP version lower than 5.6
31
+ - Remove custom JsonSerializer in favor on builtin JsonSerializable interface
32
+
33
+ ### Fixed
34
+
20
35
## [ 0.2.2] - 2017-11-22
21
36
### Added
22
37
@@ -66,7 +81,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
81
- API Client
67
82
- Business models
68
83
69
- [ Unreleased ] : https://github.com/aplazame/php-sdk/compare/v0.2.1...HEAD
84
+ [ Unreleased ] : https://github.com/aplazame/php-sdk/compare/v0.3.0...HEAD
85
+ [ 0.3.0 ] : https://github.com/aplazame/php-sdk/compare/v0.2.2...v0.3.0
86
+ [ 0.2.2 ] : https://github.com/aplazame/php-sdk/compare/v0.2.1...v0.2.2
70
87
[ 0.2.1 ] : https://github.com/aplazame/php-sdk/compare/v0.2.0...v0.2.1
71
88
[ 0.2.0 ] : https://github.com/aplazame/php-sdk/compare/v0.1.0...v0.2.0
72
89
[ 0.1.0 ] : https://github.com/aplazame/php-sdk/commit/cd32febb1dfb0afd3a4916204a2efd07a60a4b5f
Original file line number Diff line number Diff line change 7
7
8
8
class ApiRequest extends Request
9
9
{
10
- const SDK_VERSION = '0.2.2 ' ;
10
+ const SDK_VERSION = '0.3.0 ' ;
11
11
const FORMAT_JSON = 'json ' ;
12
12
13
13
/**
You can’t perform that action at this time.
0 commit comments