Preparing for release 1.7.1

This commit is contained in:
Jay Patel
2016-04-21 22:29:29 -05:00
parent 0dbcc5d5ff
commit d2fac37f2c
2 changed files with 5 additions and 1 deletions

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.0'; const SDK_VERSION = '1.7.1';
/** /**
* Approval URL for Payment * Approval URL for Payment

View File

@@ -1,6 +1,10 @@
PayPal PHP SDK release notes PayPal PHP SDK release notes
============================ ============================
v1.7.1
----
* Fixes #559
v1.7.0 v1.7.0
---- ----
* Enable custom logger injection. * Enable custom logger injection.