prageeth commented on issue #186: URL: https://github.com/apache/cordova-plugin-splashscreen/issues/186#issuecomment-680890391
Hi, since the version of this plugin has been updated since I created the original PR (#225), I've also now created a new `branch` called `v6`, which pulls in all the latest changes from `apache/cordova-plugin-splashscreen#master`. So for anyone who wants to use the latest version but also with the fix, can use this branch: https://github.com/prageeth/cordova-plugin-splashscreen/tree/v6 I have intentionally left the master branch of my fork untouched to make sure anyone using that fork reference is not affected. You can manually use this `v6` branch name or the individual commit `31ea5cf`. ``` // package.json "cordova-plugin-splashscreen": "git+https://github.com/prageeth/cordova-plugin-splashscreen.git#v6", // or config.xml <plugin name="cordova-plugin-splashscreen" spec="https://github.com/prageeth/cordova-plugin-splashscreen.git#v6" source="git" /> ``` ---------------------------------------------------------------- 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]
