Closed TheRedDaemon closed 8 months ago
The way to make version compatibility excessible woudl be to allow path-names with astericses in the versions. So it should probably support these in some form or another for changing file path names: Original-Pluginname- Original-Pluginname-X. Original-Pluginname-X.X.*
@gynt I have actually no idea how to solve this:
Any ideas?
There can only be one version of a plugin/module loaded at any time, right? If yes, if I could get the version of the currently active plugin in the backend, I might be able to construct the folder. The same counts for the GUI: If only one plugin version can be active, I do not need to care for the version of the plugin in the swapper, since it can only be one AI of the same name per plugin.
There can only be one version of a plugin/module loaded at any time, right? If yes, if I could get the version of the currently active plugin in the backend, I might be able to construct the folder. The same counts for the GUI: If only one plugin version can be active, I do not need to care for the version of the plugin in the swapper, since it can only be one AI of the same name per plugin.
Correct
The way depends on how the version handling develops.