mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-73248 adminpresets: Improvements to the Starter preset
This is the list of changes applied to the Starter preset, following the community suggestions and the latest features included in 4.0: - Hide Online users, Recently accessed courses and Starred courses. - Re-enable Description and Essay question types. - Disable guest enrolment and hide guest login button. - Reduce the information displayed in the activity chooser. Apart from that, the User menu items has been removed because it had the same value in both presets (so it makes no sense having there).
This commit is contained in:
parent
d24a4ab56f
commit
256232ad46
4 changed files with 218 additions and 36 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2022021100.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2022021100.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
$release = '4.0dev+ (Build: 20220211)'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue