Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.4
-
Fix Version/s: 2.4
-
Component/s: Log in screen
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_24_STABLE
-
Fixed Branches:MOODLE_24_STABLE
-
Pull Master Diff URL:
Description
Currently for checking if the site is using Moodle 2.4 or onwards we check if there is a WS that starts by component_strings (isValidMoodleVersion function)
We are going to remove that WS because it's not currently used, we should rely in the information returned by get_site_info to check the Moodle version (version and release).
Notice that it's possible that sometimes the release or versions values may be empty (not sure if it's a bug in older versions)