MDL-50491 admin: new setting class for list of filters.

This commit is contained in:
Tim Hunt 2015-06-05 16:38:57 +01:00
parent 502561d657
commit a94b2cb873
2 changed files with 48 additions and 0 deletions

View file

@ -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.