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

Commit

Permalink
Preparing for release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Patel committed May 13, 2016
1 parent a9195f7 commit b95c7d1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
PayPal Cordova Plugin Release Notes
===================================

3.2.0
------
* Enabled card.io plugin capabilities.

3.1.26
------
* Android: Update card.io to 5.3.4.
Expand All @@ -19,19 +24,19 @@ PayPal Cordova Plugin Release Notes
* Android: Update okhttp dependency to 3.2.0.
* Android: Fixes issue related to non-ascii characters in user agent [#271](https://github.com/paypal/PayPal-Android-SDK/issues/271).

3.1.23
3.1.23
------
* Android: Update okhttp dependency to 3.1.2.
* Android: Really fixes issue related to okhttp 3.1.2 [#258](https://github.com/paypal/PayPal-Android-SDK/issues/258).
* Andriod: added bnCode value to payment call

3.1.22
3.1.22
------
* iOS : Update SDK to [2.13.1](https://github.com/paypal/PayPal-iOS-SDK/releases/tag/2.13.1)
* iOS : Update card.io dependency to [5.3.1](https://github.com/card-io/card.io-iOS-SDK/releases/tag/5.3.1)
* Android: Fix issue preventing the SDK from app-switching to newer versions of the PayPal App.

3.1.21
3.1.21
------
* iOS : Update SDK to [2.13.0](https://github.com/paypal/PayPal-iOS-SDK/releases/tag/2.13.0)
* Android : Fix sandbox pinning issue [#228](https://github.com/paypal/PayPal-Android-SDK/issues/228)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org'

gem 'releasinator', '~> 0.3'
gem 'releasinator', '~> 0.4'
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GEM
octokit (4.3.0)
sawyer (~> 0.7.0, >= 0.5.3)
redcarpet (3.3.4)
releasinator (0.3.2)
releasinator (0.4.0)
colorize (~> 0.7)
configatron (~> 4.5)
json (~> 1.8)
Expand All @@ -31,7 +31,7 @@ PLATFORMS
ruby

DEPENDENCIES
releasinator (~> 0.3)
releasinator (~> 0.4)

BUNDLED WITH
1.11.2
1.12.3
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.1.26",
"version": "3.2.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.1.26">
version="3.2.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 b95c7d1

Please sign in to comment.