rebase on oct-10-2023

This commit is contained in:
Rachit Bhargava
2023-10-10 17:23:21 -04:00
parent d37566ffb6
commit d096058d7d
4789 changed files with 254611 additions and 307223 deletions

View File

@@ -16,14 +16,14 @@
*
* @global string $wp_version
*/
$wp_version = '6.2.2';
$wp_version = '6.3.1';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
*
* @global int $wp_db_version
*/
$wp_db_version = 53496;
$wp_db_version = 55853;
/**
* Holds the TinyMCE version.
@@ -37,7 +37,7 @@ $tinymce_version = '49110-20201110';
*
* @global string $required_php_version
*/
$required_php_version = '5.6.20';
$required_php_version = '7.0.0';
/**
* Holds the required MySQL version.