How to update the plugin version - How-tos - Mercado Pago Developers

Update plugin version

We are constantly improving the Mercado Pago plugin for Adobe Commerce. To take advantage of the latest features we've implemented, 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:

This documentation is intended for users who have already upgraded to the new Adobe Commerce plugin (module). Versions of the Mercado Pago plugin for Adobe Commerce prior to 3.19 have been discontinued. If you still have it installed, we recommend updating to the new plugin.
  1. In your terminal, execute the following command to download the module:

terminal

composer update mercadopago/adb-payment
  1. Next, execute the following command to update the module:

terminal

bin/magento setup:upgrade
  1. Execute the following command to compile the module files:

terminal

bin/magento setup:di:compile
  1. Finally, execute the following command to clear the Adobe Commerce cache:

terminal

bin/magento cache:clean
The plugin is built based on the Adobe Commerce platform, implying the preservation of customizations during the update. There is no loss of data or settings when updating the version of your plugin.