Updated Release Notes and User Agent Version

This commit is contained in:
japatel
2014-12-18 15:59:41 -06:00
parent 2d5c6d3266
commit f03c2f893c
2 changed files with 7 additions and 1 deletions

View File

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

View File

@@ -1,5 +1,11 @@
PayPal PHP SDK release notes
============================
v1.0.0-beta
----
* Namespace Changes and Class Naming Convention
* Helper Functions to retrieve specific HATEOS Links
* Default Mode set to Sandbox
v0.16.1
----
* Configurable Headers for all requests to PayPal