Skip to content

Commit 1da4f6e

Browse files
authored
Merge pull request #24 from ionutcalara/master
Added currencies class to allow fetching exponent data
2 parents a1cd5dd + 6710c14 commit 1da4f6e

File tree

4 files changed

+1212
-1
lines changed

4 files changed

+1212
-1
lines changed

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## Paylike client (PHP)
88

9+
## 1.0.4 - 2018-12-05
10+
### Added
11+
- Currencies class to allow plugins to fetch exponent data directly
912

1013
## 1.0.3 - 2018-09-20
1114
### Changed

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.3",
4+
"version": "1.0.4",
55
"license": "MIT",
66
"authors": [
77
{

0 commit comments

Comments
 (0)