From b4051eeb745be1bb67191a050798fb1a72dd8d83 Mon Sep 17 00:00:00 2001 From: Jay Patel Date: Wed, 4 Mar 2015 11:57:24 -0600 Subject: [PATCH] Preparing for 1.3.1 release --- lib/PayPal/Core/PayPalConstants.php | 2 +- release_notes.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/PayPal/Core/PayPalConstants.php b/lib/PayPal/Core/PayPalConstants.php index a070281..f691e76 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.0'; + const SDK_VERSION = '1.3.1'; /** * Approval URL for Payment diff --git a/release_notes.md b/release_notes.md index 56ab074..b3ff781 100644 --- a/release_notes.md +++ b/release_notes.md @@ -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