mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-50491 filters: deprectate old methods & improve comments
Two methods relating to the old way of doing format_text caching have been deprecated.
This commit is contained in:
parent
f1a415ea70
commit
502561d657
2 changed files with 66 additions and 72 deletions
|
@ -1,6 +1,12 @@
|
|||
This file describes API changes in core filter API and plugins,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
=== 3.0 ===
|
||||
|
||||
* Methods filter_manager::text_filtering_hash and moodle_text_filter::hash have been
|
||||
deprecated. There were use by the old Moodle filtered text caching system
|
||||
that was removed several releases ago.
|
||||
|
||||
=== 2.7 ===
|
||||
|
||||
* Finally filter may use $PAGE and $OUTPUT, yay!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue