breautek commented on PR #102: URL: https://github.com/apache/cordova-plugin-screen-orientation/pull/102#issuecomment-1427904009
> Hey Team, Do you guys are planning any release of this hotfix, If not what is the alternative solution to which I can resolve this like patch work in a plugin or a different plugin? I assume you're talking about https://github.com/apache/cordova-plugin-screen-orientation/pull/107 rather than this PR but there still a couple of items in the [TODO list](https://github.com/apache/cordova-plugin-screen-orientation/milestone/1) for patch 3.0.3. In the meantime however, https://github.com/apache/cordova-plugin-screen-orientation/pull/107 has been merged in so the changes can be tested by installing from git: ``` cordova plugin remove cordova-plugin-screen-orientation cordova plugin add https://github.com/apache/cordova-plugin-screen-orientation.git ``` You can also pin it to the specific [commit](https://github.com/apache/cordova-plugin-screen-orientation/commit/b444df630bdf204c2cb124cb261e51d73f33abbb) if you want to guarantee that a newer version won't be installed automatically without your knowledge: ``` cordova plugin add https://github.com/apache/cordova-plugin-screen-orientation.git#b444df630bdf204c2cb124cb261e51d73f33abbb ``` As a PMC member, I have to disclaim that installing Apache packages directly from git have not been voted on for release and thus aren't suitable for production use. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
