From c4cdddc3a490a47694c3c53037fdf12d265d3917 Mon Sep 17 00:00:00 2001 From: rhames07 Date: Tue, 3 Oct 2023 10:33:50 -0300 Subject: [PATCH 1/2] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76df4c3a..96e729b6 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,11 @@ First time using Mercado Pago? Create your [Mercado Pago account](https://www.me 2. Install PHP SDK for MercadoPago running in command line: ``` -composer require "mercadopago/dx-php:3.0.0 +composer require "mercadopago/dx-php:3.0.0" ``` +> You can also run _composer require "mercadopago/dx-php:2.6.1"_ for PHP7.1 or _composer require "mercadopago/dx-php:1.12.5"_ for PHP5.6. + 3. Copy the access_token in the [credentials](https://www.mercadopago.com/developers/en/docs/your-integrations/credentials) section of the page and replace YOUR_ACCESS_TOKEN with it. That's it! Mercado Pago SDK has been successfully installed. From 0fea2ce8e4c060f1496d93370e08aada76ac507e Mon Sep 17 00:00:00 2001 From: rhames07 Date: Tue, 3 Oct 2023 10:39:32 -0300 Subject: [PATCH 2/2] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 96e729b6..a8e953d9 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,9 @@ All contributions are welcome, ranging from people wanting to triage issues, oth Please read and follow our [contribution guidelines](CONTRIBUTING.md). Contributions not following these guidelines will be disregarded. The guidelines are in place to make all of our lives easier and make contribution a consistent process for everyone. +### Patches to version 2.x.x +Since the release of version 3.0.0, version 2 is deprecated and will not be receiving new features, only bug fixes. If you need to submit PRs for that version, please do so by using [master-v2](https://github.com/mercadopago/sdk-php/tree/master-v2) as your base branch. + ## ❤️ Support If you require technical support, please contact our support team at our developers site: [English](https://www.mercadopago.com/developers/en/support/center/contact) / [Portuguese](https://www.mercadopago.com/developers/pt/support/center/contact) / [Spanish](https://www.mercadopago.com/developers/es/support/center/contact)