forked from LiveCarta/PayPal-PHP-SDK
Updating version nos for V0.6.0 release
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
CHANGELOG
|
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)
|
V0.5.0 (March 07, 2013)
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
PayPal's PHP SDK for the RESTful APIs
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ class RestHandler implements \IPPHandler {
|
|||||||
private $apiContext;
|
private $apiContext;
|
||||||
|
|
||||||
public static $sdkName = "rest-sdk-php";
|
public static $sdkName = "rest-sdk-php";
|
||||||
public static $sdkVersion = "0.5.0";
|
public static $sdkVersion = "0.6.0";
|
||||||
|
|
||||||
public function __construct($apiContext) {
|
public function __construct($apiContext) {
|
||||||
$this->apiContext = $apiContext;
|
$this->apiContext = $apiContext;
|
||||||
|
|||||||
@@ -9,6 +9,6 @@
|
|||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"paypal/rest-api-sdk-php" : "0.5.*"
|
"paypal/rest-api-sdk-php" : "0.6.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user