From 5b743371daf2010f81aac63361afdedecfdd48d6 Mon Sep 17 00:00:00 2001 From: Bhavani Bheemanadham Date: Wed, 6 Jul 2016 13:50:19 -0500 Subject: [PATCH] Prepare for 3.2.2 -- Added new line at the end of the file -- Updated releasinator to 0.6 -- Updated changelog -- Bump the version --- .gitignore | 2 +- .releasinator.rb | 2 +- CHANGELOG.md | 31 ++++++++++++++++++------------- CONTRIBUTING.md | 2 +- Gemfile | 2 +- Gemfile.lock | 6 +++--- LICENSE | 2 +- README.md | 2 +- Rakefile | 2 +- package.json | 2 +- plugin.xml | 2 +- src/android/build.gradle | 2 +- 12 files changed, 31 insertions(+), 26 deletions(-) diff --git a/.gitignore b/.gitignore index c6c1891..c55894b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,4 @@ lib-cov *.out *.pid *.gz -*.tmp \ No newline at end of file +*.tmp diff --git a/.releasinator.rb b/.releasinator.rb index d54a409..8548829 100644 --- a/.releasinator.rb +++ b/.releasinator.rb @@ -89,4 +89,4 @@ def package_version() end end end -end \ No newline at end of file +end diff --git a/CHANGELOG.md b/CHANGELOG.md index 72807f6..a1821d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ PayPal Cordova Plugin Release Notes =================================== +3.2.2 +----- +* Android: Minor bug fixes. +* Android: Updated gradle version to 2.14. +* Android: Include `org.json.*` exceptions in default proguard file [#299](https://github.com/paypal/PayPal-Android-SDK/issues/299). 3.2.1 ----- @@ -22,9 +27,9 @@ PayPal Cordova Plugin Release Notes 3.1.24 ------ -* iOS: Update SDK to [2.14.0](https://github.com/paypal/PayPal-iOS-SDK/releases/tag/2.14.0) -* iOS: Support for right to left language layouts in iOS 9 -* iOS: Fix for dynamic text in prices +* iOS: Update SDK to [2.14.0](https://github.com/paypal/PayPal-iOS-SDK/releases/tag/2.14.0). +* iOS: Support for right to left language layouts in iOS 9. +* iOS: Fix for dynamic text in prices. * Android: Updated `minSdkVersion` to 16. This is the minimum Android version to communicate over TLSv1.2, which is required to support [a Payment Card Industry (PCI) Council mandate](http://blog.pcisecuritystandards.org/migrating-from-ssl-and-early-tls). All organizations that handle credit card information are required to comply with this standard. As part of this obligation, [PayPal is updating its services](https://github.com/paypal/tls-update) to require TLSv1.2 for all HTTPS connections. To override the minSdkVersion, please see [the readme](https://github.com/paypal/PayPal-Android-SDK/blob/master/README.md#override-minsdkversion). * 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). @@ -33,26 +38,26 @@ PayPal Cordova Plugin Release Notes ------ * 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 +* Andriod: added bnCode value to payment call. 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) +* 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 ------ -* 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) -* Android : Clean up manifest permissions [#233](https://github.com/paypal/PayPal-Android-SDK/issues/233) -* Android : Update okhttp dependency to 3.0.1 -* Android : Update card.io to 5.3.0 +* 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). +* Android : Clean up manifest permissions [#233](https://github.com/paypal/PayPal-Android-SDK/issues/233). +* Android : Update okhttp dependency to 3.0.1. +* Android : Update card.io to 5.3.0. 3.1.20 ------ -* Update Android SDK to [2.12.4](https://github.com/paypal/PayPal-Android-SDK/releases/tag/2.12.4) +* Update Android SDK to [2.12.4](https://github.com/paypal/PayPal-Android-SDK/releases/tag/2.12.4). 3.1.19 ------ -* Update iOS SDK to [2.12.7](https://github.com/paypal/PayPal-iOS-SDK/releases/tag/2.12.7) +* Update iOS SDK to [2.12.7](https://github.com/paypal/PayPal-iOS-SDK/releases/tag/2.12.7). diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4e9bed2..461c50a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,4 +7,4 @@ General Guidelines ------------------ * **Code style.** Please follow local code style. Ask if you're unsure. -* **No warnings.** All generated code must compile without warnings. \ No newline at end of file +* **No warnings.** All generated code must compile without warnings. diff --git a/Gemfile b/Gemfile index d40045b..d091120 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' -gem 'releasinator', '~> 0.5' +gem 'releasinator', '~> 0.6' diff --git a/Gemfile.lock b/Gemfile.lock index 3e8a135..4e59044 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: addressable (2.4.0) - colorize (0.7.7) + colorize (0.8.1) configatron (4.5.0) faraday (0.9.2) multipart-post (>= 1.2, < 3) @@ -12,7 +12,7 @@ GEM octokit (4.3.0) sawyer (~> 0.7.0, >= 0.5.3) redcarpet (3.3.4) - releasinator (0.5.0) + releasinator (0.6.0) colorize (~> 0.7) configatron (~> 4.5) json (~> 1.8) @@ -31,7 +31,7 @@ PLATFORMS ruby DEPENDENCIES - releasinator (~> 0.5) + releasinator (~> 0.6) BUNDLED WITH 1.12.3 diff --git a/LICENSE b/LICENSE index cef03d0..1d9a9f6 100644 --- a/LICENSE +++ b/LICENSE @@ -25,4 +25,4 @@ The PayPalMobile header files and the PayPal iOS SDK Sample App are released und The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, - either expressed or implied, of the FreeBSD Project. \ No newline at end of file + either expressed or implied, of the FreeBSD Project. diff --git a/README.md b/README.md index 9722959..3ffa762 100644 --- a/README.md +++ b/README.md @@ -223,4 +223,4 @@ Basic Example of the app Code released under [BSD LICENSE](LICENSE) ## Contributions - Pull requests and new issues are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for details. \ No newline at end of file + Pull requests and new issues are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for details. diff --git a/Rakefile b/Rakefile index d52b2d5..33a443c 100644 --- a/Rakefile +++ b/Rakefile @@ -1,2 +1,2 @@ spec = Gem::Specification.find_by_name 'releasinator' -load "#{spec.gem_dir}/lib/tasks/releasinator.rake" \ No newline at end of file +load "#{spec.gem_dir}/lib/tasks/releasinator.rake" diff --git a/package.json b/package.json index 357ead3..56db0d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.paypal.cordova.mobilesdk", - "version": "3.2.1", + "version": "3.2.2", "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 24dc773..097cb23 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.2.1"> + version="3.2.2"> PayPalMobile This plugin allows to add to add PayPal Payments to your application using PayPal Mobile SDK Native library paypal, sdk, payments diff --git a/src/android/build.gradle b/src/android/build.gradle index 8cc3541..7e531d3 100644 --- a/src/android/build.gradle +++ b/src/android/build.gradle @@ -3,7 +3,7 @@ repositories{ } dependencies { - compile('com.paypal.sdk:paypal-android-sdk:2.14.3') { + compile('com.paypal.sdk:paypal-android-sdk:2.14.4') { exclude group: 'io.card' } }