Make WordPress Core

Changeset 52319


Ignore:
Timestamp:
12/03/2021 11:08:31 PM (3 years ago)
Author:
audrasjb
Message:

General: Add MariaDB in the readme.html requirements.

This change updates the WordPress readme.html file to reflect WordPress.org requirements: as of WordPress 5.9, MariaDB 10.1 and higher versions are supported by WP. See https://wordpress.org/about/requirements/.

Fixes #41490.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/readme.html

    r51332 r52319  
    5252<h2>System Requirements</h2>
    5353<ul>
    54     <li><a href="https://secure.php.net/">PHP</a> version <strong>5.6.20</strong> or higher.</li>
    55     <li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.0</strong> or higher.</li>
     54    <li><a href="https://secure.php.net/">PHP</a> version <strong>5.6.20</strong> or greater.</li>
     55    <li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.0</strong> or greater.</li>
    5656</ul>
    5757
    5858<h3>Recommendations</h3>
    5959<ul>
    60     <li><a href="https://secure.php.net/">PHP</a> version <strong>7.4</strong> or higher.</li>
    61     <li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.6</strong> or higher.</li>
     60    <li><a href="https://secure.php.net/">PHP</a> version <strong>7.4</strong> or greater.</li>
     61    <li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.6</strong> or greater OR <a href="https://mariadb.org/">MariaDB</a> version 10.1 or greater.</li>
    6262    <li>The <a href="https://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a> Apache module.</li>
    6363    <li><a href="https://wordpress.org/news/2016/12/moving-toward-ssl/">HTTPS</a> support.</li>
Note: See TracChangeset for help on using the changeset viewer.