Note:

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

Moodle 3.10.10 release notes: Difference between revisions

From MoodleDocs
m (removing heading)
m (Protected "Moodle 3.10.10 release notes": Developer Docs Migration ([Edit=Allow only administrators] (indefinite)))
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:Migrated|newDocId=/general/releases/3.10/3.10.10}}
<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>
<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>


Line 4: Line 5:
   
   


Release date: Not yet released - scheduled for 14 March 2022
Release date: 14 March 2022
   
   
Here is [https://tracker.moodle.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+mdl+AND+resolution+%3D+fixed+AND+fixVersion+in+%28%223.10.10%22%29+ORDER+BY+priority+DESC&runQuery=true&clear=true the full list of fixed issues in 3.10.10].
Here is [https://tracker.moodle.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+mdl+AND+resolution+%3D+fixed+AND+fixVersion+in+%28%223.10.10%22%29+ORDER+BY+priority+DESC&runQuery=true&clear=true the full list of fixed issues in 3.10.10].
==Backported bug fixes==
* MDL-72762 - Backup fails if section name has only blank spaces
* MDL-73915 - Bump NodeJS version, dependencies, and update JS build process, drop IE support
* MDL-73588 - Unexpected content in the CURLOPT_FILE output stream on redirects
   
   
==Security fixes==
==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=432947 MSA-22-0005] SQL injection risk in Badges criteria code
* [https://moodle.org/mod/forum/discuss.php?d=432948 MSA-22-0006] Users with moodle/site:uploadusers but without moodle/user:delete could delete users
* [https://moodle.org/mod/forum/discuss.php?d=432949 MSA-22-0007] Possible to reach the profile field badge criteria on a course page
* [https://moodle.org/mod/forum/discuss.php?d=432950 MSA-22-0008] Upgrade PHPMailer to latest version (upstream)
* [https://moodle.org/mod/forum/discuss.php?d=432951 MSA-22-0009] Upgrade CKEditor included in h5p-editor-php-library to latest version (upstream)


==See also==
==See also==

Latest revision as of 09:08, 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.10.10 release notes


Release date: 14 March 2022

Here is the full list of fixed issues in 3.10.10.

Backported bug fixes

  • MDL-72762 - Backup fails if section name has only blank spaces
  • MDL-73915 - Bump NodeJS version, dependencies, and update JS build process, drop IE support
  • MDL-73588 - Unexpected content in the CURLOPT_FILE output stream on redirects

Security fixes

  • MSA-22-0005 SQL injection risk in Badges criteria code
  • MSA-22-0006 Users with moodle/site:uploadusers but without moodle/user:delete could delete users
  • MSA-22-0007 Possible to reach the profile field badge criteria on a course page
  • MSA-22-0008 Upgrade PHPMailer to latest version (upstream)
  • MSA-22-0009 Upgrade CKEditor included in h5p-editor-php-library to latest version (upstream)

See also