-
Notifications
You must be signed in to change notification settings - Fork 12
/
changelog.txt
43 lines (32 loc) · 1.09 KB
/
changelog.txt
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# 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.8 - 2020-09-8
### Added
- Add merchant apps support.
## 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
## 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