Note:

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

Moodle 3.2 release notes

From MoodleDocs
Revision as of 06:02, 11 November 2016 by Marina Glancy (talk | contribs)

Releases > Moodle 3.2 release notes

Release date: 28 November 2016 (not yet released)

Here is the full list of fixed issues in 3.2.

Server requirements

These are just the minimum supported versions. We recommend keeping all of your software up-to-date.

  • Moodle upgrade: Moodle 2.7 or later (if upgrading from earlier versions, you must upgrade to 2.7.14 as a first step)
  • PHP version: minimum PHP 5.6.5 (important! minimum PHP version has changed since Moodle 3.1). PHP 7.0 is supported but has some engine limitations. PHP 7.1 will be supported when released.

Database requirements

Moodle supports the following database servers. Again, version numbers are just the minimum supported version. We recommend running the latest stable version of any software.

Database Minimum version Recommended
PostgreSQL 9.1 Latest
MySQL 5.5.31 Latest
MariaDB 5.5.31 Latest
Microsoft SQL Server 2008 Latest
Oracle Database 10.2 Latest

Client requirements

Browser support

Browser Minimum version Recommended version Notes
Google Chrome 30.0 Latest
Mozilla Firefox 25.0 Latest
Apple Safari 6 Latest
Microsoft Internet Explorer 9 Latest Version 10 is required for drag-and-drop upload of content from outside the browser into Moodle

Major features

Coming soon.

For developers

  • MDL-55071, MDL-55074 - New "Boost" Bootstrap 4 theme, block and navigation changes
  • MDL-55727 - Create AMD modal module
  • MDL-49599 - Deprecate old boxnet v1 API
  • MDL-53306 - Add hook to be executed before user login in authentication plugins
  • MDL-55048 - Upgrade grunt and npm dependencies (and add travis checks on node version variants)
  • MDL-47162 - Add course id to message eventdata
  • MDL-50937 - Update to JQuery 3.1
  • MDL-48114 - Add Meta-Information to composer.json
  • MDL-54987 - Introduce a new chart API and library
  • MDL-52127 - Check Moodle JS coding style with eslint
  • MDL-55072 - Upgrades to Behat so it can work with different themes
  • MDL-55141 - Add debugging option when running scheduled tasks from CLI
  • MDL-31243 - Refactor similar SQL generation code from get_users_by_capability & get_enrolled_uses to make get_with_capability_sql
  • MDL-54941 - Add filesize as a new field returned in all the Web Services returning file information
  • MDL-55091 - Upgrade phpunit to 5.x
  • MDL-56082 - Expose external authentication methods (loginpage_idp_list) in login block

See also