Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Commit

Permalink
Prepare for 3.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryant Luk committed Feb 15, 2017
1 parent 7e1a3f5 commit c69ee34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
21 changes: 3 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
-----
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<name>PayPalMobile</name>
<description>This plugin allows to add to add PayPal Payments to your application using PayPal Mobile SDK Native library</description>
<keywords>paypal, sdk, payments</keywords>
Expand Down

0 comments on commit c69ee34

Please sign in to comment.