To always benefit from the latest features of Verified Reviews and maintain effective review collection, we invite you to regularly ensure that your e-commerce connectors are up to date.
Here you will find instructions for updating your Magento 2/Verified Reviews connector.
To avoid any errors that could damage your site, we recommend performing the update via Composer.
Before any update, we also recommend that you:
- Perform a backup.
- Review the latest updates and release notes for the connector, accessible via this link.
Update via Composer
- Use SSH to connect to the server where Magento 2 is installed.
- Navigate to the root of your Magento 2 site: cd /path/to/your/magento2/directory
- To find the latest version of the plugin, please check the latest version available from the Magento 2 marketplace. Or, use the command: composer show netreviews/avisverifies
- At the root of your site, run the following command:
composer require netreviews/avisverifies:<version> --update-with-dependencies - Wait for Composer to finish updating your project's dependencies and ensure there are no errors.
- Run the following commands to enable the module:
- bin/magento module:enable Netreviews_Avisverifies
- bin/magento setup:upgrade
- bin/magento setup:di:compile (if your site is in Production mode)
- bin/magento module:status Netreviews_Avisverifies to check if the module is enabled
For more details, please refer to Adobe's official documentation on installing plugins via composer.
If you do not wish to update via Composer, we invite you to contact our Care team for assistance.