Merge branch 'MDL-75850-main-fix' of https://github.com/meirzamoodle/moodle

This commit is contained in:
Ilya Tregubov 2024-09-03 10:17:17 +08:00
commit 71ede9e192
17 changed files with 1215 additions and 17 deletions

View file

@ -0,0 +1,13 @@
issueNumber: MDL-75850
notes:
core_files:
- message: |
The following are the changes made:
- New hook after_file_created
- In the \core_files\file_storage, new additional param $notify (default is true) added to:
- ::create_file_from_storedfile()
- ::create_file_from_pathname()
- ::create_file_from_string()
- ::create_file()
If true, it will trigger the after_file_created hook to re-create the image.
type: improved