From 7f51b58b69d8f0cbba5c79b64dd9bef5ef6fc753 Mon Sep 17 00:00:00 2001 From: Jay Patel Date: Fri, 27 Feb 2015 16:45:52 -0600 Subject: [PATCH] Preparing for 1.3.0 release --- README.md | 5 ++++- lib/PayPal/Core/PayPalConstants.php | 2 +- release_notes.md | 5 +++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf3fc1f..8966d2a 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,12 @@ __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).** + +- 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). -- 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 544c474..a070281 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.2.1'; + const SDK_VERSION = '1.3.0'; /** * Approval URL for Payment diff --git a/release_notes.md b/release_notes.md index d2596d2..56ab074 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,5 +1,10 @@ PayPal PHP SDK release notes ============================ +v1.3.0 +---- +* Updated Payment APIs +* Updating ModelAccessValidator to be disabled if not set explicitly + v1.2.1 ---- * Ability to handle missing accesors for unknown objects in json