MDL-75100 core: Add upgrade.txt note for core_date::strftime()

This commit is contained in:
Jun Pataleta
2022-11-22 09:42:19 +08:00
parent a1ed676d15
commit c92cb70346
+2
View File
@@ -292,6 +292,8 @@ defined or can't be applied.
* Add an early $CFG->session_redis_acquire_lock_warn option
* Removed $CFG->conversionattemptlimit setting from config.php. assignfeedback_editpdf\task\convert_submissions task
is now replaced with adhoc tasks with standard fail delay approach.
* With strftime() being deprecated in PHP 8.1, a new function \core_date::strftime() that can be used as a PHP 8.1-compatible
alternative has been introduced.
=== 3.11.4 ===
* A new option dontforcesvgdownload has been added to the $options parameter of the send_file() function.