Skip to main content

How to upgrade the extension

Use these steps to update the extension to the latest version.

  1. Refresh the version in your Composer requirement and update the package:

    composer require mirasvit/module-withdrawal --update-with-dependencies
  2. Apply the database and schema updates:

    php -f bin/magento setup:upgrade
  3. Compile the code (production mode):

    php -f bin/magento setup:di:compile
  4. Deploy static view files:

    rm -rf pub/static/*; rm -rf var/view_preprocessed/*;
    php -f bin/magento setup:static-content:deploy
  5. Flush the cache:

    php -f bin/magento cache:flush

You can review what changed between versions in the Changelog.