mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 16:13:28 +02:00
Merge branch 'MDL-54102_master' of git://github.com/markn86/moodle
This commit is contained in:
commit
3ff8d30246
1 changed files with 7 additions and 0 deletions
|
@ -121,6 +121,13 @@ information provided here is intended especially for developers.
|
|||
$OUTPUT->download_dataformat_selector() instead.
|
||||
when building Xpath, or pass the unescaped value when using the named selector.
|
||||
* Add new file_is_executable(), to consistently check for executables even in Windows (PHP bug #41062).
|
||||
* Introduced new hooks for plugin developers.
|
||||
* pre_course_category_delete($category)
|
||||
* pre_course_delete($course)
|
||||
* pre_course_module_delete($cm)
|
||||
* pre_block_delete($instance)
|
||||
* pre_user_delete($user)
|
||||
These hooks allow developers to use the item in question before it is deleted by core.
|
||||
|
||||
=== 3.0 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue