Releases: sandorian/moneybird-api-php
Releases · sandorian/moneybird-api-php
v0.2.6
What's Changed
- Add OpenAPI spec documentation and fix 5 API bugs by @sandervanhooft in #51
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- Fix GitHub Actions workflow failure by @sandervanhooft in #50
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Fix make SalesInvoice.reference nullable (according to api docs) by @robindirksen1 in #48
- allowed_document_types is array instead of bool in LedgerAccount by @robindirksen1 in #47
- Fix: LinkBookingToFinancialMutationRequest doesn't return resource by @jorisvanandel in #46
- Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in #49
New Contributors
- @robindirksen1 made their first contribution in #48
Full Changelog: v0.2.3...v0.2.4
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" }