Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 962 Bytes

CHANGELOG.md

File metadata and controls

49 lines (31 loc) · 962 Bytes

CHANGELOG

2.0.0

  • added authentication of registered apps BREAKING CHANGE: BillomatClient::__construct signature has changed (see upgrade instructions)

1.5.0

  • added automatic waiting for rate limit reset
  • added rate limit handling

1.4.0

  • added operations on credit note payments

1.3.1

  • fixed client_id requirement for credit-note update

1.3.0

  • added operations on invoice payments
  • added operations on invoice tags

1.2.0

  • added operations on credit notes
  • added operations on credit note items

1.1.0

  • added change log
  • added readme
  • added operations on user property values
  • added operations on article property values
  • added sorting to list operations
  • added operations on email templates
  • fixed delete methods' return type
  • added operations on reminder texts
  • added operations on country taxes

1.0.1

  • fixed return value handling for new list getters

1.0.0

  • Initial release