File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## Paylike client (PHP)
8
8
9
+ ## 1.0.7 - 2020-09-2
10
+ ### Changed
11
+ - Update composer to separate dev dependencies and update php version requirement.
12
+
13
+ ## 1.0.6 - 2020-06-11
14
+ ### Added
15
+ - Add merchant lines endpoint support.
16
+
17
+ ## 1.0.5 - 2019-10-17
18
+ ### Changed
19
+ - Change Resource to Endpoint to avoid issue with reserved word.
20
+
9
21
## 1.0.4 - 2018-12-05
10
22
### Added
11
23
- Currencies class to allow plugins to fetch exponent data directly
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " paylike/php-api" ,
3
3
"description" : " PHP SDK to communicate with the Paylike HTTP API" ,
4
- "version" : " 1.0.5 " ,
4
+ "version" : " 1.0.7 " ,
5
5
"license" : " MIT" ,
6
6
"authors" : [
7
7
{
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Paylike
31
31
*/
32
32
private $ api_key ;
33
33
34
- private $ version = '1.0.6 ' ;
34
+ private $ version = '1.0.7 ' ;
35
35
36
36
37
37
/**
You can’t perform that action at this time.
0 commit comments