How to update the plugin version?
We are constantly improving the Mercado Pago plugin for Adobe Commerce. To take advantage of the latest implemented features, it is essential to keep your plugin up to date. The update process is simple, and your customizations are preserved. Follow the step-by-step guide below to ensure a successful update:
- In your terminal, execute the following command to download the module:
terminal
composer update mercadopago/adb-payment
- Next, execute the following command to update the module:
terminal
bin/magento setup:upgrade
- Execute the following command to compile the module files:
terminal
bin/magento setup:di:compile
- Finally, execute the following command to clear the Adobe Commerce cache:
terminal
bin/magento cache:clean