Skip to content

Commit

Permalink
Merge pull request #32 from ionutcalara/master
Browse files Browse the repository at this point in the history
Update version and changelog
  • Loading branch information
ionutcalara authored Sep 2, 2020
2 parents 4e9dd13 + 5b7f954 commit 2f53d8b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Paylike client (PHP)

## 1.0.7 - 2020-09-2
### Changed
- Update composer to separate dev dependencies and update php version requirement.

## 1.0.6 - 2020-06-11
### Added
- Add merchant lines endpoint support.

## 1.0.5 - 2019-10-17
### Changed
- Change Resource to Endpoint to avoid issue with reserved word.

## 1.0.4 - 2018-12-05
### Added
- Currencies class to allow plugins to fetch exponent data directly
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "paylike/php-api",
"description": "PHP SDK to communicate with the Paylike HTTP API",
"version": "1.0.5",
"version": "1.0.7",
"license": "MIT",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/Paylike.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Paylike
*/
private $api_key;

private $version = '1.0.6';
private $version = '1.0.7';


/**
Expand Down

0 comments on commit 2f53d8b

Please sign in to comment.