How to upgrade the extension
Use these steps to update the extension to the latest version.
-
Refresh the version in your Composer requirement and update the package:
composer require mirasvit/module-withdrawal --update-with-dependencies -
Apply the database and schema updates:
php -f bin/magento setup:upgrade -
Compile the code (production mode):
php -f bin/magento setup:di:compile -
Deploy static view files:
rm -rf pub/static/*; rm -rf var/view_preprocessed/*;
php -f bin/magento setup:static-content:deploy -
Flush the cache:
php -f bin/magento cache:flush
You can review what changed between versions in the Changelog.