forked from LiveCarta/PayPal-PHP-SDK
Preparing for release 1.11.0
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
PayPal PHP SDK release notes
|
PayPal PHP SDK release notes
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
1.11.0
|
||||||
|
-----
|
||||||
|
* Update third party payment sample with PayPal payment.
|
||||||
|
* Prevent error in SSL version check if curl is not available [#706](https://github.com/paypal/PayPal-PHP-SDK/pull/706).
|
||||||
|
* Stop auto-generating PayPal-Request-Id header values and allow SDK users to optionally set the value [#747](https://github.com/paypal/PayPal-PHP-SDK/pull/747).
|
||||||
|
* Remove automatic retries on failed requests [#747](https://github.com/paypal/PayPal-PHP-SDK/pull/747).
|
||||||
|
|
||||||
1.10.0
|
1.10.0
|
||||||
-----
|
-----
|
||||||
* Updated Payments APIs [#700](https://github.com/paypal/PayPal-PHP-SDK/pull/700).
|
* Updated Payments APIs [#700](https://github.com/paypal/PayPal-PHP-SDK/pull/700).
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ class PayPalConstants
|
|||||||
{
|
{
|
||||||
|
|
||||||
const SDK_NAME = 'PayPal-PHP-SDK';
|
const SDK_NAME = 'PayPal-PHP-SDK';
|
||||||
const SDK_VERSION = '1.10.0';
|
const SDK_VERSION = '1.11.0';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Approval URL for Payment
|
* Approval URL for Payment
|
||||||
|
|||||||
Reference in New Issue
Block a user