Skip to content

Major Pre Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@Dropelikeit Dropelikeit released this 12 Sep 19:37
· 17 commits to master since this release
6da1f8d

In this release we updated all dev dependencies and added new interfaces for the Vat and Discount calculator.

Breaking Change:

We have changed the VAT module as well as the VatCalculator facade, they no longer accept integers but floats and return floats. We felt this step was necessary and will use union types for this code location (int|float $vat) starting with the PHP 7.4 deprecation.