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.2.2
Browse files Browse the repository at this point in the history
  -- Added new line at the end of the file
  -- Updated releasinator to 0.6
  -- Updated changelog
  -- Bump the version
  • Loading branch information
sankarbhavanib committed Jul 6, 2016
1 parent 9148f27 commit 5b74337
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ lib-cov
*.out
*.pid
*.gz
*.tmp
*.tmp
2 changes: 1 addition & 1 deletion .releasinator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ def package_version()
end
end
end
end
end
31 changes: 18 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
-----
Expand All @@ -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).
Expand All @@ -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).
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 warnings.** All generated code must compile without warnings.
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.5'
gem 'releasinator', '~> 0.6'
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -31,7 +31,7 @@ PLATFORMS
ruby

DEPENDENCIES
releasinator (~> 0.5)
releasinator (~> 0.6)

BUNDLED WITH
1.12.3
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
either expressed or implied, of the FreeBSD Project.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Pull requests and new issues are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
spec = Gem::Specification.find_by_name 'releasinator'
load "#{spec.gem_dir}/lib/tasks/releasinator.rake"
load "#{spec.gem_dir}/lib/tasks/releasinator.rake"
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.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",
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.2.1">
version="3.2.2">
<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
2 changes: 1 addition & 1 deletion src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

0 comments on commit 5b74337

Please sign in to comment.