From 67e8d6d3a527e73fb7eddfe1143954b566fcf00b Mon Sep 17 00:00:00 2001 From: Jay Patel Date: Mon, 7 Dec 2015 15:30:35 -0600 Subject: [PATCH] Preparing for Release 1.6.3 --- 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 1c5ca4b..34be247 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.6.2'; + const SDK_VERSION = '1.6.3'; /** * Approval URL for Payment diff --git a/release_notes.md b/release_notes.md index 0174338..fea4a36 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,6 +1,11 @@ PayPal PHP SDK release notes ============================ +v1.6.3 +---- +* Fixes Continue 100 Header +* Minor Bug Fixes #452 + v1.6.2 ---- * TLS Check Sample Added