Preparing for Release 1.6.1

- Fixing Version Number
- Updating User Agent for Internal Purposes
This commit is contained in:
Jay Patel
2015-10-29 13:18:16 -05:00
parent 3bf4bbe8b6
commit 89bc07aa1e
2 changed files with 13 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.5.1'; const SDK_VERSION = '1.6.1';
/** /**
* Approval URL for Payment * Approval URL for Payment

View File

@@ -1,5 +1,17 @@
PayPal PHP SDK release notes PayPal PHP SDK release notes
============================ ============================
v1.6.1
----
* User Agent Changes
* SDK Version Fix
v1.6.0
----
* Updated Payments API to latest version
* Removed ModelAccessValidator
* Minor Bug Fixes #399
v1.5.1 v1.5.1
---- ----
* Fixed a bug #343 in Future Payment * Fixed a bug #343 in Future Payment