[jira] [Commented] (CB-13707) Can't install latest cordova-plugin-media-capture (3.0.0)

2017-12-27 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-13707:
--

Commit e0c06ebd863722a9f4c5ebd844e313d9a46115f9 in 
cordova-plugin-media-capture's branch refs/heads/3.0.x from [~jcesarmobile]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=e0c06eb
 ]

CB-13707: Fix to allow 3.0.0 version install (#88)



> Can't install latest cordova-plugin-media-capture (3.0.0)
> -
>
> Key: CB-13707
> URL: https://issues.apache.org/jira/browse/CB-13707
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media-capture
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>
> Unmet project requirements for latest version of cordova-plugin-media-capture:
> cordova (8.0.0 in project, >100 required)
> Fetching highest version of cordova-plugin-media-capture that this project 
> supports: 2.0.0 (latest is 3.0.0)



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

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



[jira] [Commented] (CB-13707) Can't install latest cordova-plugin-media-capture (3.0.0)

2017-12-27 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-13707:
--

Commit e0c06ebd863722a9f4c5ebd844e313d9a46115f9 in 
cordova-plugin-media-capture's branch refs/heads/master from [~jcesarmobile]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=e0c06eb
 ]

CB-13707: Fix to allow 3.0.0 version install (#88)



> Can't install latest cordova-plugin-media-capture (3.0.0)
> -
>
> Key: CB-13707
> URL: https://issues.apache.org/jira/browse/CB-13707
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media-capture
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>
> Unmet project requirements for latest version of cordova-plugin-media-capture:
> cordova (8.0.0 in project, >100 required)
> Fetching highest version of cordova-plugin-media-capture that this project 
> supports: 2.0.0 (latest is 3.0.0)



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

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



[jira] [Commented] (CB-13707) Can't install latest cordova-plugin-media-capture (3.0.0)

2017-12-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13707:
-

macdonst closed pull request #88: CB-13707: Fix to allow 3.0.0 version install
URL: https://github.com/apache/cordova-plugin-media-capture/pull/88
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/package.json b/package.json
index 4814c18..b59d768 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
   "2.0.0": {
 "cordova-android": ">=6.3.0"
   },
-  "3.0.0": {
+  "4.0.0": {
 "cordova": ">100"
   }
 }


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Can't install latest cordova-plugin-media-capture (3.0.0)
> -
>
> Key: CB-13707
> URL: https://issues.apache.org/jira/browse/CB-13707
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media-capture
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>
> Unmet project requirements for latest version of cordova-plugin-media-capture:
> cordova (8.0.0 in project, >100 required)
> Fetching highest version of cordova-plugin-media-capture that this project 
> supports: 2.0.0 (latest is 3.0.0)



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

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



[jira] [Commented] (CB-13707) Can't install latest cordova-plugin-media-capture (3.0.0)

2017-12-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13707:
-

jcesarmobile opened a new pull request #88: CB-13707: Fix to allow 3.0.0 
version install
URL: https://github.com/apache/cordova-plugin-media-capture/pull/88
 
 
   
   
   ### Platforms affected
   
   
   ### What does this PR do?
   
   
   ### What testing has been done on this change?
   
   
   ### 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- is the JIRA ID & "android" is the platform 
affected.
   - [ ] Added automated test coverage as appropriate for this change.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Can't install latest cordova-plugin-media-capture (3.0.0)
> -
>
> Key: CB-13707
> URL: https://issues.apache.org/jira/browse/CB-13707
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media-capture
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>
> Unmet project requirements for latest version of cordova-plugin-media-capture:
> cordova (8.0.0 in project, >100 required)
> Fetching highest version of cordova-plugin-media-capture that this project 
> supports: 2.0.0 (latest is 3.0.0)



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

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