From c69ee348f595f0ea4429803b9b7a35a83a8eb4fb Mon Sep 17 00:00:00 2001 From: Bryant Luk Date: Wed, 15 Feb 2017 15:28:30 -0600 Subject: [PATCH] Prepare for 3.4.0 release --- CHANGELOG.md | 21 +++------------------ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 5 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46092b7..30609a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,31 +1,16 @@ PayPal Cordova Plugin Release Notes =================================== -TODO ------ -* Android: Update risk-component to 3.5.7. -TODO +3.4.O ----- +* Android: Update risk-component to 3.5.7. * Android: Add mandatory res folder in aar during release [#383](https://github.com/paypal/PayPal-Android-SDK/issues/383). * Android: Updated card.io to 5.5.0. * Android: Updated okhttp to 3.6.0. - -TODO ------ * Android: Removed trustall trustmanager to resolve google play security issue [#364](https://github.com/paypal/PayPal-Android-SDK/issues/364). * Android: Shows amount properly in all devices [#357](https://github.com/paypal/PayPal-Android-SDK/issues/357). - -TODO ------ * iOS: Improve network code reliability. - -TODO ------ -* iOS: Add support for third-party receivers [#140](https://github.com/paypal/PayPal-iOS-SDK/issues/140). Available as an optional property, `PayPalPayment.payeeEmail`. This property is only available for PayPal payments, not Direct Credit Card (DCC) payments. -* iOS: Direct Credit Card (DCC) payments are now deprecated in this SDK. Please use [Braintree Payments](https://www.braintreepayments.com/), a PayPal Company, which is the easiest way to accept PayPal, credit cards, and many other payment methods. -* Android: Add support for third-party receivers [iOS #140](https://github.com/paypal/PayPal-iOS-SDK/issues/140). Available as an optional property, `PayPalPayment.payeeEmail()`. This property is only available for PayPal payments, not Direct Credit Card (DCC) payments. -* Android: Direct Credit Card (DCC) payments are now deprecated in this SDK. Please use [Braintree Payments](https://www.braintreepayments.com/), a PayPal Company, which is the easiest way to accept PayPal, credit cards, and many other payment methods. All new integrations should [disable direct credit card payments](README.md#disabling-direct-credit-card-payments). -* Android: Update card.io to 5.4.2. +* Android and iOS: Direct Credit Card (DCC) payments are now deprecated in this SDK. Please use [Braintree Payments](https://www.braintreepayments.com/), a PayPal Company, which is the easiest way to accept PayPal, credit cards, and many other payment methods. 3.3.1 ----- diff --git a/package.json b/package.json index 6f7d029..9a46920 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.paypal.cordova.mobilesdk", - "version": "3.3.1", + "version": "3.4.0", "description": "This plugin allows to add to add PayPal Payments to your application using PayPal Mobile SDK Native library", "cordova": { "id": "com.paypal.cordova.mobilesdk", diff --git a/plugin.xml b/plugin.xml index 5bd945b..598f058 100644 --- a/plugin.xml +++ b/plugin.xml @@ -4,7 +4,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="com.paypal.cordova.mobilesdk" - version="3.3.1"> + version="3.4.0"> PayPalMobile This plugin allows to add to add PayPal Payments to your application using PayPal Mobile SDK Native library paypal, sdk, payments