diff --git a/src/admin/kunena.xml b/src/admin/kunena.xml
index d7b7d80c297..923eff6e8f3 100644
--- a/src/admin/kunena.xml
+++ b/src/admin/kunena.xml
@@ -1,5 +1,9 @@
-
-
+
+
+
com_kunena
@kunenaversion@
@kunenaversionname@
@@ -14,7 +18,9 @@
@kunenachangelog@
- sql/install/mysql/create_tables.utf8.sql
+ sql/install/mysql/create_tables.utf8.sql
@@ -25,7 +31,9 @@
jomsocial_rule.xml
-
-
+
\ No newline at end of file
diff --git a/src/admin/src/Controller/StatisticsController.php b/src/admin/src/Controller/StatisticsController.php
index ff398568f8c..d3927772a54 100644
--- a/src/admin/src/Controller/StatisticsController.php
+++ b/src/admin/src/Controller/StatisticsController.php
@@ -21,6 +21,8 @@
* Kunena Backend Statistics Controller
*
* @since Kunena 5.0
+ *
+ * @deprecated Kunena 6.3 will be removed in Kunena 7.0 without replacement
*/
class StatisticsController extends FormController
{
diff --git a/src/admin/src/Model/StatisticsModel.php b/src/admin/src/Model/StatisticsModel.php
index ac0e5fe7098..cdfdd1d7455 100644
--- a/src/admin/src/Model/StatisticsModel.php
+++ b/src/admin/src/Model/StatisticsModel.php
@@ -30,6 +30,8 @@
* Statistics Model for Kunena
*
* @since 5.0
+ *
+ * @deprecated Kunena 6.3 will be removed in Kunena 7.0 without replacement
*/
class StatisticsModel extends ListModel
{
diff --git a/src/admin/src/View/Statistics/HtmlView.php b/src/admin/src/View/Statistics/HtmlView.php
index 956e1f6b0a4..cc21b2024ee 100644
--- a/src/admin/src/View/Statistics/HtmlView.php
+++ b/src/admin/src/View/Statistics/HtmlView.php
@@ -9,6 +9,8 @@
* @copyright Copyright (C) 2008 - 2024 Kunena Team. All rights reserved.
* @license https://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.kunena.org
+ *
+ * @deprecated Kunena 6.3 will be removed in Kunena 7.0 without replacement
**/
namespace Kunena\Forum\Administrator\View\Statistics;
diff --git a/src/admin/tmpl/statistics/default.php b/src/admin/tmpl/statistics/default.php
index 3ed55fb300b..b4d9b288b7f 100644
--- a/src/admin/tmpl/statistics/default.php
+++ b/src/admin/tmpl/statistics/default.php
@@ -9,6 +9,8 @@
* @copyright Copyright (C) 2008 - 2024 Kunena Team. All rights reserved.
* @license https://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.kunena.org
+ *
+ * @deprecated Kunena 6.3 will be removed in Kunena 7.0 without replacement
**/
defined('_JEXEC') or die();
@@ -22,7 +24,7 @@
?>