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: Difference between revisions

From MoodleDocs
Line 90: Line 90:
* MDL-54941 - Add filesize as a new field returned in all the Web Services returning file information
* 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-55091 - Upgrade phpunit to 5.x
* MDL-56082 - Expose external authentication methods (loginpage_idp_list) in login block ([https://docs.moodle.org/dev/Authentication_plugins#loginpage_idp_list.28.29 documentation])
* MDL-56082 - Expose external authentication methods (loginpage_idp_list) in login block (see [[Authentication_plugins#loginpage_idp_list.28.29|Authentication plugin documentation]])
* MDL-55072 - Behat now supports different themes. ([https://docs.moodle.org/dev/Running_acceptance_test documentation])
* MDL-55072 - Behat now supports different themes. (See [Running_acceptance_test|Acceptance test documentation]])
* MDL-48114 - Moodle can now be downloaded via composer([https://docs.moodle.org/dev/Acceptance_testing#Use_composer_to_download_moodle_code documentation])
* MDL-48114 - Moodle can now be downloaded via composer([https://docs.moodle.org/dev/Acceptance_testing#Use_composer_to_download_moodle_code documentation])



Revision as of 22:05, 2 December 2016

Releases > Moodle 3.2 release notes

Release date: 5 December 2016 (not yet released)

Note: This page is a work-in-progress. Feedback and suggested improvements are welcome. Please join the discussion on moodle.org or use the page comments.


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

Moodle is compatible with any standards compliant web browser. We regularly test Moodle with the following browsers:

Desktop:

  • Chrome
  • Firefox
  • Safari
  • Edge
  • Internet Explorer

Mobile:

  • MobileSafari
  • Google Chrome

For the best experience and optimum security, we recommend that you keep your browser up to date. https://whatbrowser.org

Note: Legacy browsers with known compatibility issues with Moodle 3.2:

  • Internet Explorer 10 and below
  • Safari 7 and below

Major features

Coming soon.

For developers

See also