Note:

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

Moodle 3.10.9 release notes: Difference between revisions

From MoodleDocs
(scheduled date change)
(General fixes and improvements, accessibility improvements, for developers, security improvements)
Line 7: Line 7:
   
   
==General fixes and improvements==
==General fixes and improvements==
* MDL-69061 - Lack of files reported during upgrade to 3.9 when $CFG->admin differs from 'admin'
* MDL-73195 - mod_url: Error makes course/view.php unreachable if an invalid URL is saved
* MDL-72701 - Expand unit test coverage defaults
* MDL-72785 - Can't delete course category


''Items to be added...''
==Accessibility improvements==
* MDL-70274 - The WCAG (cynthia.exe) validator links in the footer is no longer available
 
==For developers==
* MDL-73175 - Add behat generators for glossary entries and categories
* MDL-73202 - Add behat generators for forum discussions and posts
* MDL-72846 - Create default block generator for testing
* MDL-73269 - Add PHP version and required/optional extensions to composer.json
 
==Security improvements==
* MDL-72096 - New helper function for cleaning SQL ORDER BY clauses
   
   
==Security fixes==
==Security fixes==

Revision as of 07:18, 13 January 2022

Releases > Moodle 3.10.9 release notes


Release date: Not yet released - scheduled for 17 January 2022

Here is the full list of fixed issues in 3.10.9.

General fixes and improvements

  • MDL-69061 - Lack of files reported during upgrade to 3.9 when $CFG->admin differs from 'admin'
  • MDL-73195 - mod_url: Error makes course/view.php unreachable if an invalid URL is saved
  • MDL-72701 - Expand unit test coverage defaults
  • MDL-72785 - Can't delete course category

Accessibility improvements

  • MDL-70274 - The WCAG (cynthia.exe) validator links in the footer is no longer available

For developers

  • MDL-73175 - Add behat generators for glossary entries and categories
  • MDL-73202 - Add behat generators for forum discussions and posts
  • MDL-72846 - Create default block generator for testing
  • MDL-73269 - Add PHP version and required/optional extensions to composer.json

Security improvements

  • MDL-72096 - New helper function for cleaning SQL ORDER BY clauses

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.

See also