They are related but not same. CB-8594 asks to save the plugin version information during "cordova plugin add --save". Right now we do not save version unless the command is "cordova plugin add --save --shrinkwrap". This behaviour allows plugins to be restored to the latest possible version available if they are not explicitly shrinkwrapped.
As for CB-8733, "cordova plugin save" command can not save the version information even if it had wanted to because fetch.json is missing that information. It is a bug. -- Gorkem On Tue, Mar 24, 2015 at 11:29 AM, Raymond Camden <[email protected]> wrote: > Is that a dupe of https://issues.apache.org/jira/browse/CB-8594? > > On Tue, Mar 24, 2015 at 10:19 AM, Edna Y Morales <[email protected]> > wrote: > > > > > > Currently, version info is not saved for plugins in the fetch.json. That > > needs to be added so that plugin version can be saved in the config.xml. > It > > should follow what 'cordova platform save' does. I created a jira item > for > > this: https://issues.apache.org/jira/browse/CB-8733 and opened a pull > > request: https://github.com/apache/cordova-lib/pull/189. If someone > could > > review it and provide any feedback. > > > > Thanks, > > Edna Morales > > > > -- > =========================================================================== > Raymond Camden, Developer Advocate for MobileFirst at IBM > > Email : [email protected] > Blog : www.raymondcamden.com > Twitter: raymondcamden > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
