Merge branch 'MDL-66928-request-dir-purge-bug' of https://github.com/brendanheywood...
authorAndrew Nicols <andrew@nicols.co.uk>
Tue, 13 Oct 2020 03:48:41 +0000 (11:48 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Tue, 13 Oct 2020 03:48:41 +0000 (11:48 +0800)
1  2 
lib/upgrade.txt

diff --cc lib/upgrade.txt
@@@ -52,8 -52,7 +52,9 @@@ information provided here is intended e
    renamed to `is_listed()` and `get_not_listed()` respectively.
  * Method `mustache_helper_collection::strip_blacklisted_helpers()` has been deprecated and renamed to
    `strip_disallowed_helpers()`.
 +* A new admin externalpage type `\core_admin\local\externalpage\accesscallback` for use in plugin settings is available that allows
 +  a callback to be provided to determine whether page can be accessed.
+ * New setting $CFG->localtempdir overrides which defaults to sys_get_temp_dir()
  
  === 3.9 ===
  * Following function has been deprecated, please use \core\task\manager::run_from_cli().