Note:

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

Moodle 3.3.5 release notes: Difference between revisions

From MoodleDocs
No edit summary
m (Protected "Moodle 3.3.5 release notes": Developer Docs Migration ([Edit=Allow only administrators] (indefinite)))
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:Migrated|newDocId=/general/releases/3.3/3.3.5}}
[[Releases]] > {{FULLPAGENAME}}
[[Releases]] > {{FULLPAGENAME}}
   
   
Line 31: Line 32:
===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=367938 MSA-18-0005] Unauthenticated users can trigger custom messages to admin via paypal enrol script
* [https://moodle.org/mod/forum/discuss.php?d=367939 MSA-18-0006] Suspended users with OAuth 2 authentication method can still log in to the site


==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!

Releases > Moodle 3.3.5 release notes

Release date: 19 March 2018

Here is the full list of fixed issues in 3.3.5.

Highlights

  • MDL-48501, MDL-61600 - Migrate to reCAPTCHA v2
  • MDL-51189 - Quiz: now possible to edit user overrides even if quiz is not available to a student
  • MDL-60241 - Invisible default sections lead to unexpected visibility layout
  • MDL-61344 - Assignment: "additional files" are now shown in Edit Submission view

GDPR preparation

Plugins will be available for Moodle 3.3 and 3.4 to help Moodle sites to comply with GDPR. In Moodle 3.5 they will be included in the standard distribution. Some necessary core changes were already included in this release:

  • MDL-61307 - New Privacy subsystem
  • MDL-61477 - Allow plugins to handle site policies and overwrite $CFG->sitepolicy
  • MDL-61423 - Signup process - add minimum age verification

Fixes and improvements

  • MDL-58006 - Assignment: reset 'Blind marking' status during 'Course reset'
  • MDL-58845 - Choice: hide "unanswered" column when it is set so in choice settings
  • MDL-56688 - Single View & grades export should follow the same order set in gradebook set up
  • MDL-61305 - Performance: Modinfo cache can get built in parallel
  • MDL-61242 - EQUELLA repository: fixed error "The source url does not match the sourcekey."
  • MDL-61175 - Change "Remind me to grade by" date according to the new course start date after course restore

Security issues

  • MSA-18-0005 Unauthenticated users can trigger custom messages to admin via paypal enrol script
  • MSA-18-0006 Suspended users with OAuth 2 authentication method can still log in to the site

See also