plugin updates

This commit is contained in:
Tony Volpe
2024-11-15 13:53:04 -05:00
parent 1293d604ca
commit 0238f0c4ca
2009 changed files with 163492 additions and 89543 deletions

View File

@@ -16,14 +16,14 @@
*
* @global string $wp_version
*/
$wp_version = '6.6.2';
$wp_version = '6.7';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
*
* @global int $wp_db_version
*/
$wp_db_version = 57155;
$wp_db_version = 58975;
/**
* Holds the TinyMCE version.