From 8f71ba1515105b8a5acd167f7546edadf9e0c531 Mon Sep 17 00:00:00 2001 From: Nicholas Pedroso Date: Wed, 19 May 2021 18:01:47 -0300 Subject: [PATCH] Update SDK version --- README.md | 2 +- composer.json | 16 ++-------------- docs/classes/MercadoPago-Version.html | 2 +- src/MercadoPago/Version.php | 2 +- 4 files changed, 5 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 68a79080..added062 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ First time using Mercado Pago? Create your [Mercado Pago account](https://www.me 1. Download [Composer](https://getcomposer.org/doc/00-intro.md) if not already installed 2. On your project directory run on the command line -`composer require "mercadopago/dx-php:2.2.1"` for PHP7 or `composer require "mercadopago/dx-php:1.9.0"` for PHP5.6. +`composer require "mercadopago/dx-php:2.3.0"` for PHP7 or `composer require "mercadopago/dx-php:1.11.0"` for PHP5.6. 3. Copy the access_token in the [credentials](https://www.mercadopago.com/mlb/account/credentials) section of the page and replace YOUR_ACCESS_TOKEN with it. diff --git a/composer.json b/composer.json index 2f4cc7c7..2a99678e 100755 --- a/composer.json +++ b/composer.json @@ -2,26 +2,14 @@ "name": "mercadopago/dx-php", "description": "Mercado Pago PHP SDK", "type": "library", - "homepage": "https://github.com/mercadopago/dx-php", + "homepage": "https://github.com/mercadopago/sdk-php", "license": "MIT", - "version": "2.2.1", + "version": "2.3.0", "config": { "platform": { "php": "7.1" } }, - "authors": [ - { - "name": "imasson", - "role": "Developer", - "homepage": "https://github.com/imasson" - }, - { - "name": "joelibaceta", - "role": "Developer", - "homepage": "https://github.com/joelibaceta" - } - ], "require": { "php": ">=7.1.0", "doctrine/common": "^2.6", diff --git a/docs/classes/MercadoPago-Version.html b/docs/classes/MercadoPago-Version.html index 277d428c..1ea8c61a 100644 --- a/docs/classes/MercadoPago-Version.html +++ b/docs/classes/MercadoPago-Version.html @@ -168,7 +168,7 @@

public static mixed $_VERSION - = '2.2.1' + = '2.3.0' diff --git a/src/MercadoPago/Version.php b/src/MercadoPago/Version.php index 1363c441..ab4c5764 100755 --- a/src/MercadoPago/Version.php +++ b/src/MercadoPago/Version.php @@ -4,5 +4,5 @@ class Version { public static - $_VERSION = '2.2.1'; + $_VERSION = '2.3.0'; }