-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Milestone
Description
Each info.php of a module has a value $module_platform. But actually this value is currently not used. So even if the value of $module_platform is set to 2.0.0, the module can be installed in lower WBCE versions. Instead, the installation process should be halted and a warning / error message should appear.
Issue about this: the (sub-)versoin has to be given in exact syntax and there's no way to define a minimum and a maximum version, so this needs some more overthinking...