Skip to content

Releases: pH-7/eu-vat-validator

v3.1 Release - EU Vat Validator Library 🇪🇺

04 Jan 11:51
03dc530
Compare
Choose a tag to compare
  • Minor version with a few code enhancements.

v3.0 Released! Fixing URL redirection

10 May 10:57
67c060e
Compare
Choose a tag to compare
  • #10 Fix the eu.europa API redirection - as calls are currently rejected since the VAT Europa URL has now been moved with 301 redirection to the HTTPS version.
    • v3.0, however, there is no breaking changes 😎 You can sit back and relax! 🎉

v2.9 Released! 🇪🇺

15 Jan 00:53
Compare
Choose a tag to compare
  • Minimum PHP required version is now 7.1 (previous versions are still supporting PHP v7.0).
  • Adding PHP 7.1 features in code.
  • Update PHPUnit & Phake versions to their newest versions.
  • Few enhancements in the source code as well.
  • Add GitHub's CI Workflows Action for running the application’s unit tests on every push/pull request.

2.8 Version 🎉

04 Jul 06:28
5a5e607
Compare
Choose a tag to compare
  • PHP code cleanups.
  • Added missing LICENSE file (GPL v3).
  • Update README file.

2.7 Version 🇪🇺

10 Apr 10:10
Compare
Choose a tag to compare
[README] Add "Optimization" section as a suggestion

2.6 Version 😎

07 Mar 04:52
Compare
Choose a tag to compare
  • Code Improvements (better readability).
  • Year Bumped (header comments).
  • Removed redundant comment.

2.5 Version! ⛱

26 Oct 07:56
9edd163
Compare
Choose a tag to compare

This version fixed some bugs/issues:

  • Removed unreachable statement #8
  • Constructor should throw the exception #7
  • Remove redundant throw annotation #5

Thanks to @hkwak for the changes 🎉

2.4 Version! 🎉

22 Aug 20:58
Compare
Choose a tag to compare
  • Fix #2; Some VAT's business addresses got commas.
  • PSR-2 cleanup; Add newline between method declarations.

2.3 Version 🚀

18 Jul 23:37
Compare
Choose a tag to compare
  • Fix typo ($oExecpt => $oExcept)
  • Use DIR (PHP 5.3) instead of dirname(FILE)
  • Use short array syntax []
  • [Cleanup] PSR-2 + fix wrong indentation + fix wrong phpdoc tags/doc blocks
  • Add missing phpdoc single-line comment
  • Validator::$oResponse was declared dynamically
  • Remove unused Validator::$oProvider attribute
  • Add intro image on README file (to make it more attractive :))
  • Add two Phake::verify for better test coverage

2.2 Version

23 Jan 02:40
Compare
Choose a tag to compare
  • Make sure country code is always uppercase
  • Adding unit tests
  • Adding Problem/Solution sections with better explanations in README file