[ 
https://issues.apache.org/jira/browse/CB-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15023956#comment-15023956
 ] 

ASF GitHub Bot commented on CB-10035:
-------------------------------------

Github user dpogue commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/431#discussion_r45705993
  
    --- 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**
    --- End diff --
    
    Anrdoid -> Android


> Plugins Release Nov 18th, 2015
> ------------------------------
>
>                 Key: CB-10035
>                 URL: https://issues.apache.org/jira/browse/CB-10035
>             Project: Apache Cordova
>          Issue Type: Task
>          Components: Plugins
>            Reporter: Steve Gill
>            Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to