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.
66
77## Paylike client (PHP)
88
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+
921## 1.0.4 - 2018-12-05
1022### Added
1123- Currencies class to allow plugins to fetch exponent data directly
Original file line number Diff line number Diff line change 11{
22 "name" : " paylike/php-api" ,
33 "description" : " PHP SDK to communicate with the Paylike HTTP API" ,
4- "version" : " 1.0.5 " ,
4+ "version" : " 1.0.7 " ,
55 "license" : " MIT" ,
66 "authors" : [
77 {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Paylike
3131 */
3232 private $ api_key ;
3333
34- private $ version = '1.0.6 ' ;
34+ private $ version = '1.0.7 ' ;
3535
3636
3737 /**
You can’t perform that action at this time.
0 commit comments