-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Timon de Groot
committed
Jun 19, 2020
1 parent
e3a62e7
commit 253f190
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
### Added | ||
- Invoice and invoice lines API endpoint. | ||
- Transactions API endpoint. | ||
- Unit tests for all resources. | ||
### Changed | ||
- Resource type is now integrated in endpoint implementations. | ||
### Fixed | ||
- ID not present in payload for update subscription. | ||
- PostalCode not set for Customer. | ||
|
||
## [0.3.0] - 2019-11-27 | ||
### Changed | ||
- Changed vendor name from Marissen to Mooore. | ||
|
||
## [0.2.0] - 2019-09-05 | ||
### Added | ||
- PHP version check to make sure we're running on the right version. | ||
|
||
## [0.1.1] - 2019-04-25 | ||
### Added | ||
- Passing extra attributes to Customer::createSubscription and SubscriptionPlan::createSubscription() is now possible. | ||
### Changed | ||
- Moved status values from inplace strings to class constants in resource Subscription. | ||
|
||
## [0.1.0] - 2019-04-05 | ||
### Added | ||
- Initial release. |