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
(Created page with "Coming soon.")
 
No edit summary
Line 1: Line 1:
[[Releases]] > {{FULLPAGENAME}}
Release date: 28 November 2016 (not yet released)
Here is [https://tracker.moodle.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+mdl+AND+resolution+%3D+fixed+AND+fixVersion+in+%28%223.2%22%29+ORDER+BY+priority+DESC&runQuery=true&clear=true 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 [https://docs.moodle.org/dev/Moodle_and_PHP7#Can_I_use_PHP7_yet.3F 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.
{| class="nicetable"
|-
! Database
! Minimum version
! Recommended
|-
| [http://www.postgresql.org/ PostgreSQL]
| 9.1
| Latest
|-
| [http://www.mysql.com/ MySQL]
| 5.5.31
| Latest
|-
| [https://mariadb.org/ MariaDB]
| 5.5.31
| Latest
|-
| [http://www.microsoft.com/en-us/server-cloud/products/sql-server/ Microsoft SQL Server]
| 2008
| Latest
|-
| [http://www.oracle.com/us/products/database/overview/index.html Oracle Database]
| 10.2
| Latest
|}
==Client requirements==
=== Browser support ===
{| class="nicetable"
|-
! Browser
! Minimum version
! Recommended version
! Notes
|-
| [https://www.google.com/intl/en_au/chrome/browser/ Google Chrome]
| 30.0
| Latest
|
|-
| [http://www.mozilla.org/en-US/ Mozilla Firefox]
| 25.0
| Latest
|
|-
| [http://www.apple.com/safari/ Apple Safari]
| 6
| Latest
|
|-
| [http://windows.microsoft.com/en-AU/internet-explorer/download-ie 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.
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==
*[[Moodle 3.1 release notes]]
[[Category:Release notes]]
[[Category:Moodle 3.2]]
[[fr:Notes de mise à jour de Moodle 3.2]]
[[es:Notas de Moodle 3.2]]

Revision as of 06:02, 11 November 2016

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