Making WordPress.org

Changeset 11866


Ignore:
Timestamp:
05/23/2022 01:29:29 PM (3 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Requirements: Bump the recommended MariaDB version.

MariaDB 10.2 has reached EOL in May 2022. The recommended minimum is bumped to 10.3 for now.

Follow-up to [8726], [9358], [11407].

Props hellofromTonya.
Fixes #6322. See #WP55791.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php

    r11407 r11866  
    5252                            <?php
    5353                            /* translators: 1: URL to MySQL; 2: MySQL Version; 3: URL to MariaDB; 4: MariaDB Version */
    54                             printf( wp_kses_post( __( '<a href="%1$s">MySQL</a> version %2$s or greater <em>OR</em> <a href="%3$s">MariaDB</a> version %4$s or greater.', 'wporg' ) ), 'https://www.mysql.com/', '5.7', 'https://mariadb.org/', '10.2' );
     54                            printf( wp_kses_post( __( '<a href="%1$s">MySQL</a> version %2$s or greater <em>OR</em> <a href="%3$s">MariaDB</a> version %4$s or greater.', 'wporg' ) ), 'https://www.mysql.com/', '5.7', 'https://mariadb.org/', '10.3' );
    5555                            ?>
    5656                        </li>
     
    105105                                <?php
    106106                                /* translators: 1: MySQL version; 2: MariaDB Version */
    107                                 printf( esc_html__( 'MySQL %1$s or greater OR MariaDB %2$s or greater', 'wporg' ), '5.7', '10.2' );
     107                                printf( esc_html__( 'MySQL %1$s or greater OR MariaDB %2$s or greater', 'wporg' ), '5.7', '10.3' );
    108108                                ?>
    109109                            </li>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-download.php

    r11407 r11866  
    250250                                '5.7',
    251251                                'https://mariadb.org/',
    252                                 '10.2'
     252                                '10.3'
    253253                            );
    254254                            ?>
Note: See TracChangeset for help on using the changeset viewer.