Releases: yolk/valvat
Releases · yolk/valvat
v2.0.0
What's Changed
BREAKING CHANGE
To validate UK VAT numbers you have to provide authentication credentials for the HMRC API. From valvat v2 onwards, simply setting the :uk
option to true
will always return false
(same as the default).
Additions
- Added support for HMRC API v2.0 with OAuth 2.0 authentication Denys Metelov
Fixes / Improvements
- Resolved the rexml security vulnerabilities that affected versions < 3.3.6 by Riana Ferreira
Full Changelog: http://github.com/yolk/valvat/compare/v.4.4...v2.0.0
v1.4.4
What's Changed
Fixes / Improvements
- Merged missed pull request intended for v1.4.3: Readded translation files back to the gem Edouard Brière
Full Changelog: v1.4.3...v1.4.4
v1.4.3
Missed to merge pull request. Skip this version.
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
Fixes / Improvements
- Resolved rexml security vulnerability by Riana Ferreira
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
Fixes / Improvements
- Fix incorrect variable usage in SOAP request body #128
Full Changelog: v1.4.0...v1.4.1
New Contributors
- @jaymoneybird made their first contribution in #128
v1.4.0
What's Changed
Features
- Valvat.configure: Allow global configuration
Fixes / Improvements
Full Changelog: v1.3.0...v1.4.0
New Contributors
- @petergoldstein made their first contribution in #123
- @orien made their first contribution in #125