MDL-67262 core_course: Added the ability to recommend activities.
This allows an adminsitrator or a user with 'moodle/course:recommendactivity' to recommend activities in the activity chooser.
This commit is contained in:
committed by
Jake Dallimore
parent
37b2ee3f64
commit
cd09777dbd
+1
-1
@@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2020022100.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2020022100.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
$release = '3.9dev (Build: 20200221)'; // Human-friendly version name
|
||||
|
||||
Reference in New Issue
Block a user