[jira] [Commented] (CB-13710) Can't install latest cordova-plugin-screen-orientation (3.0.0)

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

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

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

Commit 5b34d069f4827831fd519015e73185c328a9d201 in 
cordova-plugin-screen-orientation's branch refs/heads/3.0.x from [~jcesarmobile]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-screen-orientation.git;h=5b34d06
 ]

CB-13710: Fix to allow 3.0.0 version install (#28)



> Can't install latest cordova-plugin-screen-orientation (3.0.0)
> --
>
> Key: CB-13710
> URL: https://issues.apache.org/jira/browse/CB-13710
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-screen-orientation
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>
> Unmet project requirements for latest version of 
> cordova-plugin-screen-orientation:
> cordova (8.0.0 in project, >100 required)
> Fetching highest version of cordova-plugin-screen-orientation that this 
> project supports: 2.0.2 (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-13710) Can't install latest cordova-plugin-screen-orientation (3.0.0)

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

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

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

Commit 5b34d069f4827831fd519015e73185c328a9d201 in 
cordova-plugin-screen-orientation's branch refs/heads/master from 
[~jcesarmobile]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-screen-orientation.git;h=5b34d06
 ]

CB-13710: Fix to allow 3.0.0 version install (#28)



> Can't install latest cordova-plugin-screen-orientation (3.0.0)
> --
>
> Key: CB-13710
> URL: https://issues.apache.org/jira/browse/CB-13710
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-screen-orientation
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>
> Unmet project requirements for latest version of 
> cordova-plugin-screen-orientation:
> cordova (8.0.0 in project, >100 required)
> Fetching highest version of cordova-plugin-screen-orientation that this 
> project supports: 2.0.2 (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-13710) Can't install latest cordova-plugin-screen-orientation (3.0.0)

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

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

ASF GitHub Bot commented on CB-13710:
-

macdonst closed pull request #28: CB-13710: Fix to allow 3.0.0 version install
URL: https://github.com/apache/cordova-plugin-screen-orientation/pull/28
 
 
   

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 606d79f..60678b8 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
   },
   "engines": {
 "cordovaDependencies": {
-  "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-screen-orientation (3.0.0)
> --
>
> Key: CB-13710
> URL: https://issues.apache.org/jira/browse/CB-13710
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-screen-orientation
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>
> Unmet project requirements for latest version of 
> cordova-plugin-screen-orientation:
> cordova (8.0.0 in project, >100 required)
> Fetching highest version of cordova-plugin-screen-orientation that this 
> project supports: 2.0.2 (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-13710) Can't install latest cordova-plugin-screen-orientation (3.0.0)

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

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

ASF GitHub Bot commented on CB-13710:
-

jcesarmobile opened a new pull request #28: CB-13710: Fix to allow 3.0.0 
version install
URL: https://github.com/apache/cordova-plugin-screen-orientation/pull/28
 
 
   
   
   ### 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-screen-orientation (3.0.0)
> --
>
> Key: CB-13710
> URL: https://issues.apache.org/jira/browse/CB-13710
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-screen-orientation
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>
> Unmet project requirements for latest version of 
> cordova-plugin-screen-orientation:
> cordova (8.0.0 in project, >100 required)
> Fetching highest version of cordova-plugin-screen-orientation that this 
> project supports: 2.0.2 (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