How to update the plugin version? - Adobe Commerce (Magento) - Mercado Pago Developers
Which documentation are you looking for?

Do not know how to start integrating? 

Check the first steps

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:

Note
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
Note
The plugin is built based on the platform, implying the preservation of customizations during the update. There is no loss of data or settings when updating the version of your plugin.