Releases: Dutchento/m2-vatfallback
Releases · Dutchento/m2-vatfallback
1.6.2 - Magento 2.4 compatibility
1.6.1
- #32 thx @tdgroot
- #28 thx @JeroenBoersma
- #29 thx @sanderjongsma
1.6.0 vatlayer bugfix
Thanks @tdgroot !
- Fix system configuration being useless because of bad values in the xml path constants (see etc/adminhtml/system.xml).
- Fix typo (validationSerives => validationServices).
- Fix vatlayer service not working when an api key is configured.
- Fix vatlayer service not working because url is outdated.
- Fix vatlayer service not working when account is on free plan (https is not available on this plan).
- Fix multiple php undefined variable errors.
- Fix fatal error (object used as array) in CompanyLookup
- Change API companylookup data structure
1.5.1
1.5.0
1.4.0
Changelog
- removed some invalid xml from module.xml
- added all used values in config.xml
- removed side-effects from constructors (moved all of it to ConfigurationInterface)
- added configuration interface and implementation to resolve config.xml values
- validation services are no longer injected each but can be added via di.xml
- added
getValidationServiceName
toValidationServiceInterface
- ran all tests
- also did integration tests with the services