mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
NOBUG: Add upgrade notes
This commit is contained in:
parent
385ed8c83f
commit
788f0e6f0a
10 changed files with 182 additions and 31 deletions
|
@ -2,6 +2,18 @@
|
|||
|
||||
## 4.5dev
|
||||
|
||||
### Added
|
||||
|
||||
- - New optional sectionNum parameter has been added to activitychooser AMD module initializer. - New option sectionnum parameter has been added to get_course_content_items() external function. - New optional sectionnum parameter has been added to get_content_items_for_user_in_course() function.
|
||||
|
||||
For more information see [MDL-81675](https://tracker.moodle.org/browse/MDL-81675)
|
||||
|
||||
### Deprecated
|
||||
|
||||
- The data-sectionid attribute in the activity chooser has been deprecated. Please update your code to use data-sectionnum instead.
|
||||
|
||||
For more information see [MDL-81676](https://tracker.moodle.org/browse/MDL-81676)
|
||||
|
||||
### Changed
|
||||
|
||||
- The reset course page has been improved. The words "Delete" and "Remove" have been removed from all the options to make it easier to focus on the data to be removed and avoid inconsistencies and duplicated information. Third party plugins implementing reset methods might need to:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue