Skip to content

Upgrade the Plugin

Aziya edited this page Dec 2, 2021 · 2 revisions

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 3.0.0. The integration effort involved in upgrading depends on whether you have made any customizations to the plugin.

Default Integration

  1. In your command-line tool, go to the Prestashop project root directory.
  2. Run the following command:

bin/console prestashop:module upgrade adyenofficial

Customized Integration

  1. Extract any custom code you have added to the plugin.
  2. In your command-line tool, go to the Prestashop project root directory.
  3. Run the following command: bin/console prestashop:module upgrade adyenofficial
  4. Check if the custom code is compatible with the new version and apply any changes if needed.