Note:

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

Moodle 3.2.1 release notes: Difference between revisions

From MoodleDocs
No edit summary
Line 17: Line 17:
===Security issues===
===Security issues===
   
   
A number of security related issues were resolved. Details of these 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=345911 MSA-17-0001] System file inclusion when adding own preset file in Boost theme
* [https://moodle.org/mod/forum/discuss.php?d=345912 MSA-17-0002] Incorrect sanitation of attributes in forums
* [https://moodle.org/mod/forum/discuss.php?d=345914 MSA-17-0003] PHPMailer vulnerability in no-reply address
* [https://moodle.org/mod/forum/discuss.php?d=345915 MSA-17-0004] XSS in assignment submission page
 
==See also==
==See also==
*[[Moodle 3.2 release notes]]
*[[Moodle 3.2 release notes]]

Revision as of 04:10, 17 January 2017

Releases > Moodle 3.2.1 release notes

Release date: 9 January 2017

Here is the full list of fixed issues in 3.2.1.

Fixes and improvements

  • MDL-55906 - Assignment grading table reset button should clear persistent settings
  • MDL-57222 - Marking workflow and grading must still save for hidden Assignment
  • MDL-56810 - Fixed error converting submissions for annotation when student is unenrolled from course
  • MDL-55062 - Upload users admin tool incorrectly updates authentication method for existing users when not included in CSV
  • MDL-56912 - Feedback: Allow to submit empty not required multichoice questions
  • MDL-53044 - Completely prevent login with expired passwords
  • MDL-57213 - Boost - Fixed bug when my courses were not displayed at all with $CFG->navshowmycoursecategories on

Security issues

  • MSA-17-0001 System file inclusion when adding own preset file in Boost theme
  • MSA-17-0002 Incorrect sanitation of attributes in forums
  • MSA-17-0003 PHPMailer vulnerability in no-reply address
  • MSA-17-0004 XSS in assignment submission page

See also