Preparing for 1.3.2 release

This commit is contained in:
Jay Patel
2015-03-18 15:40:42 -05:00
parent dc4f777922
commit 0a32a6323c
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.3.1'; const SDK_VERSION = '1.3.2';
/** /**
* Approval URL for Payment * Approval URL for Payment

View File

@@ -1,5 +1,9 @@
PayPal PHP SDK release notes PayPal PHP SDK release notes
============================ ============================
v1.3.2
----
* Minor Fix for Agreement Details
v1.3.1 v1.3.1
---- ----
* PayPalModel to differentiate between empty objects and array * PayPalModel to differentiate between empty objects and array