equal
deleted
inserted
replaced
14 * Holds the current version number for WordPress core. Used to bust caches |
14 * Holds the current version number for WordPress core. Used to bust caches |
15 * and to enable development mode for scripts when running from the /src directory. |
15 * and to enable development mode for scripts when running from the /src directory. |
16 * |
16 * |
17 * @global string $wp_version |
17 * @global string $wp_version |
18 */ |
18 */ |
19 $wp_version = '6.0.2'; |
19 $wp_version = '6.6.2'; |
20 |
20 |
21 /** |
21 /** |
22 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. |
22 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. |
23 * |
23 * |
24 * @global int $wp_db_version |
24 * @global int $wp_db_version |
25 */ |
25 */ |
26 $wp_db_version = 53496; |
26 $wp_db_version = 57155; |
27 |
27 |
28 /** |
28 /** |
29 * Holds the TinyMCE version. |
29 * Holds the TinyMCE version. |
30 * |
30 * |
31 * @global string $tinymce_version |
31 * @global string $tinymce_version |
35 /** |
35 /** |
36 * Holds the required PHP version. |
36 * Holds the required PHP version. |
37 * |
37 * |
38 * @global string $required_php_version |
38 * @global string $required_php_version |
39 */ |
39 */ |
40 $required_php_version = '5.6.20'; |
40 $required_php_version = '7.2.24'; |
41 |
41 |
42 /** |
42 /** |
43 * Holds the required MySQL version. |
43 * Holds the required MySQL version. |
44 * |
44 * |
45 * @global string $required_mysql_version |
45 * @global string $required_mysql_version |
46 */ |
46 */ |
47 $required_mysql_version = '5.0'; |
47 $required_mysql_version = '5.5.5'; |