You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/18 16:20:00 UTC

[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

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

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

GitHub user kelvindart opened a pull request:

    https://github.com/apache/cordova-plugin-camera/pull/292

    CB-13294 Remove cordova-plugin-compat and include cordova-android dep…

    ### Platforms affected
    cordova-android@6.3.0
    
    ### What does this PR do?
    Removes the dependency on cordova-plugin-compat, and includes checks for min platform version.
    
    ### What testing has been done on this change?
    Testing 1:
    - Add local plugin to project containing cordova-android@6.3.0
    - Verify plugin installs, and app runs.
    
    Testing 2:
    - Add local plugin to project containing cordova-android@6.2.3
    - Verify plugin does not install.
    - Console log as follows:
    
    ```
    Plugin doesn't support this project's cordova-android version. cordova-android: 6.2.3, failed version requirement: >=6.3.0
    Skipping 'cordova-plugin-camera' for android
    ```
    
    This is desirable - this change stops the plugin being installed on `<cordova-android@6.3.0`
    
    ### Checklist
    - [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
    - [x] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
    - [ ] Added automated test coverage as appropriate for this change.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kelvindart/cordova-plugin-camera master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-camera/pull/292.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #292
    
----

----


> Plugins Release Sept 17, 2017
> -----------------------------
>
>                 Key: CB-13294
>                 URL: https://issues.apache.org/jira/browse/CB-13294
>             Project: Apache Cordova
>          Issue Type: Task
>            Reporter: Steve Gill
>            Assignee: Steve Gill
>
> Following steps at https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org