To stay up to date on the released fixes and features, subscribe to our releases on GitHub.
We recommend that you upgrade when we have a major release, such as 8.0.0.
We do not provide support for plugin versions earlier than 6.0.0.
The integration effort involved in upgrading depends on whether you have made any customizations to the plugin.
- In your command-line tool, go to the Magento project root directory.
- Run the following command:
composer require adyen/module-payment: VERSION_TO_UPGRADE
For example, running
composer require adyen/module-payment: 8.0.0
will upgrade the plugin to version 8.0.0. - Run the database migration scripts:
bin/magento setup:upgrade
- Clear the cache:
bin/magento cache:flush