2020.06.02 – version 1.6.1
* Fix: Added the previous compatibility class as a shell to keep backward compatibility.
* WC 4.1 checks
2020.04.03 – version 1.6.0
* New: Support for WC tokenization. Refactored the vault process for easier maintenance and future feature implementation
* New: System Status report to help with troubleshooting and support
* Fix: The amount for the “Transaction Capture” process was not displayed in WC 4.0+, so the capture was failing.
* Fix: Correct the cart items total in case of a mismatch with the order total
* Updated Autoloader to latest version
* Refactor: Moved the gateway classes to the plugin namespace. The old classes are still backward compatible
* Updated templates to work with the new token structure. Old templates are still backward compatible.
* Change the PHP minimum version to 5.6
* WC 4.0 checks