- Support for Craft 4 and Commerce 4
- Updated omnipay dependency to use 3.1.1
- Updated commerce-omnipay to version 3.
- New EVENT added to allow updates to the gateway before it is created.
- TestMode now gets passed through as an option
- Added back Craft version declaration
- Minor fix for composer
- Minor fix for composer
- Fix for omnipay/paymentexpress version
- Fix for omnipay/paymentexpress version
- Support for Commerce both ^2.2.0 and ^3.0.0. CMS requirement is now 3.1.5
- Username and password can now be environment variables.
- Test mode is now passed through to gateway
- Added a custom response class to handle isProcessing()
- Craft Plugin Store Editions support as it's not required.
- Added additional documentation to assist with testing payments.
- Added a warning on the gateway settings form to ensure the right payment type is selected.
- Fixed an issue with the widget when no orders had been placed.
- Fixed template rendering issue
- Fixed an issue with the plugin handle which was causing install issues.
- Added Gateway overview widget.
{tip} Add the new widget on your dashboard. By default it looks for a gateway with the handle "paymentExpress" but can be changed on the widgets settings.
- Added Craft Plugin Store support.
- Initial release.