WifiWizard2 icon indicating copy to clipboard operation
WifiWizard2 copied to clipboard

Update plugin id to match change in package.json

Open saoron opened this issue 5 years ago • 6 comments

Urgent!

the Id change to the standard cordova format is great but someone forgot to change this in the config.xml as well making the plugin uninstallable..

saoron avatar Apr 30 '19 13:04 saoron

@tripflex You'll need to publish to npm so can you handle this PR please

arsenal942 avatar May 06 '19 05:05 arsenal942

Up?!

kalicki avatar May 22 '19 21:05 kalicki

Related to https://github.com/tripflex/WifiWizard2/issues/49

Basically when i first forked this plugin I didn't follow the standard of using cordova-plugin-XXXX in the naming, which is how it should be, so probably need to rename this repo to use the correct format of naming for the plugin

tripflex avatar Jun 23 '19 20:06 tripflex

Not really sure what the best way to handle this would be, for existing users using the WifiWizard2 to update for future users to use cordova-plugin-wifiwizard2 ... thoughts? @arsenal942 ? I guess we do need to update this when it's pushed to npm, so maybe create a separate branch specific for backwards compatibility, and use that branch when pushing to npm just making sure the name matches?

tripflex avatar Jun 23 '19 20:06 tripflex

Not really sure what the best way to handle this would be, for existing users using the WifiWizard2 to update for future users to use cordova-plugin-wifiwizard2 ... thoughts? @arsenal942 ? I guess we do need to update this when it's pushed to npm, so maybe create a separate branch specific for backwards compatibility, and use that branch when pushing to npm just making sure the name matches?

@tripflex Late reply sorry. It won't impact their live/currently published applications so we COULD replace the existing branch and it is on the developers to simply re-install the plugin with the new Id. If we don't have a backwards compatible branch, all we would break is new builds where their build process will freak out about not finding the right plugin.

I'd be more inclined to do that otherwise developers will continue to use the 'backwards compatible' version and never update the Id to match.

arsenal942 avatar Jun 27 '19 21:06 arsenal942

@tripflex I am going to merge this. You will need to do what I said above after I merge.

arsenal942 avatar Oct 31 '19 03:10 arsenal942