Skip to content

Releases: sandorian/moneybird-api-php

v0.2.6

07 Jan 16:24
5448bde

Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

07 Jan 10:45
7247ed9

Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

07 Jan 10:26
fde01b4

Choose a tag to compare

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

Full Changelog: v0.2.3...v0.2.4

v0.2.3

27 Nov 15:23
3dd30a2

Choose a tag to compare

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

25 Nov 19:55
8b7a2e0

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

01 May 13:57
e70b1c8

Choose a tag to compare

Courtesy of @jeffreyvanhees 😎 .

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

28 Apr 07:56
3ca8024

Choose a tag to compare

What's Changed

New Contributors

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

16 Apr 14:28
504d1c8

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

09 Apr 09:26
d63ee6f

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

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"
    }