Skip to content

Commit ebb98be

Browse files
committed
[docs] Make system requirement bumps clearer in supported versions
1 parent bbd881f commit ebb98be

File tree

7 files changed

+31
-31
lines changed

7 files changed

+31
-31
lines changed

general/releases/4.1.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are upgrading from a previous version, please see [Upgrading](https://doc
1919
These are just the minimum supported versions. We recommend keeping all of your software and operating systems up-to-date.
2020

2121
- Moodle upgrade: Moodle 3.9 or later.
22-
- PHP version: minimum PHP 7.4.0 *Note: minimum PHP version has increased since Moodle 4.0*. PHP 8.0.x and 8.1.x are supported too. See [PHP](../development/policies/php.md) for details.
22+
- PHP version: minimum PHP 7.4.0 *Note: minimum PHP version has increased in this Moodle version*. PHP 8.0.x and 8.1.x are supported too. See [PHP](../development/policies/php.md) for details.
2323
- PHP extension **sodium** is recommended. It will be required in Moodle 4.2. For further details, see [Environment - PHP extension sodium](https://docs.moodle.org/en/Environment_-_PHP_extension_sodium).
2424
- PHP extension **exif** is recommended.
2525
- PHP setting **max_input_vars** is recommended to be >= 5000 for PHP 7.x installations. It's a requirement for PHP 8.x installations. For further details, see [Environment - max input vars](https://docs.moodle.org/en/Environment_-_max_input_vars).
@@ -30,11 +30,11 @@ Moodle supports the following database servers. Again, version numbers are just
3030

3131
| Database | Minimum version | Recommended |
3232
| --- | --- | --- |
33-
| [PostgreSQL](http://www.postgresql.org/) | 12 (increased since Moodle 4.0) | Latest |
33+
| [PostgreSQL](http://www.postgresql.org/) | 12 (increased in this Moodle version) | Latest |
3434
| [MySQL](http://www.mysql.com/) | 5.7 | Latest |
35-
| [MariaDB](https://mariadb.org/) | 10.4 (increased since Moodle 4.0) | Latest |
36-
| [Microsoft SQL Server](http://www.microsoft.com/en-us/server-cloud/products/sql-server/) | 2017 (increased since Moodle 3.10) | Latest |
37-
| [Oracle Database](http://www.oracle.com/us/products/database/overview/index.html) | 19 (increased since Moodle 4.0) | Latest |
35+
| [MariaDB](https://mariadb.org/) | 10.4 (increased in this Moodle version) | Latest |
36+
| [Microsoft SQL Server](http://www.microsoft.com/en-us/server-cloud/products/sql-server/) | 2017 (increased in Moodle 4.0) | Latest |
37+
| [Oracle Database](http://www.oracle.com/us/products/database/overview/index.html) | 19 (increased in this Moodle version) | Latest |
3838

3939
## Client requirements
4040

general/releases/4.4.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are upgrading from a previous version, please see [Upgrading](https://doc
1919
These are just the minimum supported versions. We recommend keeping all of your software and operating systems up-to-date.
2020

2121
- Moodle upgrade: Moodle 4.1.2 or later.
22-
- PHP version: minimum PHP 8.1.0 *Note: minimum PHP version has increased since Moodle 4.3*. PHP 8.3.x is supported too. See [PHP](../development/policies/php.md) for details.
22+
- PHP version: minimum PHP 8.1.0 *Note: minimum PHP version has increased in this Moodle version*. PHP 8.3.x is supported too. See [PHP](../development/policies/php.md) for details.
2323
- PHP extension **sodium** is required. See [Environment - PHP extension sodium](https://docs.moodle.org/en/Environment_-_PHP_extension_sodium).
2424
- PHP setting **max_input_vars** must be >= 5000. For further details, see [Environment - max input vars](https://docs.moodle.org/en/Environment_-_max_input_vars).
2525
- PHP variants: Only 64-bit versions of PHP are supported. *Note: Changed since 4.1*.
@@ -30,11 +30,11 @@ Moodle supports the following database servers. Again, version numbers are just
3030

3131
| Database | Minimum version | Recommended |
3232
| --- | --- | --- |
33-
| [PostgreSQL](http://www.postgresql.org/) | 13 (increased since Moodle 4.1) | Latest |
34-
| [MySQL](http://www.mysql.com/) | 8.0 (increased since Moodle 4.1) | Latest |
35-
| [MariaDB](https://mariadb.org/) | 10.6.7 (increased since Moodle 4.1) | Latest |
33+
| [PostgreSQL](http://www.postgresql.org/) | 13 (last increased in Moodle 4.2) | Latest |
34+
| [MySQL](http://www.mysql.com/) | 8.0 (last increased in Moodle 4.2) | Latest |
35+
| [MariaDB](https://mariadb.org/) | 10.6.7 (last increased in Moodle 4.2) | Latest |
3636
| [Microsoft SQL Server](http://www.microsoft.com/en-us/server-cloud/products/sql-server/) | 2017 | Latest |
37-
| [Oracle Database](http://www.oracle.com/us/products/database/overview/index.html) | 19c (increased since Moodle 4.3) | Latest |
37+
| [Oracle Database](http://www.oracle.com/us/products/database/overview/index.html) | 19c (increased in this Moodle version) | Latest |
3838

3939
:::note Database prefixes
4040

general/releases/4.5.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are upgrading from a previous version, please see [Upgrading](https://doc
1919
These are just the minimum supported versions. We recommend keeping all of your software and operating systems up-to-date.
2020

2121
- Moodle upgrade: Moodle 4.1.2 or later.
22-
- PHP version: minimum PHP 8.1.0 *Note: minimum PHP version has increased since Moodle 4.3*. PHP 8.3.x is supported too. See [PHP](../development/policies/php.md) for details.
22+
- PHP version: minimum PHP 8.1.0 *Note: minimum PHP version was increased in Moodle 4.4*. PHP 8.3.x is supported too. See [PHP](../development/policies/php.md) for details.
2323
- PHP extension **sodium** is required. See [Environment - PHP extension sodium](https://docs.moodle.org/en/Environment_-_PHP_extension_sodium).
2424
- PHP setting **max_input_vars** must be >= 5000. For further details, see [Environment - max input vars](https://docs.moodle.org/en/Environment_-_max_input_vars).
2525
- PHP variants: Only 64-bit versions of PHP are supported. *Note: Changed since 4.1*.
@@ -30,11 +30,11 @@ Moodle supports the following database servers. Again, version numbers are just
3030

3131
| Database | Minimum version | Recommended |
3232
| --- | --- | --- |
33-
| [PostgreSQL](http://www.postgresql.org/) | 13 (increased since Moodle 4.1) | Latest |
34-
| [MySQL](http://www.mysql.com/) | 8.0 (increased since Moodle 4.1) | Latest |
35-
| [MariaDB](https://mariadb.org/) | 10.6.7 (increased since Moodle 4.1) | Latest |
33+
| [PostgreSQL](http://www.postgresql.org/) | 13 (last increased in Moodle 4.2) | Latest |
34+
| [MySQL](http://www.mysql.com/) | 8.0 (last increased in Moodle 4.2) | Latest |
35+
| [MariaDB](https://mariadb.org/) | 10.6.7 (last increased in Moodle 4.2) | Latest |
3636
| [Microsoft SQL Server](http://www.microsoft.com/en-us/server-cloud/products/sql-server/) | 2017 | Latest |
37-
| [Oracle Database](http://www.oracle.com/us/products/database/overview/index.html) | 19c (increased since Moodle 4.3) | Latest |
37+
| [Oracle Database](http://www.oracle.com/us/products/database/overview/index.html) | 19c (last increased in Moodle 4.4) | Latest |
3838

3939
:::note Database prefixes
4040

general/releases/5.0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are upgrading from a previous version, please see [Upgrading](https://doc
1919
These are just the minimum supported versions. We recommend keeping all of your software and operating systems up-to-date.
2020

2121
- Moodle upgrade: Moodle 4.2.3 or later.
22-
- PHP version: minimum PHP 8.2.0 *Note: minimum PHP version has increased since Moodle 4.5*. PHP 8.3.x and 8.4.x are supported too. See [PHP](../development/policies/php.md) for details.
22+
- PHP version: minimum PHP 8.2.0 *Note: minimum PHP version has increased in this Moodle version*. PHP 8.3.x and 8.4.x are supported too. See [PHP](../development/policies/php.md) for details.
2323
- PHP extension **sodium** is required. See [Environment - PHP extension sodium](https://docs.moodle.org/en/Environment_-_PHP_extension_sodium).
2424
- PHP setting **max_input_vars** must be >= 5000. For further details, see [Environment - max input vars](https://docs.moodle.org/en/Environment_-_max_input_vars).
2525
- PHP variants: Only 64-bit versions of PHP are supported. *Note: Changed since 4.1*.
@@ -30,9 +30,9 @@ Moodle supports the following database servers. Again, version numbers are just
3030

3131
| Database | Minimum version | Recommended |
3232
| --- | --- | --- |
33-
| [PostgreSQL](http://www.postgresql.org/) | 14 (increased since Moodle 4.5) | Latest |
34-
| [MySQL](http://www.mysql.com/) | 8.4 (increased since Moodle 4.5) | Latest |
35-
| [MariaDB](https://mariadb.org/) | 10.11.0 (increased since Moodle 4.5) | Latest |
33+
| [PostgreSQL](http://www.postgresql.org/) | 14 (increased in this Moodle version) | Latest |
34+
| [MySQL](http://www.mysql.com/) | 8.4 (increased in this Moodle version) | Latest |
35+
| [MariaDB](https://mariadb.org/) | 10.11.0 (increased in this Moodle version) | Latest |
3636
| [Microsoft SQL Server](http://www.microsoft.com/en-us/server-cloud/products/sql-server/) | 2017 | Latest |
3737

3838
Please note that Oracle Database is no longer supported from Moodle LMS 5.0.

general/releases/5.1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are upgrading from a previous version, please see [Upgrading](https://doc
1919
These are just the minimum supported versions. We recommend keeping all of your software and operating systems up-to-date.
2020

2121
- Moodle upgrade: Moodle 4.2.3 or later.
22-
- PHP version: minimum PHP 8.2.0 *Note: minimum PHP version has increased since Moodle 4.5*. PHP 8.3.x and 8.4.x are supported too. See [PHP](../development/policies/php.md) for details.
22+
- PHP version: minimum PHP 8.2.0 *Note: minimum PHP version was increased in Moodle 5.0*. PHP 8.3.x and 8.4.x are supported too. See [PHP](../development/policies/php.md) for details.
2323
- PHP extension **sodium** is required. See [Environment - PHP extension sodium](https://docs.moodle.org/en/Environment_-_PHP_extension_sodium).
2424
- PHP setting **max_input_vars** must be >= 5000. For further details, see [Environment - max input vars](https://docs.moodle.org/en/Environment_-_max_input_vars).
2525
- PHP variants: Only 64-bit versions of PHP are supported.
@@ -30,9 +30,9 @@ Moodle supports the following database servers. Again, version numbers are just
3030

3131
| Database | Minimum version | Recommended |
3232
| --- | --- | --- |
33-
| [PostgreSQL](http://www.postgresql.org/) | 15 (increased since Moodle 5.0) | Latest |
34-
| [MySQL](http://www.mysql.com/) | 8.4 (increased since Moodle 4.5) | Latest |
35-
| [MariaDB](https://mariadb.org/) | 10.11.0 (increased since Moodle 4.5) | Latest |
33+
| [PostgreSQL](http://www.postgresql.org/) | 15 (increased in this Moodle version) | Latest |
34+
| [MySQL](http://www.mysql.com/) | 8.4 (last increased in Moodle 5.0) | Latest |
35+
| [MariaDB](https://mariadb.org/) | 10.11.0 (last increased in Moodle 5.0) | Latest |
3636
| [Microsoft SQL Server](http://www.microsoft.com/en-us/server-cloud/products/sql-server/) | 2017 | Latest |
3737

3838
Please note that Oracle Database is no longer supported from Moodle LMS 5.0.

general/releases/5.2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are upgrading from a previous version, please see [Upgrading](https://doc
1919
These are just the minimum supported versions. We recommend keeping all of your software and operating systems up-to-date.
2020

2121
- Moodle upgrade: Moodle 4.2.3 or later.
22-
- PHP version: minimum PHP 8.3.0 *Note: minimum PHP version has increased since Moodle 4.5*. PHP 8.4.x is supported too. See [PHP](../development/policies/php.md) for details.
22+
- PHP version: minimum PHP 8.3.0 *Note: minimum PHP version has increased in this Moodle version*. PHP 8.4.x is supported too. See [PHP](../development/policies/php.md) for details.
2323
- PHP extension **sodium** is required. See [Environment - PHP extension sodium](https://docs.moodle.org/en/Environment_-_PHP_extension_sodium).
2424
- PHP setting **max_input_vars** must be >= 5000. For further details, see [Environment - max input vars](https://docs.moodle.org/en/Environment_-_max_input_vars).
2525
- PHP variants: Only 64-bit versions of PHP are supported.
@@ -30,9 +30,9 @@ Moodle supports the following database servers. Again, version numbers are just
3030

3131
| Database | Minimum version | Recommended |
3232
| --- | --- | --- |
33-
| [PostgreSQL](http://www.postgresql.org/) | 14 (increased since Moodle 4.5) | Latest |
34-
| [MySQL](http://www.mysql.com/) | 8.4 (increased since Moodle 4.5) | Latest |
35-
| [MariaDB](https://mariadb.org/) | 10.11.0 (increased since Moodle 4.5) | Latest |
33+
| [PostgreSQL](http://www.postgresql.org/) | 15 (last increased in Moodle 5.1) | Latest |
34+
| [MySQL](http://www.mysql.com/) | 8.4 (last increased in Moodle 5.0) | Latest |
35+
| [MariaDB](https://mariadb.org/) | 10.11.0 (last increased in Moodle 5.0) | Latest |
3636
| [Microsoft SQL Server](http://www.microsoft.com/en-us/server-cloud/products/sql-server/) | 2017 | Latest |
3737

3838
Please note that Oracle Database is no longer supported from Moodle LMS 5.0.

general/releases/5.3.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are upgrading from a previous version, please see [Upgrading](https://doc
1919
These are just the minimum supported versions. We recommend keeping all of your software and operating systems up-to-date.
2020

2121
- Moodle upgrade: Moodle 4.5 or later.
22-
- PHP version: minimum PHP 8.3.0 *Note: minimum PHP version has increased since Moodle 4.5*. PHP 8.4.x is supported too. See [PHP](../development/policies/php.md) for details.
22+
- PHP version: minimum PHP 8.3.0 *Note: minimum PHP version was increased in Moodle 5.2*. PHP 8.4.x is supported too. See [PHP](../development/policies/php.md) for details.
2323
- PHP extension **sodium** is required. See [Environment - PHP extension sodium](https://docs.moodle.org/en/Environment_-_PHP_extension_sodium).
2424
- PHP setting **max_input_vars** must be >= 5000. For further details, see [Environment - max input vars](https://docs.moodle.org/en/Environment_-_max_input_vars).
2525
- PHP variants: Only 64-bit versions of PHP are supported. *Note: Changed since 4.1*.
@@ -30,9 +30,9 @@ Moodle supports the following database servers. Again, version numbers are just
3030

3131
| Database | Minimum version | Recommended |
3232
| --- | --- | --- |
33-
| [PostgreSQL](http://www.postgresql.org/) | 14 (increased since Moodle 4.5) | Latest |
34-
| [MySQL](http://www.mysql.com/) | 8.4 (increased since Moodle 4.5) | Latest |
35-
| [MariaDB](https://mariadb.org/) | 10.11.0 (increased since Moodle 4.5) | Latest |
33+
| [PostgreSQL](http://www.postgresql.org/) | 15 (last increased in Moodle 5.1) | Latest |
34+
| [MySQL](http://www.mysql.com/) | 8.4 (last increased in Moodle 5.0) | Latest |
35+
| [MariaDB](https://mariadb.org/) | 10.11.0 (last increased in Moodle 5.0) | Latest |
3636
| [Microsoft SQL Server](http://www.microsoft.com/en-us/server-cloud/products/sql-server/) | 2017 | Latest |
3737

3838
Please note that Oracle Database is no longer supported from Moodle LMS 5.0.

0 commit comments

Comments
 (0)