Skip to content

Releases: picqer/moneybird-php-client

v0.6.0

15 Jul 14:06
Compare
Choose a tag to compare

Filters can now be applied when listing versions (synchronizable).
Thanks @it-can

v0.5.1

06 Jun 06:31
Compare
Choose a tag to compare
Added missing factory for RecurringSalesInvoiceDetail

v0.5.0

24 May 07:25
Compare
Choose a tag to compare
  • Ability to download a SalesInvoice (get PDF contents) by @bjornpost
  • Updated README examples with the download method

v0.4.0

11 May 15:04
Compare
Choose a tag to compare
  • 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

07 Mar 07:45
Compare
Choose a tag to compare
Merge pull request #22 from dannyvw/feature/contact-custom-field

Added name to ContactCustomField

v0.3.2

04 Mar 05:54
Compare
Choose a tag to compare
Fixed missing estimate factory

v0.3.1

15 Feb 20:06
Compare
Choose a tag to compare
Bugfix for trying to update contact with empty custom_fields

v0.3.0

04 Feb 19:11
Compare
Choose a tag to compare
  • Removed authentication check for #5
  • Added SalesInvoiceDetails
  • Added PurchaseInvoiceDetails
  • Generalized InvoiceDetails

Thanks to commits by @EliasZ and @Ugoku

v0.2.1

08 Jan 17:05
Compare
Choose a tag to compare
Merge pull request #8 from markvds/master

Added 'period' as fillable attribute for SalesInvoiceDetail

v0.2.0

22 Dec 08:54
Compare
Choose a tag to compare

add findByInvoiceId method to SalesInvoice
add registerPayment method to SalesInvoice
Thanks @EliasZ

Fixed ability to use isset() on dynamic properties