X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=lib%2Fupgrade.txt;h=f5102d7b40ca6e8e57c68665280843b060c09ae6;hp=62d2037706eedd8fd67fdd0a77c04fc4a3e243b9;hb=161f995849e552964c53e456165fd31c4952ed79;hpb=dd0fa1adb1cf26205867c4158f3f034de90644d8 diff --git a/lib/upgrade.txt b/lib/upgrade.txt index 62d2037706e..f5102d7b40c 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -36,6 +36,9 @@ information provided here is intended especially for developers. Use core_user::get_noreply_user() and core_user::get_support_user() to get noreply and support user's respectively. Real users can be used as noreply/support users by setting $CFG->noreplyuserid and $CFG->supportuserid * New function readfile_allow_large() in filelib.php for use when very large files may need sending to user. +* Use plugin_manager::reset_caches() when changing visibility of plugins. +* Implement new method get_enabled_plugins() method in subplugin info classes. +* Each plugin should include version information in version.php. DEPRECATIONS: Various previously deprecated functions have now been altered to throw DEBUG_DEVELOPER debugging notices