How can I check the current version of my Amasty extension?

How can I check the current version of my Amasty extension?

Verifying the version of an Amasty extension can be done through multiple methods.

Method #1. Magento admin

You can easily check the version of an installed extension through the Magento admin panel. For that, navigate to Stores → Configuration → Amasty Extensions → Products and Notifications → Installed Extensions. There you will find the list of your Amasty extensions along with their current versions:



Method #2. Composer file

It's also possible to find the version of the extension installed on your Magento in its composer.json file. It's located at:
⇾ Magento-root-directory/vendor/amasty/[extension-name] - for packages installed via Composer;
 Magento-root-directory/app/code/Amasty/[ExtensionName] - for packages installed manually.



Method #3. CLI commands

To view the contents of the composer.json file, you can use the following command in the command-line interface (CLI)

cat vendor/amasty/[extension-name]/composer.json

Alternatively, you can use the below command to directly retrieve the installed version:

composer show -a amasty/[extension-name]


      • Related Articles

      • I face some issues with the Elastic Search extension. What should I check?

        If the extension doesn't work as expected (e.g. search results are not relevant or do not display at all), we'd recommend checking the module configurations following the instructions below. 1. A compatible version of the Elasticsearch Engine should ...
      • How can I check if AMP is working or not?

        When the extension is enabled and configured correctly, an AMP page can be reached when searching for a product in Google from a mobile device. In Search Results, you'll get a link to the AMP page with an AMP icon. When you follow the link, you'll ...
      • How to update an Amasty extension?

        Below, you may find the instructions on installing an update to an Amasty extension. Choose the appropriate method of the extension update – via Composer or via manual file upload. The choice of the method corresponds to the initial way the extension ...
      • How to install a specific version of the extension?

        Kindly note that older versions of the modules may miss some features that are presented on their product pages. Moreover, we can't guarantee their stability, correct performance, and effective result. We don't provide support for older versions of ...
      • How to proceed if I need to update Amasty Base extension?

        To finish license registration for your amasty.com account, you need to enter your Instance Registration Key into our Base module functionality that becomes available with v.1.16.0 and newer. In order to check your Base module version and its latest ...