MDL-35415 completely remove add activity in settings (MDL-22732)
This commit is contained in:
@@ -2,6 +2,11 @@ This files describes API changes for course formats
|
||||
|
||||
Overview of this plugin type at http://docs.moodle.org/dev/Course_formats
|
||||
|
||||
=== 2.4 ===
|
||||
|
||||
* Function settings_navigation::add_course_editing_links() is completely removed, course format
|
||||
functions callback_XXXX_request_key() are no longer used (where XXXX is the course format name)
|
||||
|
||||
=== 2.3 ===
|
||||
|
||||
* The new $course->coursedisplay option was introduced, users can now choose to display
|
||||
|
||||
@@ -6,6 +6,7 @@ information provided here is intended especially for developers.
|
||||
* Pagelib: Numerous deprecated functions were removed as classes page_base, page_course
|
||||
and page_generic_activity.
|
||||
* use $CFG->googlemapkey3 instead of removed $CFG->googlemapkey and migrate to Google Maps API V3
|
||||
* Function settings_navigation::add_course_editing_links() is completely removed
|
||||
|
||||
YUI changes:
|
||||
* moodle-enrol-notification has been renamed to moodle-core-notification
|
||||
|
||||
Reference in New Issue
Block a user