Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Moodle 3.5.8 release notes: Difference between revisions

From MoodleDocs
(template, scheduled release date)
 
m (Reverted edits by Mudrd8mz (talk) to last revision by Helen Foster)
Tag: Rollback
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<p class="note">'''This version of Moodle is no longer supported for general bug fixes.''' You are encouraged to [[:en:Upgrading|upgrade]] to a supported version of Moodle.</p>
[[Releases]] > {{FULLPAGENAME}}
[[Releases]] > {{FULLPAGENAME}}
   
   
Release date: Not yet released - scheduled for 9 September 2019
Release date: 9 September 2019
   
   
Here is [https://tracker.moodle.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+mdl+AND+resolution+%3D+fixed+AND+fixVersion+in+%28%223.5.8%22%29+ORDER+BY+priority+DESC&runQuery=true&clear=true the full list of fixed issues in 3.5.8].
Here is [https://tracker.moodle.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+mdl+AND+resolution+%3D+fixed+AND+fixVersion+in+%28%223.5.8%22%29+ORDER+BY+priority+DESC&runQuery=true&clear=true the full list of fixed issues in 3.5.8].
   
   
===Fixes and improvements===
===Fixes===
   
   
''Items to be added soon...''
* MDL-66136 - Online text assignment error when attempting to submit an image only (with no text)
* MDL-65925 - Grade page is broken if submission other than PDF was deleted
* MDL-65749 - Upgrade PHPMailer
   
   
===Security issues===
===Security fixes===
Details of any security issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
   
   
* [https://moodle.org/mod/forum/discuss.php?d=391030 MSA-19-0018] JavaScript injection possible in some Mustache templates via recursive rendering from contexts
* [https://moodle.org/mod/forum/discuss.php?d=391031 MSA-19-0019] Course creation did not check the creator's role assignment capability before automatically assigning them as a teacher in the course
* [https://moodle.org/mod/forum/discuss.php?d=391032 MSA-19-0020] Python Machine Learning dependency versions bumped
* [https://moodle.org/mod/forum/discuss.php?d=391035 MSA-19-0021] Activity :addinstance capabilities were not respected when creating a course in single activity format
* [https://moodle.org/mod/forum/discuss.php?d=391036 MSA-19-0022] Open redirect in the mobile launch endpoint could be used to expose mobile access tokens
* [https://moodle.org/mod/forum/discuss.php?d=391037 MSA-19-0023] Forum subscribe link contained an open redirect if forced subscription mode was enabled
==See also==
==See also==
*[[Moodle 3.5.7 release notes]]
*[[Moodle 3.5.7 release notes]]

Revision as of 13:16, 9 August 2021

This version of Moodle is no longer supported for general bug fixes. You are encouraged to upgrade to a supported version of Moodle.

Releases > Moodle 3.5.8 release notes

Release date: 9 September 2019

Here is the full list of fixed issues in 3.5.8.

Fixes

  • MDL-66136 - Online text assignment error when attempting to submit an image only (with no text)
  • MDL-65925 - Grade page is broken if submission other than PDF was deleted
  • MDL-65749 - Upgrade PHPMailer

Security fixes

  • MSA-19-0018 JavaScript injection possible in some Mustache templates via recursive rendering from contexts
  • MSA-19-0019 Course creation did not check the creator's role assignment capability before automatically assigning them as a teacher in the course
  • MSA-19-0020 Python Machine Learning dependency versions bumped
  • MSA-19-0021 Activity :addinstance capabilities were not respected when creating a course in single activity format
  • MSA-19-0022 Open redirect in the mobile launch endpoint could be used to expose mobile access tokens
  • MSA-19-0023 Forum subscribe link contained an open redirect if forced subscription mode was enabled

See also