Would like someone to proof read and give me the +1 before I post:
---
layout: post
author:
name: Andrew Grieve
url: https://twitter.com/GrieveAndrew
title: "Plugins Release: Jan 2, 2014"
categories: news
tags: release
---
The following plugins were updated today:
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* [email protected]
With this release, documentation for plugins have moved from
[http://cordova.apache.org/docs](http://cordova.apache.org/docs) to the
`doc/` directory
within plugins themselves. Eventually, docs will be available online through
[plugins.cordova.io](http://plugins.cordova.io).
Aside from documentation, changes include:
<!--more-->
`org.apache.cordova.camera`
* [CB-2442](https://issues.apache.org/jira/browse/CB-2442) [CB-2419](
https://issues.apache.org/jira/browse/CB-2419) Use
Windows.Storage.ApplicationData.current.localFolder, instead of writing to
app package.
* BlackBerry10: Adding platform level permissions
* [CB-5599](https://issues.apache.org/jira/browse/CB-5599) Android: Catch
and ignore OutOfMemoryError in getRotatedBitmap()
`org.apache.cordova.device`
* [CB-5504](https://issues.apache.org/jira/browse/CB-5504) Moving Telephony
Logic out of Device
`org.apache.cordova.dialogs`
* [CB-4696](https://issues.apache.org/jira/browse/CB-4696) Fix compile
error for Xcode 4.5.
* [CB-3762](https://issues.apache.org/jira/browse/CB-3762) Change prompt
default to empty string
* Move images from css to img
`org.apache.cordova.geolocation`
* windows8: adds missing reference to PositionError (w/o it the app crashes)
* Removing incorrectly added closing comments for wp7 platform in plugin.xml
`org.apache.cordova.inappbrowser`
* [CB-5592](https://issues.apache.org/jira/browse/CB-5592) Android: Add
MIME type to Intent when opening file:/// URLs
* [CB-5594](https://issues.apache.org/jira/browse/CB-5594) iOS: Add
disallowoverscroll option.
* [CB-5595](https://issues.apache.org/jira/browse/CB-5595) Add
toolbarposition=top option.
* Apply [CB-5193](https://issues.apache.org/jira/browse/CB-5193) to
InAppBrowser (Fix DB quota exception)
* [CB-5593](https://issues.apache.org/jira/browse/CB-5593) iOS: Make
InAppBrowser localizable
* [CB-5591](https://issues.apache.org/jira/browse/CB-5591) Change
window.escape to encodeURIComponent
`org.apache.cordova.media`
* Adding READ_PHONE_STATE to the plugin permissions
`org.apache.cordova.media-capture`
* [CB-5569](https://issues.apache.org/jira/browse/CB-5569) Windows8.
MediaFile constructor does not exist
* [CB-5517](https://issues.apache.org/jira/browse/CB-5517) Fix the audio
capture IO exception by putting it in a runnable
`org.apache.cordova.splashscreen`
* Handle error when splash image is missing.
The plugins have been updated on our registry at [plugins.cordova.io](
http://plugins.cordova.io/).
E.g. To update your vibration plugin:
cordova plugin rm org.apache.cordova.vibration
cordova plugin add org.apache.cordova.vibration