forked from paylike/php-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.txt
More file actions
27 lines (20 loc) · 766 Bytes
/
changelog.txt
File metadata and controls
27 lines (20 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## Paylike client (PHP)
## 1.0.4 - 2018-12-05
### Added
- Currencies class to allow plugins to fetch exponent data directly
## 1.0.3 - 2018-09-20
### Changed
- Readme and test update to include specific examples of the filter argument
## 1.0.2 - 2018-09-12
### Changed
- Transactions and Merchants now support find and return a filter
### Removed
- Transactions and Merchants no longer have get method
## 1.0.1 - 2018-09-04
### Added
- This CHANGELOG file
- Transactions and Merchants bulk list methods and test