Note:

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

Moodle 3.0.7 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=343275 MSA-16-0023] Question engine allows access to files that should not be available
* [https://moodle.org/mod/forum/discuss.php?d=343276 MSA-16-0024] Non-admin site managers may accidentally edit admins via web services
* [https://moodle.org/mod/forum/discuss.php?d=343277 MSA-16-0025] Capability to view course notes is checked in the wrong context
* [https://moodle.org/mod/forum/discuss.php?d=343278 MSA-16-0026] When debugging is enabled, error exceptions returned from webservices could contain private data.
 
===Fixes and improvements===
===Fixes and improvements===
   
   

Revision as of 03:53, 21 November 2016

Releases > Moodle 3.0.7 release notes

Release date: 14 November 2016

Here is the full list of fixed issues in 3.0.7.

Functional changes

  • MDL-46946 - Prompt users to complete required custom user profile fields before allowing them to use the site
  • MDL-43796 - Assignment: When importing an assignment with blind marking into another course never reveal identities

API changes

  • MDL-52051 - Migrate to Dropbox API v2
  • MDL-55602 - Sessions: Add support for Redis as a session_class_handler

Security issues

  • MSA-16-0023 Question engine allows access to files that should not be available
  • MSA-16-0024 Non-admin site managers may accidentally edit admins via web services
  • MSA-16-0025 Capability to view course notes is checked in the wrong context
  • MSA-16-0026 When debugging is enabled, error exceptions returned from webservices could contain private data.

Fixes and improvements

  • MDL-47500 - SCORM: Remove blank space on top
  • MDL-29332 - Allow calculated questions to have variables with case differences (usually affects upgrades from before Moodle 2.1)
  • MDL-56129 - Fix video playback with iOS 10.0 and 10.1 devices (iPad / iPhone)
  • MDL-29774 - When adding group members and using user search display groups of potential members
  • MDL-42041 - Book: put "Turn editing on" button in a more obvious location
  • MDL-56368 - Fixed alignment of settings for Restrict Access when activity titles are very long
  • MDL-55858 - Remove unsubscribe link from notification email in forum with forced subscription
  • MDL-55505 - Assignment: Fixed bug when editing grades for previous submission attempts overwrites existing grades
  • MDL-56328 - Bootstrapbase Themes - reduce section activity indent when not editing

See also