Plugins Release
        
        19 Jan 2016
    The following plugins were updated today:
- cordova-plugin-camera@2.1.0
 - cordova-plugin-contacts@2.0.1
 - cordova-plugin-device@1.1.1
 - cordova-plugin-file@4.1.0
 - cordova-plugin-file-transfer@1.5.0
 - cordova-plugin-geolocation@2.1.0
 - cordova-plugin-inappbrowser@1.2.0
 - cordova-plugin-media@2.1.0
 - cordova-plugin-media-capture@1.2.0
 - cordova-plugin-network-information@1.2.0
 - cordova-plugin-splashscreen@3.1.0
 - cordova-plugin-statusbar@2.1.0
 - cordova-plugin-test-framework@1.1.1
 - cordova-plugin-vibration@2.1.0
 - cordova-plugin-whitelist@1.2.1
 
You can update any plugin by removing it, and then re-adding it.
E.g. To update your camera plugin:
cordova plugin rm cordova-plugin-camera --save
cordova plugin add cordova-plugin-camera --save
Changes include:
cordova-plugin-camera@2.1.0
- added 
.ratignore - CB-10319 Android Adding reflective helper methods for permission requests
 - CB-9189 Android Implementing 
save/restoreAPI to handle Activity destruction - CB-10241 App Crash cause by Camera Plugin iOS 7
 - CB-8940 Setting 
z-indexvalues to maximum for UI buttons. 
cordova-plugin-contacts@2.0.1
- CB-10159 Android Adding restore callback to handle Activity destruction
 - CB-10319 Android Adding reflective helper methods for permission requests
 - CB-10117 Added new tests
 - CB-10131 Fixed null contact creation.
 - CB-10053 Documents 
ContactFieldTypeenumeration. - CB-10148 Android Added 
READ_CONTACTSpermission request when picking a contact - CB-10053 Accept assets 
URIsfor contact photos - CB-8115 Save contact birthday properly
 - CB-6979 Don't create duplicates for extracted contacts photos
 - CB-5308 Makes contacts save specs passing
 - CB-5308 Return 
rawIdinstead of id when modifying existing contact - CB-4921 Corrects examples by adding missing 
multipleoption where multiple contacts are expected - CB-10094 Android Fixed empty string comparison
 - CB-3950 Adds support for custom labels
 - CB-9770 Request user permissions before picking a contact
 - CB-8156 Call error callback on 
pickContactcancellation - CB-7906 Prevent app crash when 
desiredFieldsoption has undefined items - CB-7021 Adds manual test for 
pickContact 
cordova-plugin-device@1.1.1
- CB-10238 OSX Move 
device-pluginout fromcordovalibto the plugin repository - CB-9923 Update 
device.platformdocumentation for Browser platform 
cordova-plugin-file@4.1.0
- added 
.ratignorefile - CB-10319 android Adding reflective helper methods for permission requests
 - CB-10023 Fix 
proxy not found erroron Chrome. - CB-8863 ios Fix block usage of self
 
cordova-plugin-file-transfer@1.5.0
- CB-10208 Fix 
file-transfermultipart form data upload format on Windows - CB-9837 Add data 
URIsupport tofile-transferupload on iOS - CB-9600 
FileUploadOptionsparams not posted on iOS - CB-9840 Fallback 
file-transferuploadResponseencoding tolatin1in case not encoded withUTF-8on iOS - CB-9840 Fallback 
file-transferupload/download response encoding tolatin1in case not encoded withUTF-8on iOS - CB-8641 Windows Phone 8.1 Some 
file-transferplugin tests occasionally fail inmobilespec - Adding linting and fixing linter warnings. Reducing timeouts to 7 seconds.
 - CB-10100 updated file dependency to not grab new majors
 - CB-7006 Empty file is created on file transfer if server response is 304
 - CB-10098 
filetransfer.spec.33is faulty - CB-9969 Filetransfer upload error deletes original file
 - CB-10088 
filetransfer spec.10andspec.11test is faulty - CB-9969 Filetransfer upload error deletes original file
 - CB-10086 There are two 
spec.31tests forfile-transfertests - CB-10037 Add progress indicator to file-transfer manual tests
 - CB-9563 Mulptipart form data is used even a header named 
Content-Typeis present - CB-8863 fix block usage of self
 
cordova-plugin-geolocation@2.1.0
- CB-10319 Android Adding reflective helper methods for permission requests
 - CB-8523 Fixed accuracy when 
enableHighAccuracy: falseon iOS. - CB-10286 Don't skip automatic tests on Android devices
 - CB-10277 Error callback should be called w/ 
PositionErrorwhen location access is denied - CB-10285 Added tests for 
PositionErrorconstants - CB-10278 geolocation 
watchPositiondoesn't returnwatchIDstring - CB-8443 Android nothing happens if 
GPSis turned off - CB-10204 Fix 
getCurrentPositionoptions on Android - CB-7146 Remove built-in 
WebView navigator.geolocationmanual tests - CB-2845 
PositionErrorconstants not attached to prototype as specified in W3C document 
cordova-plugin-inappbrowser@1.2.0
- CB-8180: Changing methods of interception in 
WebViewClientclass - CB-10009 Improve 
InAppBrowsertoolbar look and feel on Windows - Open a new window on the Browser platform
 
cordova-plugin-media@2.1.0
- Fixed example referencing non-existent variable
 - CB-9452: Treat 
RTSP streamsasremote URLs - add JIRA issue tracker link
 - fix CB-9884 & CB-9885
 - CB-10100 updated file dependency to not grab new majors
 - Fix block usage of self
 
cordova-plugin-media-capture@1.2.0
cordova-plugin-network-information@1.2.0
- Adding 
CoreTelephonytoplugin.xml - Adding notification for 
CT radioinformation - Adding 
CT radioinformation - CB-10160: Fixed the case mismatch issue
 
cordova-plugin-splashscreen@3.1.0
- CB-9538 Implementing 
FadeSplashScreenfeature for Android - CB-9240 Cordova splash screen plugin iPad landscape mode issue
 - CB-10263 Fix splashscreen plugin filenames for Asset Catalog
 - CB-9374 Android add 
SplashShowOnlyFirstTimeas preference - CB-10244 Don't rotate the iPhone 6 Plus splash
 - CB-9043 Fix the ios splashscreen being deformed on orientation change
 - CB-10079 Splashscreen plugin does not honor 
SplashScreenDelayon iOS - CB-10231 Fix 
FadeSplashScreento default to true on iOS 
cordova-plugin-statusbar@2.1.0
- CB-9513 Allow to show/hide status bar in fullscreen mode.
 - CB-8720 Fix status bar position when app started upside down on iOS 7.
 - CB-10118 Fixes plugin loading error for Browser platform
 
cordova-plugin-test-framework@1.1.1
- CB-10318 Do not wrap test title
 
cordova-plugin-vibration@2.1.0
- CB-9365 Add support for 'vibrateWithPattern' to Windows Phone 8.1 / Windows 10
 
cordova-plugin-whitelist@1.2.1
- CB-10194 info tag prints for ios when not applicable
 
