Preparing for release 1.9.0

This commit is contained in:
Jay Patel
2016-10-21 13:04:09 -05:00
parent aca727eee6
commit 5c6bf5ff6f
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
PayPal PHP SDK release notes PayPal PHP SDK release notes
============================ ============================
1.9.0
-----
* Updated Payouts APIs [#692](https://github.com/paypal/PayPal-PHP-SDK/pull/692).
* Updated Payment Experience APIs [#682](https://github.com/paypal/PayPal-PHP-SDK/pull/682).
* Updated Payments API to use Payment Card instead of credit card [#696](https://github.com/paypal/PayPal-PHP-SDK/pull/696).
* Fixed bug on failed Access token call. [#665](https://github.com/paypal/PayPal-PHP-SDK/pull/665).
1.8.0 1.8.0
----- -----
* Updated Webhooks APIs [#653](https://github.com/paypal/PayPal-PHP-SDK/pull/653). * Updated Webhooks APIs [#653](https://github.com/paypal/PayPal-PHP-SDK/pull/653).

View File

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