moodle/files/UPGRADING.md

13 lines
533 B
Markdown
Raw Normal View History

2024-09-03 20:05:49 +08:00
# core_files (subsystem) Upgrade notes
2024-10-05 15:08:28 +08:00
## 4.5
2024-09-03 20:05:49 +08:00
### Added
2024-09-27 18:45:07 +07:00
- A new hook, `\core_files\hook\after_file_created`, has been created to allow the inspection of files after they have been saved in the filesystem.
2024-09-03 20:05:49 +08:00
For more information see [MDL-75850](https://tracker.moodle.org/browse/MDL-75850)
2024-09-27 18:45:07 +07:00
- A new hook, `\core_files\hook\before_file_created`, has been created to allow modification of a file immediately before it is stored in the file system.
For more information see [MDL-83245](https://tracker.moodle.org/browse/MDL-83245)