Preparing for release 1.8.0

This commit is contained in:
Jay Patel
2016-09-29 11:35:26 -05:00
parent 99e22fe0fc
commit e4768e4a03
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.8.0
-----
* Updated Webhooks APIs [#653](https://github.com/paypal/PayPal-PHP-SDK/pull/653).
* Updated Invoicing APIs [#657](https://github.com/paypal/PayPal-PHP-SDK/pull/657).
* UTF-8 encoding bug fix [#655](https://github.com/paypal/PayPal-PHP-SDK/pull/655).
* Updated PSR log [#654](https://github.com/paypal/PayPal-PHP-SDK/pull/654).
1.7.4 1.7.4
----- -----
* Fixed Duplicate conditional expression in PayPalCredentialManager.php [#594](https://github.com/paypal/PayPal-PHP-SDK/pull/594). * Fixed Duplicate conditional expression in PayPalCredentialManager.php [#594](https://github.com/paypal/PayPal-PHP-SDK/pull/594).

View File

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