* Following behat steps have been removed from core:
- I go to "<gradepath_string>" in the course gradebook
* A new admin setting widget 'core_admin\local\settings\filesize' is added.
+* Core capabilities 'moodle/community:add' and 'moodle/community:download' have been removed from core as part of Moodle.net sunsetting.
+* As part of Moodle.net sunsetting process the following hub api functions have been deprecated:
+ - get_courses
+ - unregister_courses
+ - register_course
+ - add_screenshot
+ - download_course_backup
+ - upload_course_backup
+* A new setting 'Cache templates' was added (see MDL-66367). This setting determines if templates are cached or not.
+ This setting can be set via the UI or by defining $CFG->cachetemplates in your config.php file. It is a boolean
+ and should be set to either false or true. Developers will probably want to set this to false.
+ * The core_enrol_edit_user_enrolment webservice has been deprecated. Please use core_enrol_submit_user_enrolment_form instead.
=== 3.7 ===
defined('MOODLE_INTERNAL') || die();
- $version = 2019090500.01; // YYYYMMDD = weekly release date of this DEV branch.
-$version = 2019090400.00; // YYYYMMDD = weekly release date of this DEV branch.
++$version = 2019090500.02; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.