mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
e5872a3b45
As the form to upload files to the content bank has been moved to modal, this file is not required any more, so it has been removed.
9 lines
509 B
Plaintext
9 lines
509 B
Plaintext
This files describes API changes in core libraries and APIs,
|
|
information provided here is intended especially for developers.
|
|
|
|
=== 3.11 ===
|
|
* Added "get_uses()" method to content class to return places where a content is used.
|
|
* Added set_visibility()/get_visibility() methods to let users decide if their content should be listed in the content bank.
|
|
* The contentbank/upload.php page for displaying the upload files form has been removed. The form for uploading/replacing
|
|
files now is displayed in a modal.
|