breautek edited a comment on pull request #200: URL: https://github.com/apache/cordova-plugin-media-capture/pull/200#issuecomment-780571230
>Also.. it's not entirely clear if you need to tag a new release in order for us to be able to get the latest changes after you've merged it in? I would assume that a new release/tag is needed otherwise we'll just be getting 3.0.3 which is dated from June 2019 I'm not sure when a release to NPM will be made. Personally I might be busy due to other upcoming projects. You **can** (however I must say it should be for testing purposes only...) install from git. I'd recommend using the commit hash so that you can ensure a consistent "version" of what you're installing. The command below should work, although untested. Don't forget to remove your current plugin install. ``` cordova plugin remove cordova-plugin-media-capture cordova plugin add https://github.com/apache/cordova-plugin-media-capture.git#0e2d9f61f9a9b8016d324750cfd577b506c7fcf1 ``` Thank you @ath0mas for your effort in preparing this PR. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
