Github user dpogue commented on a diff in the pull request:
https://github.com/apache/cordova-docs/pull/431#discussion_r45706005
--- Diff: www/_posts/2015-11-24-plugins-release.md ---
@@ -0,0 +1,330 @@
+---
+layout: post
+author:
+ name: Steve Gill
+ url: https://twitter.com/stevesgill
+title: "Plugins Release"
+categories: news
+tags: release plugins
+---
+
+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]
+* [email protected]
+* [email protected]
+* [email protected]
+* [email protected]
+* [email protected]
+* [email protected]
+
+The following plugins now require `[email protected]`.
+* cordova-plugin-camera
+* cordova-plugin-contacts
+* cordova-plugin-file
+* cordova-plugin-geolocation
+* cordova-plugin-media
+
+If you are using an older version of `cordova-android`, you will have to
explicitly install older versions of these plugins now.
+
+E.g.
+
+ cordova plugin add [email protected] --save
+
+To see what versions exist for a plugin, run `npm info PLUGINNAME`.
+
+----
+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:
+<!--more-->
+
[email protected]
+
+* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated
`RELEASENOTES` to be newest to oldest
+* Fixing contribute link.
+
[email protected]
+
+* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated
`RELEASENOTES` to be newest to oldest
+* [CB-8863](https://issues.apache.org/jira/browse/CB-8863) correct block
usage for `async` calls
+* [CB-5479](https://issues.apache.org/jira/browse/CB-5479) changed
`saveToPhotoAlbum` to save uncompressed images for **Android**
+* [CB-9169](https://issues.apache.org/jira/browse/CB-9169) Fixed
`filetype` for uncompressed images and added quirk for **Android**
+* [CB-9446](https://issues.apache.org/jira/browse/CB-9446) Removing
`CordovaResource` library code in favour of the code we're supposed to be
deprecating because that at least works.
+* [CB-9942](https://issues.apache.org/jira/browse/CB-9942) Normalize line
endings in Camera plugin docs
+* [CB-9910](https://issues.apache.org/jira/browse/CB-9910) Add permission
request for some gallery requests for **Android**
+* [CB-7668](https://issues.apache.org/jira/browse/CB-7668) Adding a
sterner warning for `allowedit` on **Android**
+* Fixing contribute link.
+* Using the `CordovaResourceApi` to fine paths of files in the background
thread. If the file doesn't exist, return the content `URI`.
+* Add engine tag for **Cordova-Android 5.0.x**
+* [CB-9583](https://issues.apache.org/jira/browse/CB-9583): Added support
for **Marshmallow** permissions (**Android 6.0**)
+* Try to use `realpath` filename instead of default `modified.jpg`
+* [CB-6190](https://issues.apache.org/jira/browse/CB-6190) **iOS** camera
plugin ignores quality parameter
+* [CB-9633](https://issues.apache.org/jira/browse/CB-9633) **iOS** Taking
a Picture With Option `destinationType:NATIVE_URI` doesn't show image
+* [CB-9745](https://issues.apache.org/jira/browse/CB-9745) Camera plugin
docs should be generated from the source
+* [CB-9622](https://issues.apache.org/jira/browse/CB-9622) **WP8** Camera
Option `destinationType:NATIVE_URI` is a `NO-OP`
+* [CB-9623](https://issues.apache.org/jira/browse/CB-9623) Fixes various
issues when `encodingType` set to `png`
+* [CB-9591](https://issues.apache.org/jira/browse/CB-9591) Retaining
aspect ratio when resizing
+* [CB-9443](https://issues.apache.org/jira/browse/CB-9443) Pick correct
`maxResolution`
+* [CB-9151](https://issues.apache.org/jira/browse/CB-9151) Trigger
`captureAction` only once
+* [CB-9413](https://issues.apache.org/jira/browse/CB-9413) Close
`RandomAccessStream` once copied
+* [CB-5661](https://issues.apache.org/jira/browse/CB-5661) Remove outdated
**iOS** quirks about memory
+* [CB-9349](https://issues.apache.org/jira/browse/CB-9349) Focus control
and nice UI
+* [CB-9259](https://issues.apache.org/jira/browse/CB-9259) Forgot to add
another check on which `URI` we're using when fixing this thing the first time
+* [CB-9247](https://issues.apache.org/jira/browse/CB-9247) Added macro to
conditionally add `NSData+Base64.h`
+* [CB-9247](https://issues.apache.org/jira/browse/CB-9247) Fixes
compilation errors with **cordova-ios 4.x**
+* Fix returning native url on **Windows**.
+
[email protected]
+
+* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated
`RELEASENOTES` to be newest to oldest
+* Fixing contribute link.
+* Document formatting options for the console object
+* [CB-5089](https://issues.apache.org/jira/browse/CB-5089) Document
supported methods for console object
+* reverted `d58f218b9149d362ebb0b8ce697cf403569d14cd` because `logger` is
not needed on **Android**
+
[email protected]
+
+* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated
`RELEASENOTES` to be newest to oldest
+* [CB-9728](https://issues.apache.org/jira/browse/CB-9728) Solving memory
leak issues due to opened cursor objects
+* [CB-9940](https://issues.apache.org/jira/browse/CB-9940) Adding
namespace declarations for `m3` and uap to `plugin.xml`.
+* [CB-9905](https://issues.apache.org/jira/browse/CB-9905) mark tests as
pending if **iOS** permission is blocked.
+* Refactored `ContactManager` after feedback
+* Commit of Contacts Plugin with new `API` for new **MarshMallow**
permissions for **Android 6.0**
+* Fixing contribute link.
+* [CB-9823](https://issues.apache.org/jira/browse/CB-9823) Making sure the
`photoCursor` is always closed.
+* Shortened multiple references to use `CommonDataKinds` directly
+* removed multiple calls `toLowerCase(Locale.getDefault())` for the same
string, use type Phone `enum` directly.
+* [CB-8537](https://issues.apache.org/jira/browse/CB-8537) Updated source
to pass `Fortify` scan.
+* Update `ContactProxy.js`
+* Do not return absolute path for contact images.
+* [CB-9579](https://issues.apache.org/jira/browse/CB-9579) Fixed failed
tests when `DeleteMe` contact already exists
+* [CB-9054](https://issues.apache.org/jira/browse/CB-9054): Can't fully
reproduce, but we should probably wrap this in an exception anyway.
+
[email protected]
+
+* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated
`RELEASENOTES` to be newest to oldest
+* Add `isVirtual` for **Windows Phone 8.x**
+* Added basic **Android** support for hardware serial number
+* [CB-9865](https://issues.apache.org/jira/browse/CB-9865) Better
simulator detection for **iOS**
+* Fixing contribute link.
+* Added **WP8** implementation
+* update to use `TARGET_OS_SIMULATOR` as `TARGET_IPHONE_SIMULATOR` is
deprecated.
+* update code to use 'isVirtual'
+* create test to verify existence and type of new property 'isVirtual'
+* add `isSimulator` for **iOS** & **Android** device
+* Updated documentation to mention backwards compatibility
+* Updated **README** to reflect new behaviour and quirks on **iOS**
+* Check user defaults first to maintain backwards compatibility
+* Changed `UUID` to use `[UIDevice identifierForVendor]`
+
[email protected]
+
+* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated
`RELEASENOTES` to be newest to oldest
+* access all `accel` properties via getters
+* Return error when `accelerometer` not available, skip/pending tests when
accel not available, use getters for properties
+* Returning an `OK PluginResult.Status` when starting
+* Update `README.md`
+* Added **Android** quirk
+* Fixing contribute link.
+* [CB-9426](https://issues.apache.org/jira/browse/CB-9426) Fix exception
when using device motion plugin on **browser** platform.
+* [CB-9339](https://issues.apache.org/jira/browse/CB-9339) Increase the
default sensor accuracy
+
[email protected]
+
+* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated
`RELEASENOTES` to be newest to oldest
+* [CB-4596](https://issues.apache.org/jira/browse/CB-4596) Fix `timestamp`
to be `DOMTimeStamp` across the board
+* Fixing contribute link.
+* [CB-9426](https://issues.apache.org/jira/browse/CB-9426) Fix exception
when using device orientation plugin on **browser** platform.
+
[email protected]
+
+* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated
`RELEASENOTES` to be newest to oldest
+* [CB-8549](https://issues.apache.org/jira/browse/CB-8549) Updated source
to pass `Fortify` scan.
+* Fixing contribute link.
+* add `CSS class` to prompt `div` for **Windows** platform
+* [CB-9347](https://issues.apache.org/jira/browse/CB-9347) - fix to allow
to stack multiple `UIAlertControllers`
+
[email protected]
+
+* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated
`RELEASENOTES` to be newest to oldest
+* [CB-8497](https://issues.apache.org/jira/browse/CB-8497) Fix handling of
file paths with `#` character
+* Do not inject default `AndroidPersistentFileLocation` into `config.xml`
+* [CB-9891](https://issues.apache.org/jira/browse/CB-9891): Fix permission
errors due to `URI encoding` inconsistency on **Android**
+* Fixed `NullPointer Exception` in **Android 5** and above due to invalid
column name on cursor
+* Fix default persistent file location
+* fix `applicationDirectory` to use `ms-appx:///`
+* Add **Windows** paths to `cordova.file` object
+* [CB-9851](https://issues.apache.org/jira/browse/CB-9851) Document
`cdvfile` protocol quirk - using `cdvfile://` in the `DOM` is not supported on
**Windows**
+* [CB-9752](https://issues.apache.org/jira/browse/CB-9752) `getDirectory`
fails on valid directory with assets filesystem
+* [CB-7253](https://issues.apache.org/jira/browse/CB-7253)
`requestFileSystem` fails when no external storage is present
+* Adding permissions for **Marshmallow**. Now supports **Anrdoid 6.0**
+* Fixing contribute link.
+* always use setters to fix memory issues without `ARC` for **iOS**
+* [CB-9331](https://issues.apache.org/jira/browse/CB-9331)
`getFreeDiskSpace` **iOS**.
+* override `resolveLocalFileSystemURL` by
`webkitResolveLocalFileSystemURL` for **browser** platform add `.project` into
git ignore list
+* Fail with `FileError.ENCODING_ERR` on encoding exception.
+* [CB-9544](https://issues.apache.org/jira/browse/CB-9544) Add file plugin
for **OSX**
+* [CB-9539](https://issues.apache.org/jira/browse/CB-9539) Fixed test
failure on **Android** emulator
+* Added docs on `CSP` rules needed for using `cdvfile` in DOM src. This
closes #120
+* Added `cdvfile` protocol purpose description and examples
+
[email protected]
+
+* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated
`RELEASENOTES` to be newest to oldest
+* [CB-9879](https://issues.apache.org/jira/browse/CB-9879) `getCookie`s
can cause unhandled `NullPointerException`
+* [CB-6928](https://issues.apache.org/jira/browse/CB-6928) Wrong behaviour
transferring cacheable content
+* [CB-51](https://issues.apache.org/jira/browse/CB-51) FileTransfer -
Support `PUT` Method
+* [CB-9906](https://issues.apache.org/jira/browse/CB-9906) cleanup
duplicate code, removed 2nd `isWP8` declaration.
+* [CB-9950](https://issues.apache.org/jira/browse/CB-9950) Unpend
Filetransfer spec.27 on **wp8** as custom headers are now supported
+* [CB-9843](https://issues.apache.org/jira/browse/CB-9843) Added **wp8**
quirk to test spec 12
+* Fixing contribute link.
+* [CB-8431](https://issues.apache.org/jira/browse/CB-8431) File Transfer
tests crash on **Android Lolipop**
--- End diff --
Lolipop -> Lollipop
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]