From ac69aa65edd19e9f59fb1c468e74095b5bd8fc1a Mon Sep 17 00:00:00 2001 From: japatel Date: Thu, 29 Jan 2015 16:18:50 -0600 Subject: [PATCH] Preparing for v1.1.1 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 7892881..9180748 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.1.0'; + const SDK_VERSION = '1.1.1'; /** * Approval URL for Payment diff --git a/release_notes.md b/release_notes.md index b6aa83c..b50931c 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,5 +1,9 @@ PayPal PHP SDK release notes ============================ +v1.1.1 +---- +* Fix to Cipher Encryption (Critical) + v1.1.0 ---- * Enabled Payouts Cancel API Support for Unclaimed Payouts