From 47fdacd929b55ec9b5ef5281168dbe9460c19777 Mon Sep 17 00:00:00 2001 From: Jay Patel Date: Mon, 8 Jun 2015 13:35:46 -0500 Subject: [PATCH] Preparing for 1.4.0 release --- lib/PayPal/Core/PayPalConstants.php | 2 +- release_notes.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/PayPal/Core/PayPalConstants.php b/lib/PayPal/Core/PayPalConstants.php index a92ebd6..9e13dce 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.2'; + const SDK_VERSION = '1.4.0'; /** * Approval URL for Payment diff --git a/release_notes.md b/release_notes.md index 1933c56..6999122 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,5 +1,11 @@ PayPal PHP SDK release notes ============================ +v1.4.0 +---- +* Ability to validate Webhook +* Fixes to Logging Manager to skip if mode is not set +* SDK updates and fixes + v1.3.2 ---- * Minor Fix for Agreement Details