Updating version nos for V0.6.0 release

This commit is contained in:
aydiv
2013-04-25 17:17:36 +05:30
parent e8e7ad807e
commit 0699f628bd
4 changed files with 89 additions and 84 deletions

View File

@@ -1,6 +1,11 @@
CHANGELOG
=========
V0.6.0 (April 25, 2013)
-----------------------
* Adding support for dynamic configuration of SDK (Upgrading sdk-core-php dependency to V1.4.0)
V0.5.0 (March 07, 2013)
-----------------------

View File

@@ -1,4 +1,4 @@
REST API SDK for PHP (V0.5.0)
REST API SDK for PHP (V0.6.0)
==============================
PayPal's PHP SDK for the RESTful APIs

View File

@@ -12,7 +12,7 @@ class RestHandler implements \IPPHandler {
private $apiContext;
public static $sdkName = "rest-sdk-php";
public static $sdkVersion = "0.5.0";
public static $sdkVersion = "0.6.0";
public function __construct($apiContext) {
$this->apiContext = $apiContext;

View File

@@ -9,6 +9,6 @@
"php": ">=5.3.0",
"ext-curl": "*",
"ext-json": "*",
"paypal/rest-api-sdk-php" : "0.5.*"
"paypal/rest-api-sdk-php" : "0.6.*"
}
}