- First initial release
- Add ability to map rates to geo zones
- Add ability to filter rates in a category by provided (or default) locale data
- Fixed adding TagRates to TagCategories
- Removed Locations dropdown from TaxRates on TaxCategories
- Made TaxCategory subsite aware
- added support for global taxrates
- Add ability to round up or down when calculating tax (settable via config)
- PHPCBF
- Set
MathsHelper
to use standard rounding by default - Ensure proper rounding of whole numbers
- Add unit tests for
MathsHelper
- PHPCBF
- Tweak Unit tests for better PostgreSQL support
- Added Taxable trait and TaxableProvider interface to help with tax based calculations
- Add SS5 support