forked from LiveCarta/PayPal-PHP-SDK
Preparing for Release 1.6.1
- Fixing Version Number - Updating User Agent for Internal Purposes
This commit is contained in:
@@ -12,7 +12,7 @@ class PayPalConstants
|
||||
{
|
||||
|
||||
const SDK_NAME = 'PayPal-PHP-SDK';
|
||||
const SDK_VERSION = '1.5.1';
|
||||
const SDK_VERSION = '1.6.1';
|
||||
|
||||
/**
|
||||
* Approval URL for Payment
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
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
|
||||
----
|
||||
* Fixed a bug #343 in Future Payment
|
||||
|
||||
Reference in New Issue
Block a user