MDL-69331 core_h5p: Add enabled field to libraries
The "enabled" field has been added to the H5P libraries to let admins decide whether a library should be used or not in the site.
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2021041300.00; // 20201109 = branching date YYYYMMDD - do not modify!
|
||||
$version = 2021041300.01; // 20201109 = branching date YYYYMMDD - do not modify!
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
$release = '3.11dev+ (Build: 20210413)';// Human-friendly version name
|
||||
|
||||
Reference in New Issue
Block a user