mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-50491 admin: new setting class for list of filters.
This commit is contained in:
parent
502561d657
commit
a94b2cb873
2 changed files with 48 additions and 0 deletions
|
@ -3,6 +3,10 @@ information provided here is intended especially for developers.
|
|||
|
||||
=== 3.0 ===
|
||||
|
||||
|
||||
* New admin setting class admin_setting_filter_types which can be used if you
|
||||
want to make the disablefilters value in your code configurable.
|
||||
|
||||
* 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue