From 18e4eaaf319b48de2457abb7b2b1807cfe704c0a Mon Sep 17 00:00:00 2001 From: Jay Patel Date: Thu, 25 Jun 2015 12:12:03 -0500 Subject: [PATCH] Preparing for 1.5.0 release --- README.md | 3 +-- lib/PayPal/Core/PayPalConstants.php | 2 +- release_notes.md | 6 ++++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e06b561..b0fc253 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,7 @@ __Welcome to PayPal PHP SDK__. This repository contains PayPal's PHP SDK and sam ## Latest Updates -> **Seeing this error: `'Method PayPal\Api\Sale::getTransactionFee() does not exist' in paypal/vendor/paypal/rest-api-sdk-php/lib/PayPal/Common/PPReflectionUtil.php:73`, Please upgrade the SDK to latest version [v1.3.0](https://github.com/paypal/PayPal-PHP-SDK/releases/tag/v1.3.0).** - +- Vault APIs now have List Credit Card with Filters, new Fields to help you find the object easily. Checkout the latest release. - 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. - Now we have a [Github Page](http://paypal.github.io/PayPal-PHP-SDK/), that helps you find all helpful resources building applications using PayPal-PHP-SDK. - Introduced `DEBUG` level to logging. Deprecated `FINE`. Ability to restrict `DEBUG` level on `live` mode. [Read More](https://github.com/paypal/PayPal-PHP-SDK/wiki/Logging). diff --git a/lib/PayPal/Core/PayPalConstants.php b/lib/PayPal/Core/PayPalConstants.php index 9e13dce..077120e 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.4.0'; + const SDK_VERSION = '1.5.0'; /** * Approval URL for Payment diff --git a/release_notes.md b/release_notes.md index 6999122..c44ce5d 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,5 +1,11 @@ PayPal PHP SDK release notes ============================ +v1.5.0 +---- +* Enabled Vault List API +* Added More Fields to Vault Credit Card Object +* Minor Fixes + v1.4.0 ---- * Ability to validate Webhook