Skip to content

Releases: picqer/moneybird-php-client

v0.14.0

21 Sep 08:31
Compare
Choose a tag to compare
  • Added version attribute to PurchaseInvoice #103 by @JeroenVanOort
  • Added missing product_id parameter for invoice detail. #99 by @mikeuding
  • Added missing version parameter for recurring sales invoices. #94 by @zeauw

v0.13.0

20 Jun 07:11
Compare
Choose a tag to compare

v0.12.0

08 May 07:05
Compare
Choose a tag to compare
  • Add support for pagination #79 by @pauluse
  • Add FinancialMutation::linkToBooking (and a start for better API testing) #85 by @holtkamp
  • Use class constants #86 by @holtkamp

v0.11.0

11 Apr 12:41
Compare
Choose a tag to compare

Makes FinancialMutition filterable and synchronizable. Thanks @holtkamp

v0.10.0

17 Feb 09:45
Compare
Choose a tag to compare
  • Add SalesInvoice fields to Estimate by @oblomovx
  • Fixed phpDocs by Paul Emich

v0.9.0

25 Jan 09:16
Compare
Choose a tag to compare
  • Implement Filterable and Synchronizable on recurring sales invoices #70
  • add GeneralJournalDocumentEntry #71
  • fix code example typo #72
  • add PurchaseInvoicePayment #75
  • Add frequency & frequency_type to Product entity #76

v0.8.0

30 Dec 12:16
Compare
Choose a tag to compare
  • Removed double fill #66
  • Added duplicateToCreditInvoice #69

v0.7.2

07 Dec 19:03
Compare
Choose a tag to compare

v0.7.1

17 Oct 14:31
Compare
Choose a tag to compare

v0.7.0

26 Sep 09:39
Compare
Choose a tag to compare
  • HTTP code in ApiException #54
  • Added synchronize trait to more entities #53

Thanks @EraYaN