Releases: DragonBe/vies
2.3.2
What's Changed
- Updated BE format documentation by @vdwijngaert in #153
- CY tax number can start with 6 by @nastia-vinnytska in #155
- 147 heartbeat not working anymore by @013cbr in #149
New Contributors
- @vdwijngaert made their first contribution in #153
- @nastia-vinnytska made their first contribution in #155
- @013cbr made their first contribution in #149
Full Changelog: 2.3.1...2.3.2
Release 2.3.1
Added a fix for country validation made by @julesdohmen
2.3.0
SSL/TLS support now enabled
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
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
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
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:
- 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
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
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
Didn't check the code style properly and it failed our build. Fixed in this version.