mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
11 lines
No EOL
431 B
Text
11 lines
No EOL
431 B
Text
This files describes API changes in the book code.
|
|
|
|
=== 3.0 ===
|
|
|
|
* External function mod_book_external::get_books_by_courses returned parameter "name" has been changed to PARAM_RAW,
|
|
this is because the new external_format_string function may return raw data if the global moodlewssettingraw parameter is used.
|
|
|
|
=== 2.7 ===
|
|
|
|
* bogus legacy log calls were removed
|
|
* \mod_book\event\chapter_deleted::set_legacy_logdata() was removed |