Skip to content

Releases: DragonBe/vies

2.3.2

05 Jul 18:18
2.3.2
d9193cb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.1...2.3.2

Release 2.3.1

13 Apr 08:01
2.3.1
c7a1c44
Compare
Choose a tag to compare

Added a fix for country validation made by @julesdohmen

2.3.0

27 Dec 17:44
Compare
Choose a tag to compare
  • fix: integer overflow on 32 bit architectures (#137)
  • chore: update github actions to run tests on PHP 8.X versions
  • feat: migrate composer to 2.0
  • chore: Informing users about problem validating UK VAT ID's (#126)
  • chore: Replace abandoned Sensiolabs security checker

SSL/TLS support now enabled

03 Apr 19:25
2.2.0
a6bfc40
Compare
Choose a tag to compare

Because the VIES service has shifted to SSL/TLS we needed to adapt support for it ASAP.

In this version we now support SSL/TLS for VIES:

  • Heatbeat: Verification if the service is up
  • Vies: The client that connects to the service

Much gratitude to @gregsmirnov-av for reporting this

Release 2.1.14 - Welcome to Northern Ireland

05 Jan 16:19
2.1.14
fa87787
Compare
Choose a tag to compare

With Brexit being final, we like to welcome Northern Ireland to the VAT validation service. A huge thanks for @jonathanmaron to provide the update to make this possible.

The country code for Northern Ireland is XI, but the original VAT ID's remain the same as they were for the UK.

Release 2.1.13

28 Oct 21:30
2.1.13
Compare
Choose a tag to compare

This release was long overdue but because of work, life and Covid-19 a delay was unfortunately not preventable.

With this release we have a few new features and some bug fixes:

  • Using the command line for checking VAT
  • Full support for proxy services
  • Allowing to use VIES test codes
  • Allowing VAT for Bulgarian foreign natural persons

This release was made possible thanks to the help of @jellynoone and @fabianwelzer. Great work folks 👍 and thank you for your contributions 🙇!

Release DragonBe/vies-2.1.12

28 May 09:55
2.1.12
ab0ae5c
Compare
Choose a tag to compare

It has taken a while but this release is jam-packed with bug fixes and improvements.

Here's a list of what has been done:

  • Bug fixes:
    • Issue #99: Failure to add arguments (like trader name) with non-Latin characters
    • Issue #64: Adding support for VIES Test services
  • Improvements:
    • Removing support for PHP-7.0
    • Improving unit and integration tests
    • Added additional edge test cases
    • Improving language usage and error messages
    • Moving Docker containers into their own project space

A huge thanks and appreciation for @peter279k for his pull requests and to @krzaczek, @robmeek, @fidelo-software and @MPablo for reporting issues. Thank you all 🙇 for your time and efforts.

Enjoy this new release 🚀

Fix for validation of Finnish VAT numbers

11 Feb 13:05
2.1.11
824a870
Compare
Choose a tag to compare

Thanks to the contributions of @jbrinksmeier, @sophiekuehn and @krzaczek an issue validating Finnish VAT numbers is now fixed.

A big shoutout to the people making this library better 👏

Release vies-2.1.10

02 Jan 20:15
2.1.10
Compare
Choose a tag to compare

Minor updates:

  • Added VAT validation for new Dutch ID's for self employed entrepreneurs
  • Added support for PHP 7.4 in testing

A big shoutout this time to @krzaczek for his swift actions and code updates, but also a big thank you to @Smitsel and @MollieRick for their contributions in getting this change mentioned and updated.

Hot fix for code style violation

01 Sep 20:26
2.1.9
ce3d267
Compare
Choose a tag to compare

Didn't check the code style properly and it failed our build. Fixed in this version.