Skip to content

Commit 2f53d8b

Browse files
authored
Merge pull request #32 from ionutcalara/master
Update version and changelog
2 parents 4e9dd13 + 5b7f954 commit 2f53d8b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

changelog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
{

src/Paylike.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)