Preparing for 1.3.1 release

This commit is contained in:
Jay Patel
2015-03-04 11:57:24 -06:00
parent fd6a38d0ef
commit b4051eeb74
2 changed files with 6 additions and 1 deletions

View File

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

View File

@@ -1,5 +1,10 @@
PayPal PHP SDK release notes
============================
v1.3.1
----
* PayPalModel to differentiate between empty objects and array
* Fixed CURLINFO_HEADER_SIZE miscalculations if Proxy Enabled
v1.3.0
----
* Updated Payment APIs