From c269976b2d5e8a726544e544fb56052d13c79715 Mon Sep 17 00:00:00 2001 From: japatel Date: Mon, 26 Jan 2015 13:55:21 -0600 Subject: [PATCH] Preparing for Release 1.1.0 --- README.md | 1 + lib/PayPal/Core/PayPalConstants.php | 2 +- release_notes.md | 8 ++++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5892583..bb789cc 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ __Welcome to PayPal PHP SDK__. This repository contains PayPal's PHP SDK and sam ## Latest Updates +- Enabled [Cancel Unclaimed Payouts Support](https://developer.paypal.com/webapps/developer/docs/api/#cancel-an-unclaimed-payout-item) available in [1.1.0](https://github.com/paypal/PayPal-PHP-SDK/releases/tag/v1.1.0) - Checkout the latest 1.0.0 release. Here are all the [ breaking Changes in v1.0.0 ](https://github.com/paypal/PayPal-PHP-SDK/wiki/Breaking-Changes---1.0.0) if you are migrating from older versions. ## Prerequisites diff --git a/lib/PayPal/Core/PayPalConstants.php b/lib/PayPal/Core/PayPalConstants.php index 8ce1277..7892881 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.0.0'; + const SDK_VERSION = '1.1.0'; /** * Approval URL for Payment diff --git a/release_notes.md b/release_notes.md index 97734d5..b6aa83c 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,5 +1,13 @@ PayPal PHP SDK release notes ============================ +v1.1.0 +---- +* Enabled Payouts Cancel API Support for Unclaimed Payouts +* Encrypting Access Token in Cached Storage +* Updated Billing Agreement Search Transaction code to pass start_date and end_date +* Updated OAuthToken to throw proper error on not receiving access token +* Minor Bug Fixes and Documentation Updates + v1.0.0 ---- * Enabled Payouts API Support