Upgrade modules without upgrading core
-
Hi again,
It it possible to uprade a module to its latest version without upgarding the core?
Lets say we want to upgrade snmp module to 1.5.2 version and we have core version 2.5.2
Best Regards
Stathis
-
Hi Stathis,
What would bring hesitation in upgrading the core? 2.7.12 is pretty nice! And 2.8 will be along very soon.
To answer your question, maybe. Module's core version compatibility is determined in the module's module.properties file. You could change the core compatibility version and subvert the check if the module matches the core, but we would not offer support in such a circumstance and will not be surprised if there are compilation type errors (NoSuchMethodException, etc) or other unexpected issues in doing so.