From 0a32a6323c829e0e424e9f4d15e7b346c8472c08 Mon Sep 17 00:00:00 2001 From: Jay Patel Date: Wed, 18 Mar 2015 15:40:42 -0500 Subject: [PATCH] Preparing for 1.3.2 release --- lib/PayPal/Core/PayPalConstants.php | 2 +- release_notes.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/PayPal/Core/PayPalConstants.php b/lib/PayPal/Core/PayPalConstants.php index f691e76..a92ebd6 100644 --- a/lib/PayPal/Core/PayPalConstants.php +++ b/lib/PayPal/Core/PayPalConstants.php @@ -12,7 +12,7 @@ class PayPalConstants { const SDK_NAME = 'PayPal-PHP-SDK'; - const SDK_VERSION = '1.3.1'; + const SDK_VERSION = '1.3.2'; /** * Approval URL for Payment diff --git a/release_notes.md b/release_notes.md index b3ff781..1933c56 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,5 +1,9 @@ PayPal PHP SDK release notes ============================ +v1.3.2 +---- +* Minor Fix for Agreement Details + v1.3.1 ---- * PayPalModel to differentiate between empty objects and array