diff --git a/Directory.Build.props b/Directory.Build.props
index 943502028..9d5591acd 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -10,7 +10,7 @@
$([System.IO.File]::ReadAllText($(MSBuildThisFileDirectory)wordpress/wp-includes/version.php) )
$([System.Text.RegularExpressions.Regex]::Match($(VersionFileContent), "\$wp_version\s*=\s*'([0-9\.]+)';").Groups.get_Item(1) )
- rc-016
+ rc-017
diff --git a/PeachPied.WordPress.Build.Plugin/Sdk/Version.props b/PeachPied.WordPress.Build.Plugin/Sdk/Version.props
index 989b95fe0..3a279d486 100644
--- a/PeachPied.WordPress.Build.Plugin/Sdk/Version.props
+++ b/PeachPied.WordPress.Build.Plugin/Sdk/Version.props
@@ -2,6 +2,6 @@
-6.3.1-rc-016
+6.5.4-rc-017
diff --git a/wordpress/license.txt b/wordpress/license.txt
index a5e2c7965..85bf25e15 100644
--- a/wordpress/license.txt
+++ b/wordpress/license.txt
@@ -1,6 +1,6 @@
WordPress - Web publishing software
-Copyright 2011-2023 by the contributors
+Copyright 2011-2024 by the contributors
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/wordpress/readme.html b/wordpress/readme.html
index a40c5e98a..f0309df1e 100644
--- a/wordpress/readme.html
+++ b/wordpress/readme.html
@@ -52,13 +52,13 @@
Migrating from other systems
System Requirements
- PHP version 7.0 or greater.
- - MySQL version 5.0 or greater.
+ - MySQL version 5.5.5 or greater.
Recommendations
- PHP version 7.4 or greater.
- - MySQL version 5.7 or greater OR MariaDB version 10.4 or greater.
+ - MySQL version 8.0 or greater OR MariaDB version 10.4 or greater.
- The mod_rewrite Apache module.
- HTTPS support.
- A link to wordpress.org on your site.
diff --git a/wordpress/wp-activate.php b/wordpress/wp-activate.php
index 728edcf4e..5dc602337 100644
--- a/wordpress/wp-activate.php
+++ b/wordpress/wp-activate.php
@@ -128,7 +128,7 @@ function wpmu_activate_stylesheet() {
-