Preparing for v1.12.0

This commit is contained in:
Jay Patel
2017-07-11 13:58:13 -05:00
parent bc139915df
commit 27f1d75163
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
PayPal PHP SDK release notes
============================
1.12.0
-----
* Add `getToken` method to `Payment` class to retrieve EC token from approval URL.
* Add TLSv1.2 to cipher list [#844](https://github.com/paypal/PayPal-PHP-SDK/pull/844).
* Use restCall object for function that makes REST requests [#841](https://github.com/paypal/PayPal-PHP-SDK/pull/841).
* Minor bugfixes [#766](https://github.com/paypal/PayPal-PHP-SDK/issues/766), [#798](https://github.com/paypal/PayPal-PHP-SDK/issues/798), [#845](https://github.com/paypal/PayPal-PHP-SDK/pull/845).
* Updated samples.
1.11.0
-----
* Update third party payment sample with PayPal payment.

View File

@@ -12,7 +12,7 @@ class PayPalConstants
{
const SDK_NAME = 'PayPal-PHP-SDK';
const SDK_VERSION = '1.11.0';
const SDK_VERSION = '1.12.0';
/**
* Approval URL for Payment