Releases: picqer/moneybird-php-client
Releases · picqer/moneybird-php-client
v0.26.0
- Adds ability to download UBL and Package slip for
SalesInvoice
#215 by @holtkamp - Adds
User
entity and fixesTimeEntry
#216 by @arondeparon
v0.25.0
- Add support for time entries #214 by @arondeparon
v0.24.1
- Update estimates with recent API-attribute changes #213 by @robindirksen1
v0.24.0
-
SalesInvoice: Add marked_dubious_on, marked_uncollectible_on #205 by @roydejong
-
Add time_entries as default scope #207 by @robindirksen1
-
Add "addNote" method to Estimate #209 by @robindirksen1
-
Move notes on entities to Notable trait #210 by @robindirksen1
-
PHP 5.6 minimal requirement, up from 5.5 #211
v0.23.1
- Error with dirty attributes (Fix #198) #199 by @robindirksen1
v0.23.0
- Update Readme with correct administration example #193 by @markvaneijk
- Add a dirty attributes check to the model (issue #179) #182 by @robindirksen1
- Allow setting a custom guzzle client #194 by @it-can
- Add support for external sales invoices and adding an attachment to a receipt #195 by @manuelderuiter
v0.22.1
- Move SalesInvoice & Estimate download to the official endpoint #192 by @mbardelmeijer
v0.22.0
- We have added a transaction_identifier field to payments #189 by @robindirksen1
- Add missing properties to SalesInvoice model #187 by @dennisameling
v0.21.0
- Add currency attribute to Product entity #176 by @johmanx10
- Allow entities to define JSON options #174 by @johmanx10
- Add register payment for credit invoices #177 by @Wouter0100
- Add ability to delete sales payment #178 by @Wouter0100
- Apply fixes from StyleCI #184
- SalesInvoice and Estimate entities make use of received data #185 by @roelvanduijnhoven
- Fix: Saving custom fields causes: Cannot use object of type stdClass as array #183 by @Fleuv
v0.20.1
- Added events attribute to webhook entity