diff --git a/functions/PHPMailer b/functions/PHPMailer
index ee4090bd62ad3ded3eac19d6fd0213abbe3596f1..cbe9d8d9a9adb7dff77852a3cfc9b63ede3e7a89 160000
--- a/functions/PHPMailer
+++ b/functions/PHPMailer
@@ -1 +1 @@
-Subproject commit ee4090bd62ad3ded3eac19d6fd0213abbe3596f1
+Subproject commit cbe9d8d9a9adb7dff77852a3cfc9b63ede3e7a89
diff --git a/functions/version.php b/functions/version.php
index 2f8a7b6de348fef4bb9e46fd6278429f2bfdaf03..30123c07f46ceb73b51ed14632f632a08e132e42 100644
--- a/functions/version.php
+++ b/functions/version.php
@@ -8,7 +8,7 @@ define("REVISION", "001");									//increment on static content changes (js/css
 /* set last possible upgrade */
 define("LAST_POSSIBLE", "1.19");							//minimum required version to be able to upgrade
 /* set published - hide dbversion in footer */
-define("PUBLISHED", false);									//hide dbversion in footer
+define("PUBLISHED", true);									//hide dbversion in footer
 
 // Automatically set DBVERSION as everyone forgets!
 function get_dbversion() {
diff --git a/misc/CHANGELOG b/misc/CHANGELOG
index 76c0aa4f08380ec06ca61397c372cd12bf7ec7bd..3b1eb54d779a661b5f38bc6f8c73b9ad48931537 100755
--- a/misc/CHANGELOG
+++ b/misc/CHANGELOG
@@ -2,7 +2,7 @@
 
     Enhancements, changes:
     ----------------------------
-    + php8.1 compatibility (php8.x support is work-in-progress);
+    + php8.4 compatibility;
     + MySQL 5.5.3+ is now required (support for utf8mb4);
 
     Security Fixes: