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 version currently available, follow these steps:
- Run the following command to check what version of Base module is currently installed and what version is currently considered the latest one:
composer show -a amasty/base
- A list with module versions will appear. The first number in the list is the latest version available, while the number highlighted in green is the version installed in your Magento:
- Request the download of the latest Base version by running the command below - replace x.x.x in it with the actual latest version that you found:
composer require amasty/base:x.x.x
- Run the following commands from your root Magento directory afterwards for the changes to come into effect:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Please note that manual module update and installation have been deprecated in the amasty.com platform, and all Amasty extensions are available for installation via composer only. Thus, if module update is required, the package needs to be removed from app/code/Amasty and installed via composer instead. If Base module was installed manually in your Magento, you can check currently used version in the file app/code/Amasty/Base/composer.json:
Related Articles
What does each product license status in the Base extension mean?
We've introduced a license registration feature in the Base module. Clients are required to verify their products by inserting and verifying a key generated in their account. Each product assigned to this key will then receive a specific status. This ...
I see messages in my account and admin area that license registration is required, what should I do?
We introduced License Checker functionality inside our extensions in order to create a connection between the purchased products and Magento instances where the products are installed, it helps us make sure that module licences are used in accordance ...
What to do if I try to save Instance Registration Key in my admin area, but "Invalid key" error appears?
If you have just created a License Registration project in your amasty.com account and instantly proceeded to save its Instance Registration Key in your Magento backend at Amasty > Products, there's a chance that the information about the created ...
How to update an Amasty extension?
Below you can find a step-by-step guide for updating your Amasty extensions to latest versions. Before updating the module, it's recommended to create a backup of the modified extension files (if any). When the update is finished, you can re-apply ...
Can we use one and the same extension license on several websites?
An Amasty extension is not domain-related, but installation-related. If you run each website on a new Magento installation, you need a separate license for each of them. However, if you run several domains on the same instance of Magento, you can use ...