Releases: picqer/moneybird-php-client
Releases · picqer/moneybird-php-client
v0.6.0
v0.5.1
Added missing factory for RecurringSalesInvoiceDetail
v0.5.0
- Ability to download a SalesInvoice (get PDF contents) by @bjornpost
- Updated README examples with the download method
v0.4.0
- Add desired count to recurring invoices
- Find customer by id method added, as suggested in #23
- Add sales invoice custom fields #37
- Fixed json encoding #36
- Added synchronizable trait #39
- Added
version
to SalesInvoice
Thanks @jorisleker
- Renamed url to endpoint property, fixes issue with duplicate naming #34
- Bugfix for namespaces and webhooks #35
- Introduced class to send bundled invoices #38
- Removed findOne trait for webhooks #32
- Make it possible to add a note to SalesInvoice #31
Thanks @roelvanduijnhoven
- Added filter for PurchaseInvoice to get all invoices no matter what year it is #26
- Added filter for estimates so you can receive all estimates from your administration #25
Thank you @dannyvw
Thanks for all the great contributions!
v0.3.3
Merge pull request #22 from dannyvw/feature/contact-custom-field Added name to ContactCustomField
v0.3.2
Fixed missing estimate factory
v0.3.1
Bugfix for trying to update contact with empty custom_fields
v0.3.0
v0.2.1
Merge pull request #8 from markvds/master Added 'period' as fillable attribute for SalesInvoiceDetail