Releases: driesvints/vat-calculator
Releases · driesvints/vat-calculator
3.0.2
Fixed
- Correct VAT and postal code for Campione d'Italia (#138)
3.0.1
Fixed
- Fix some Italian postal codes (#137)
3.0.0
Changed
- Drop support for PHP 7.2 and below (#131)
- Drop support for Laravel 5.8 and below (#131)
- Refactor validation rule (#133)
Fixed
- Remove incorrect VAT rates (#130)
Removed
- Remove front-end functionality (#128)
- Remove translations (5097c75)
- Remove IP lookup functionality (#129)
2.5.2
Changed
- Using get_headers to avoid 404 status code with file_get_contents (#119)
- Throw unavailable exception for UK VAT API (3c937b4)
2.5.1
Fixed
- Fix invalid UK VAT number validation (6e674e4)
2.5.0
Added
- Validate UK VAT numbers (#116)
2.4.2
Fixed
- Revert temporary german VAT change (#102)
- Use HTTPS for links (#105)
- Fix IPV6 resolving (#83, 3c6b16d)