You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/07/06 13:11:36 UTC

[GitHub] [cordova-plugin-camera] grischan opened a new issue #619: Release 4.2.0 on npm?

grischan opened a new issue #619:
URL: https://github.com/apache/cordova-plugin-camera/issues/619


   Hello,
   
   could the new version 4.2.0 published on npmjs? The latest version there is 4.1.0.
   
   Thank you and best Regards
   Christian


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-camera] timbru31 commented on issue #619: Release 4.2.0 on npm?

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #619:
URL: https://github.com/apache/cordova-plugin-camera/issues/619#issuecomment-654261878


   That's what erisu meant, too. The attempted release for 4.2.0 failed as it's broken on Android. We are currently working on a new version (no ETA)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-camera] DURK commented on issue #619: Release 4.2.0 on npm?

Posted by GitBox <gi...@apache.org>.
DURK commented on issue #619:
URL: https://github.com/apache/cordova-plugin-camera/issues/619#issuecomment-677471122


   @timbru31 I see. Do you know what issue was found on Android?
   
   Reason I'm asking: I'm mainly using the Capacitor's Camera API, but as this doesn't have the **select a video from library** feature, I'm still using the **cordova-plugin-camera** for that. So far, I've not found any issues with this feature, so I could be safe just updating to 4.2.0. But I want to be sure it's not some obscure issue or memory leak.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-camera] grischan commented on issue #619: Release 4.2.0 on npm?

Posted by GitBox <gi...@apache.org>.
grischan commented on issue #619:
URL: https://github.com/apache/cordova-plugin-camera/issues/619#issuecomment-654249231


   I dont mean the version of cordova,  I mean the camera-plugin itself on npm.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-camera] breautek commented on issue #619: Release 4.2.0 on npm?

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #619:
URL: https://github.com/apache/cordova-plugin-camera/issues/619#issuecomment-678318804


   The email thread can be found at https://lists.apache.org/thread.html/rd4e20db0cc4e038f3ea9c14d29648fded38f7605359253c976a2e38d%40%3Cdev.cordova.apache.org%3E
   
   This PR I guess is the culprit, https://github.com/apache/cordova-plugin-camera/pull/588 but I'm not sure in what way it breaks.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-camera] timbru31 commented on issue #619: Release 4.2.0 on npm?

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #619:
URL: https://github.com/apache/cordova-plugin-camera/issues/619#issuecomment-676494661


   Yes the issue was not discovered with automated testing (i.e., Travis is green)but observed when we've done manual testing.
   
   Yes, a regression test should be added, but our current plugin testing setup is...well not optimal.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-camera] erisu closed issue #619: Release 4.2.0 on npm?

Posted by GitBox <gi...@apache.org>.
erisu closed issue #619:
URL: https://github.com/apache/cordova-plugin-camera/issues/619


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-camera] DURK commented on issue #619: Release 4.2.0 on npm?

Posted by GitBox <gi...@apache.org>.
DURK commented on issue #619:
URL: https://github.com/apache/cordova-plugin-camera/issues/619#issuecomment-676489640


   @timbru31 I don't see any issues on the Travis build of 4.2.0. Am I missing something?
   https://travis-ci.org/github/apache/cordova-plugin-camera/builds/684163700


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-camera] erisu commented on issue #619: Release 4.2.0 on npm?

Posted by GitBox <gi...@apache.org>.
erisu commented on issue #619:
URL: https://github.com/apache/cordova-plugin-camera/issues/619#issuecomment-654230579


   Cordova does not have a 4.2.0 release.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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