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
mNo edit summary
m (Protected "Moodle 3.5.8 release notes": Developer Docs Migration ([Edit=Allow only administrators] (indefinite)))
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:Migrated|newDocId=/general/releases/3.5/3.5.8}}
<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}}
   
   
Line 11: Line 14:
* MDL-65749 - Upgrade PHPMailer
* 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]]

Latest revision as of 09:09, 25 May 2022

Important:

This content of this page has been updated and migrated to the new Moodle Developer Resources. The information contained on the page should no longer be seen up-to-date.

Why not view this page on the new site and help us to migrate more content to the new site!

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