guyromb / cordova-open-native-settings

Plugin to open native screens of iOS/android settings (maintained, end-2020)
http://gsrweb.net
MIT License
113 stars 105 forks source link

Fix for new Cordova 7 behaviour #6

Closed rastafan closed 7 years ago

rastafan commented 7 years ago

This fix is necessary to allow new Cordova 7 to install this plugin with the "fetch" flag set to true (new default behaviour). Otherwise th einstallation will trow a "Invalid Version: 1.2" error.

I moved version in package.json to 1.3.0, feel free to edit that to a desired version.

MichaelMassalas commented 7 years ago

Hi,

Is it easy for this to be merged? I am not able to install the plugin otherwise.

guyromb commented 7 years ago

Merged. Thank you.

MichaelMassalas commented 7 years ago

Thanks a lot! :)