Note:

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

Moodle 3.6.2 release notes: Difference between revisions

From MoodleDocs
(Fixes and improvements)
m (Protected "Moodle 3.6.2 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.6/3.6.2}}
[[Releases]] > {{FULLPAGENAME}}
[[Releases]] > {{FULLPAGENAME}}
   
   
Release date: Not yet released - scheduled for 14 January 2019
Release date: 14 January 2019
   
   
Here is [https://tracker.moodle.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+mdl+AND+resolution+%3D+fixed+AND+fixVersion+in+%28%223.6.2%22%29+ORDER+BY+priority+DESC&runQuery=true&clear=true the full list of fixed issues in 3.6.2].
Here is [https://tracker.moodle.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+mdl+AND+resolution+%3D+fixed+AND+fixVersion+in+%28%223.6.2%22%29+ORDER+BY+priority+DESC&runQuery=true&clear=true the full list of fixed issues in 3.6.2].
Line 28: Line 29:
===Security issues===
===Security issues===
   
   
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=381228 MSA-19-0001] Manage groups capability was missing the XSS risk flag
* [https://moodle.org/mod/forum/discuss.php?d=381230 MSA-19-0003] User full name is now escaped in the un-linked userpix page
 
==See also==
==See also==
*[[Moodle 3.6.1 release notes]]
*[[Moodle 3.6.1 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!

Releases > Moodle 3.6.2 release notes

Release date: 14 January 2019

Here is the full list of fixed issues in 3.6.2.

Fixes and improvements

  • MDL-63994 - CAS authentication fixed
  • MDL-63260 - Exponential question growth prevented when duplicating quizzes
  • MDL-49651 - Hidden courses no longer send forum notifications to participants
  • MDL-64290 - IMS Common Cartridge can restore from custom temp directory
  • MDL-59954 - Drag and drop file uploads now respect the ignore file size limits capability
  • MDL-64400 - Performance improvement when fetching notifications
  • MDL-63512 - Lesson question responses show multimedia consistently
  • MDL-64419 - Messaging user info fix in bootstrapbase themes
  • MDL-63722 - Question bank pagination fix
  • MDL-60518 - The result of core_user::is_real_user is now consistent
  • MDL-64216 - Database query efficiency improvement to core_grade privacy provider
  • MDL-64025 - Admin bookmarks block can bookmark admin categories
  • MDL-64275 - All unread counts in message functionality now update without a page refresh
  • MDL-64426 - Filter support added to group message conversation names
  • MDL-64357 - LTI assignment and grade LineItems are retained after the cleanup scheduled task is run
  • MDL-64497 - GDPR moodle_content_writer can no longer cause an endless loop
  • MDL-64229 - User images are linked to their profile in the new messaging interface
  • MDL-61633 - Assignment grading interface 'Next page' navigation now resets scrolling to the top of the next page

Security issues

  • MSA-19-0001 Manage groups capability was missing the XSS risk flag
  • MSA-19-0003 User full name is now escaped in the un-linked userpix page

See also