Skip to content

Releases: vormkracht10/wefact-php

v0.6.0

30 Aug 12:59
a83a7cc
Compare
Choose a tag to compare

What's Changed

  • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #3
  • List all method by @Baspa in #4

New Contributors

  • @Baspa made their first contribution in #4

Full Changelog: v0.5.0...v0.6.0

v0.5.0: Wefact response now returns array if resource is not found (#2)

13 Jun 13:14
4a4c312
Compare
Choose a tag to compare
* Wefact response now returns array if resource is not found

v0.4.0

08 Jun 06:19
Compare
Choose a tag to compare

Change singular resource method names to plural.

v0.3.0

07 Jun 13:51
Compare
Choose a tag to compare

This release includes all remaining Invoice resource methods.

v0.2.0

07 Jun 11:39
Compare
Choose a tag to compare
  • Added default resource methods to all remaining resources (CreditInvoice, Creditor, Subscription)
  • Added InvalidRequestException when API request is invalid and returns error

v0.1.0

07 Jun 09:40
Compare
Choose a tag to compare

The first release only (partially) includes the resources listed down below:

  • Debtor
  • Group
  • Invoice
  • Product

Every resource only contains the list, create, update, show and delete methods. Except for debtor which does not have the delete method.