Skip to content

Releases: josemmo/einvoicing

v0.3.1

Choose a tag to compare

@josemmo josemmo released this 09 Jun 09:36
6e042d1

v0.3.0

Choose a tag to compare

@josemmo josemmo released this 24 Feb 09:18
251ea54
  • Added support for multiple payments (#62, 26437c2)
  • Added deprecation warnings at runtime (3e05ecd)
  • Added (tested) support for PHP 8.4 (78317c4)
  • Fixed BR-49 validation (#56, 8399f13)
  • Added project reference (BT-11) (#60, 040979d)

v0.2.7

Choose a tag to compare

@josemmo josemmo released this 03 Oct 18:17
fb31898

v0.2.6

Choose a tag to compare

@josemmo josemmo released this 24 Jun 09:28
a36c507
  • Fixed calculation of allowances/charges at invoice line level (#41 by @rycks)

v0.2.5

Choose a tag to compare

@josemmo josemmo released this 17 Mar 18:12
d52f938

v0.2.4

Choose a tag to compare

@josemmo josemmo released this 21 Jan 11:07
9879cbf
  • Added support for credit notes (#36)

v0.2.3

Choose a tag to compare

@josemmo josemmo released this 17 Dec 12:58
9b1bc79
  • Fixed rounding of amounts (#31)
  • Added PHP 8.3 to tests (e93d4ef)

v0.2.2

Choose a tag to compare

@josemmo josemmo released this 22 Jun 15:54
353321f
  • Fixed tax registration ID without scheme (#26)

v0.2.1

Choose a tag to compare

@josemmo josemmo released this 08 Jun 16:36
c4a1d1b

BREAKING CHANGES
Invoice::getNote() and Invoice::setNote() have been deprecated in favor of Invoice::getNotes() and Invoice::addNote().

  • Added support for VAT in accounting currency (#22)
  • Added support for additional legal information (#23)
  • Added support for multiple invoice notes (#24)
  • Added CIUS-RO and NLCIUS presets (e671343, 9ddfb64)
  • Fixed VAT exemption reasons (13aa515)
  • Fixed rounding of negative zeroes (56ea2d4)

v0.2.0

Choose a tag to compare

@josemmo josemmo released this 25 Apr 19:24
967d57e

BREAKING CHANGES
New rounding method might alter the total amount of some invoices generated with previous versions.