Skip to main content

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:

  1. Check the Release Notes tab on the marketplace listing for the latest version.
  2. 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 folder app/code/AppifyCommerce/Accessibility.
  3. Run bin/magento setup:upgrade, then bin/magento setup:di:compile (production mode) and bin/magento cache:flush.

Your saved settings are kept across updates.

You can install Accessibility App from here.

info