-
Improvement
-
Resolution: Won't Do
-
Minor
-
None
-
3.0
-
None
-
MOODLE_30_STABLE
I discovered by accident that get_component_version() function in the adminlib.php does not use the plugin manager features designed exactly for this.
Additionally, it looks like this function is used at only three places at the moment. So, the suggestion is to:
- Rewrite the function so that it uses the plugin manager
- Rewrite all three places using it to use the plugin manager directly instead
- Deprecate and eventually remove this function completely
- has been marked as being related by
-
MDL-49329 Multiple improvements in the plugins installation/update system
- Closed