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:
Sara Arjona
2021-04-15 09:31:36 +02:00
parent c78aa10409
commit dc77f13dab
16 changed files with 217 additions and 17 deletions
+1 -1
View File
@@ -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