Skip to content

Latest commit

 

History

History
222 lines (117 loc) · 7.88 KB

CHANGELOG.md

File metadata and controls

222 lines (117 loc) · 7.88 KB

Changelog

3.11.0 - 2024-05-14

  • Update postal code exceptions for Portugal by @toyi in #174

3.10.1 - 2024-05-10

  • Reduced rate and parking rate corrected for Belgium by @edwwaarrdd in #173

3.10.0 - 2024-02-12

3.9.0 - 2024-01-04

3.8.0 - 2024-01-03

  • Update Swiss VAT rates for 2024 by @spaze in #169
  • Update VAT rate for Azores to 16% by @spaze in #170
  • Correct VAT and postal code for Campione d'Italia by @spaze in #168

3.7.0 - 2024-01-01

3.6.0 - 2023-09-21

3.5.0 - 2023-08-30

3.4.0 - 2023-06-09

  • Allow all tax rules to be overwritten by @Fossil01 & @driesvints in #156

3.3.0 - 2023-01-11

Added

  • Laravel v10 Support by @driesvints in #152

3.2.0 - 2023-01-05

Added

  • Added detailed VAT rates by @greenhof in #151

3.1.2 - 2022-11-09

Changed

  • Test on PHP 8.2 by @driesvints in #149

3.1.1 - 2022-09-19

Fixed

  • Fix rounding of values by @driesvints in #147

3.1.0 - 2022-07-06

Added

  • Added isValidVatNumberFormat by @pmochine in #143
  • Added connection timeout for the SOAP Client by @pmochine in #143

Fixed

  • Correct VAT and postal code for Campione d'Italia (#138)

Fixed

  • Fix some Italian postal codes (#137)

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)

Changed

  • Using get_headers to avoid 404 status code with file_get_contents (#119)
  • Throw unavailable exception for UK VAT API (3c937b4)

Fixed

  • Fix invalid UK VAT number validation (6e674e4)

Added

  • Validate UK VAT numbers (#116)

Fixed

  • Revert temporary german VAT change (#102)
  • Use HTTPS for links (#105)
  • Fix IPV6 resolving (#83, 3c6b16d)

2.0.0 (2016-06-28)

  • VAT rate detection now supports ZIP codes, to take edge cases into consideration

1.7.1 (2016-06-16)

  • Fixed bug when using multiple Validator extensions in Laravel

1.7.0 (2016-05-11)

  • Added Cashier 6 support

1.6.3 (2016-04-07)

  • Added "shouldCollectVAT" method

1.6.2 (2016-02-10)

  • Added polish validation rule message

1.6.1 (2016-01-14)

  • Added support for vat-taxrate as an extra field for the JS frontend integration. Thanks @orottier

1.6.0 (2016-01-12)

  • Added support for setting your own "business country code" which will be used when selling to business customers inside your own country. Previous versions returned the wrong VAT rate (0%).

1.5.5 (2016-01-11)

  • Romania reduces VAT to 20% in 2016

1.5.4 (2015-09-18)

  • Fixed issue in vat_calculator.js

1.5.3 (2015-09-18)

  • Added valid_vat_id and calculate JS success callback

1.5.2 (2015-09-18)

  • Added greek tax rate

1.5.1 (2015-09-16)

  • Added spark asset publishing

1.5.0 (2015-09-08)

  • Added VAT Calculator JS

1.4.4 (2015-09-07)

  • The package can now be used without Laravel

1.4.3 (2015-09-07)

  • Updated standard VAT rate for Luxembourg

1.4.2 (2015-09-06)

  • Added facade explanation to README and fixed a bug in the ServiceProvider

1.4.1 (2015-09-03)

  • Fixed getClientIP tests

1.4.0 (2015-09-02)

  • Added IP to country lookup.

1.3.0 (2015-09-02)

  • Added Laravel Validator extension.

1.2.1 (2015-09-01)

  • Added chainable methods for the Laravel Cashier integration, to allow a more readable command.

1.2.0 (2015-09-01)

  • Added Laravel Cashier integration

1.1.0 (2015-09-01)

  • Added VAT number validation.

1.0.0 (2015-09-01)

  • First release.