How do I update the Accessibility App for Magento Extensions to the latest version?
Magento extensions do not update themselves, so you need to run the update yourself:
- Check the Release Notes tab on the marketplace listing for the latest version.
- If you installed with Composer, run
composer update appifycommerce/accessibility. If you installed manually, download the new package from your marketplace account and replace the folderapp/code/AppifyCommerce/Accessibility. - Run
bin/magento setup:upgrade, thenbin/magento setup:di:compile(production mode) andbin/magento cache:flush.
Your saved settings are kept across updates.
You can install Accessibility App from here.
info
Contact Us at support@appifycommerce.com