How to install a specific version of 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 the modules either. Amasty always recommends updating extensions and Magento itself to their latest versions, as it ensures security, helps to avoid issues, and contributes to keeping the business up-to-date with all the recently-released features.

If upgrading Magento is not an option right now, you have the opportunity to install an older version of the extension. Composer enables the installation of a specific version of the module using the following command:

composer require amasty/module-name:1.2.3

Instead of 1.2.3, specify the exact module version you wish to install.

If you need to install the extension via manual file upload, we can send a package with a specific version. Please contact us specifying the name of the extension, current Magento and PHP versions. 

      • Related Articles

      • I’m trying to install the module via composer, but the package is not found. How to resolve it?

        Composer is the dependency manager that allows you easily download the required files on your server. The files are located on a remote server, or a repository, that you need to add to the list of “known” ones and authenticate to using the username ...
      • 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 → ...
      • How to install an Amasty extension?

        There are two ways of installing an extension on Magento 2. It's recommended to use one and the same installation method for all Amasty extensions. Composer installation Step 1. To download and install Magento modules, the vendor repository is ...
      • 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 uninstall an extension?

        Preparation Before making any changes to your Magento instance, either live or a dev site, make sure to create backups. This way you can secure the changes in case something goes wrong in the process. So that the uninstall goes smoothly, it's ...