Releases: sandorian/moneybird-api-php
Releases · sandorian/moneybird-api-php
v0.2.3
What's Changed
- [Fix] Body of LinkBookingToFinancialMutationRequest does not have to be encapsulated by @jorisvanandel in #45
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Make discount property of sales invoice nullable by @jeffreyvanhees in #35
- Make draft_id property of sales invoice nullable by @jeffreyvanhees in #36
- [Fix] Use PATCH method for LinkBookingToFinancialMutationRequest by @jorisvanandel in #43
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Courtesy of @jeffreyvanhees 😎 .
What's Changed
- Contact's lastname should be nullable by @jeffreyvanhees in #32
- Fix createDtoFromResponse for GetTaxRatesPageRequest.php by @jeffreyvanhees in #34
- Let total_discount of SalesInvoice accept int and string by @jeffreyvanhees in #31
- Let
tax_number_validof Contact accept boolean and string by @jeffreyvanhees in #30
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Fix pagination for recurring sales invoices by @stayallive in #27
- Make
tax_number_validboolean by @jeffreyvanhees in #25 - Feature: add default rate limiter by @sandervanhooft in #29
New Contributors
- @stayallive made their first contribution in #27
- @jeffreyvanhees made their first contribution in #25
Feedback and contributions are welcome.
Important Notes
-
This is an alpha release and subject to breaking changes.
-
Actively evolving: we strongly recommend pinning your installation to avoid unexpected issues:
"require": { "sandorian/moneybird-api-php": "^0.1.0" }
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Add link header rfc5988 parser for Moneybird pagination links by @sandervanhooft in #24
Full Changelog: v0.1.0...v0.1.1
v0.1.0
First release 🎉
Full documentation can be found at moneybird.sandorian.com .
Feedback and contributions are welcome.
Important Notes
-
This is an alpha release and subject to breaking changes.
-
Actively evolving: we strongly recommend pinning your installation to avoid unexpected issues:
"require": { "sandorian/moneybird-api-php": "^0.1.0" }