Plugins Release: October 17, 2014
17 Oct 2014
The following plugins were updated today:
- cordova-plugin-camera: 0.3.3
- cordova-plugin-contacts: 0.2.14
- cordova-plugin-file-transfer: 0.4.7
- cordova-plugin-globalization: 0.3.2
- cordova-plugin-inappbrowser: 0.5.3
- cordova-plugin-media: 0.2.14
- cordova-plugin-media-capture: 0.3.4
- cordova-plugin-network-information: 0.2.13
- cordova-plugin-splashscreen: 0.3.4
Notable changes include:
- CB-7633 - Add
iPhone 6/6+support forcordova-splashscreenplugin - CB-7595: Android L changes the type from
MobiletoCellularforcordova-network-informationplugin. - CB-7429 Added Windows support for
cordova-media-captureplugin - CB-7548 BlackBerry10 Re-implement
getPreferredLanguage()andgetLocaleName()forcordova-globalizationplugin. - CB-7529 Windows Adds support for
ms-appdata URIsforcordova-file-transferplugin
The plugins have been updated on our registry at plugins.cordova.io.
You can update any plugin by removing it, and then readding it. E.g. To update your camera plugin:
cordova plugin rm org.apache.cordova.camera
cordova plugin add org.apache.cordova.camera
Other changes include:
org.apache.cordova.camera@0.3.3
- CB-7600 Adds informative message to error callback in manual test.
org.apache.cordova.contacts@0.2.14
- CB-7373 Removes unnecessary Error object creation
- CB-7373 Adds additional output if method is not supported.
- CB-7357 Adds missing
capabilityelement to phone'sappxmanifest.
org.apache.cordova.file-transfer@0.4.7
- Construct proper
FileEntrywithnativeURLproperty set - CB-7532 Handle non-existent download dirs properly
- CB-7529 Adds support for
ms-appdata URIsfor Windows
org.apache.cordova.globalization@0.3.2
- CB-7548 BlackBerry10 Re-implement
getPreferredLanguage()andgetLocaleName().
org.apache.cordova.inappbrowser@0.5.3
- Windows implementation fixes and improvements
zIndexfixed- renamed
InAppBrowserback toinappbrowserfor case sensitive operating systems - Update french translation
- Update doc to add Windows 8
- Update Windows
proxyto be both compatible with Windows 8 and Windows 8.1 - Rename Windows 8.1 to windows8 in
srcdirectory - Append Windows 8.1 platform configuration in
plugin.xml - Append Windows 8.1 proxy using
x-ms-webview
org.apache.cordova.media@0.2.14
- Amazon Specific changes: Added
READ_PHONE_STATEpermission same as done in Android - make possible to play
wavfiles - CB-7638 Get audio duration properly on Windows
- CB-7454 Adds support for
m4aaudio format for Windows - CB-7547 Fixes audio recording on Windows platform
- CB-7531 Fixes
play()failure afterrelease()call
org.apache.cordova.media-capture@0.3.4
- CB-7453 Adds fallback to
m4aaudio format whenmp3recording fails. - CB-7429 Fixes image capture manual tests on Windows
- CB-7429 Move Windows 8 and Windows
Proxiesinto onefile - CB-7429 Adds
media capturesupport for Windows
org.apache.cordova.network-information@0.2.13
- CB-7595: Android L changes the type from
MobiletoCellular, I'm pretty sure this isn't documented
org.apache.cordova.splashscreen@0.3.4
- Finalized iOS splash screen (image name) tests. 176 tests in all, 44 for each type of device (
iPad,iPhone,iPhone5,iPhone6,iPhone 6 Plus). - CB-7633 - (Re-fix based on updated unit tests)
iPhone 6Plus support - Updated iOS tests for locked orientations
- Added more iOS splash screen tests.
- CB-7633 - Add support for
iPhone 6/6+ - Added failing
iPhone 6/6Plus tests. - Added
npm test - CB-7663 - iOS unit tests for splash screen
- Properly formatted splashscreen preference docs.
