diff --git a/source/packages/com_mokosuiteclient/mokosuiteclient.xml b/source/packages/com_mokosuiteclient/mokosuiteclient.xml
index 84274ff1..5649ef22 100644
--- a/source/packages/com_mokosuiteclient/mokosuiteclient.xml
+++ b/source/packages/com_mokosuiteclient/mokosuiteclient.xml
@@ -20,7 +20,7 @@
GPL-3.0-or-later
hello@mokoconsulting.tech
https://mokoconsulting.tech
- 02.44.06
+ 02.46.00
MokoSuiteClient admin dashboard and REST API. Provides a control panel for managing MokoSuiteClient feature plugins, site health monitoring, and remote management endpoints.
Moko\Component\MokoSuiteClient
diff --git a/source/packages/mod_mokosuiteclient_cache/mod_mokosuiteclient_cache.xml b/source/packages/mod_mokosuiteclient_cache/mod_mokosuiteclient_cache.xml
index dea8cd49..b103cc2d 100644
--- a/source/packages/mod_mokosuiteclient_cache/mod_mokosuiteclient_cache.xml
+++ b/source/packages/mod_mokosuiteclient_cache/mod_mokosuiteclient_cache.xml
@@ -7,7 +7,7 @@
GPL-3.0-or-later
hello@mokoconsulting.tech
https://mokoconsulting.tech
- 02.44.06
+ 02.46.00
MOD_MOKOSUITECLIENT_CACHE_DESC
Moko\Module\MokoSuiteCache
diff --git a/source/packages/mod_mokosuiteclient_categories/mod_mokosuiteclient_categories.xml b/source/packages/mod_mokosuiteclient_categories/mod_mokosuiteclient_categories.xml
index b0d5995d..454b1d02 100644
--- a/source/packages/mod_mokosuiteclient_categories/mod_mokosuiteclient_categories.xml
+++ b/source/packages/mod_mokosuiteclient_categories/mod_mokosuiteclient_categories.xml
@@ -7,7 +7,7 @@
GPL-3.0-or-later
hello@mokoconsulting.tech
https://mokoconsulting.tech
- 02.44.06
+ 02.46.00
MOD_MOKOSUITECLIENT_CATEGORIES_DESC
Moko\Module\MokoSuiteClientCategories
diff --git a/source/packages/mod_mokosuiteclient_cpanel/mod_mokosuiteclient_cpanel.xml b/source/packages/mod_mokosuiteclient_cpanel/mod_mokosuiteclient_cpanel.xml
index 5f1d8a25..4d4afa0d 100644
--- a/source/packages/mod_mokosuiteclient_cpanel/mod_mokosuiteclient_cpanel.xml
+++ b/source/packages/mod_mokosuiteclient_cpanel/mod_mokosuiteclient_cpanel.xml
@@ -7,7 +7,7 @@
GPL-3.0-or-later
hello@mokoconsulting.tech
https://mokoconsulting.tech
- 02.44.06
+ 02.46.00
MOD_MOKOSUITECLIENT_CPANEL_DESC
Moko\Module\MokoSuiteCpanel
diff --git a/source/packages/mod_mokosuiteclient_menu/mod_mokosuiteclient_menu.xml b/source/packages/mod_mokosuiteclient_menu/mod_mokosuiteclient_menu.xml
index 87af684d..68e346b5 100644
--- a/source/packages/mod_mokosuiteclient_menu/mod_mokosuiteclient_menu.xml
+++ b/source/packages/mod_mokosuiteclient_menu/mod_mokosuiteclient_menu.xml
@@ -7,7 +7,7 @@
GPL-3.0-or-later
hello@mokoconsulting.tech
https://mokoconsulting.tech
- 02.44.06
+ 02.46.00
MokoSuiteClient admin sidebar menu — renders a dedicated MokoSuiteClient section in the admin menu before Joomla's default menu.
Moko\Module\MokoSuiteClientMenu
diff --git a/source/packages/plg_system_mokosuiteclient/Extension/MokoSuiteClient.php b/source/packages/plg_system_mokosuiteclient/Extension/MokoSuiteClient.php
index e7064826..ea3be045 100644
--- a/source/packages/plg_system_mokosuiteclient/Extension/MokoSuiteClient.php
+++ b/source/packages/plg_system_mokosuiteclient/Extension/MokoSuiteClient.php
@@ -22,7 +22,7 @@
* DEFGROUP: Joomla.Plugin
* INGROUP: MokoSuiteClient
* REPO: https://github.com/mokoconsulting-tech/mokosuiteclient
- * VERSION: 02.44.06
+ * VERSION: 02.46.00
* PATH: /src/Extension/MokoSuiteClient.php
* NOTE: Core system plugin for MokoSuiteClient admin tools suite
*/
diff --git a/source/packages/plg_system_mokosuiteclient/Field/CopyableTokenField.php b/source/packages/plg_system_mokosuiteclient/Field/CopyableTokenField.php
index 57234016..c9f05fb4 100644
--- a/source/packages/plg_system_mokosuiteclient/Field/CopyableTokenField.php
+++ b/source/packages/plg_system_mokosuiteclient/Field/CopyableTokenField.php
@@ -8,7 +8,7 @@
* FILE INFORMATION
* DEFGROUP: Joomla.Plugin
* INGROUP: MokoSuiteClient
- * VERSION: 02.44.06
+ * VERSION: 02.46.00
* PATH: /src/Field/CopyableTokenField.php
* BRIEF: Read-only token field with a copy-to-clipboard button
*/
diff --git a/source/packages/plg_system_mokosuiteclient/mokosuiteclient.xml b/source/packages/plg_system_mokosuiteclient/mokosuiteclient.xml
index 444218d5..a192bfe8 100644
--- a/source/packages/plg_system_mokosuiteclient/mokosuiteclient.xml
+++ b/source/packages/plg_system_mokosuiteclient/mokosuiteclient.xml
@@ -30,7 +30,7 @@
GNU General Public License version 3 or later; see LICENSE.md
hello@mokoconsulting.tech
https://mokoconsulting.tech
- 02.44.06
+ 02.46.00
MokoSuiteClient core system plugin — coordinates feature plugins, heartbeat, health checks, and admin customizations.
Moko\Plugin\System\MokoSuiteClient
script.php
diff --git a/source/packages/plg_system_mokosuiteclient/script.php b/source/packages/plg_system_mokosuiteclient/script.php
index eb07c59b..dfa14105 100644
--- a/source/packages/plg_system_mokosuiteclient/script.php
+++ b/source/packages/plg_system_mokosuiteclient/script.php
@@ -22,7 +22,7 @@
* DEFGROUP: Joomla.Plugin
* INGROUP: MokoSuiteClient
* REPO: https://github.com/mokoconsulting-tech/mokosuiteclient
- * VERSION: 02.44.06
+ * VERSION: 02.46.00
* PATH: /src/script.php
* BRIEF: Installation script for MokoSuiteClient plugin
* NOTE: Handles installation, update, and uninstallation tasks including language override deployment
diff --git a/source/packages/plg_system_mokosuiteclient/services/provider.php b/source/packages/plg_system_mokosuiteclient/services/provider.php
index 5591edc8..e419668c 100644
--- a/source/packages/plg_system_mokosuiteclient/services/provider.php
+++ b/source/packages/plg_system_mokosuiteclient/services/provider.php
@@ -22,7 +22,7 @@
* DEFGROUP: Joomla.Plugin
* INGROUP: MokoSuiteClient
* REPO: https://github.com/mokoconsulting-tech/mokosuiteclient
- * VERSION: 02.44.06
+ * VERSION: 02.46.00
* PATH: /src/services/provider.php
* BRIEF: Service provider for dependency injection in Joomla 5.x
* NOTE: Registers the plugin with Joomla's DI container
diff --git a/source/packages/plg_system_mokosuiteclient_backup/mokosuiteclient_backup.xml b/source/packages/plg_system_mokosuiteclient_backup/mokosuiteclient_backup.xml
index 6db5c9cf..687acf3d 100644
--- a/source/packages/plg_system_mokosuiteclient_backup/mokosuiteclient_backup.xml
+++ b/source/packages/plg_system_mokosuiteclient_backup/mokosuiteclient_backup.xml
@@ -8,7 +8,7 @@
GPL-3.0-or-later
hello@mokoconsulting.tech
https://mokoconsulting.tech
- 02.44.06
+ 02.46.00
PLG_SYSTEM_MOKOSUITECLIENT_BACKUP_DESC
Moko\Plugin\System\MokoSuiteClientBackup
diff --git a/source/packages/plg_system_mokosuiteclient_dbip/mokosuiteclient_dbip.xml b/source/packages/plg_system_mokosuiteclient_dbip/mokosuiteclient_dbip.xml
index 76d89718..aeaceb25 100644
--- a/source/packages/plg_system_mokosuiteclient_dbip/mokosuiteclient_dbip.xml
+++ b/source/packages/plg_system_mokosuiteclient_dbip/mokosuiteclient_dbip.xml
@@ -8,7 +8,7 @@
GPL-3.0-or-later
hello@mokoconsulting.tech
https://mokoconsulting.tech
- 02.44.06
+ 02.46.00
PLG_SYSTEM_MOKOSUITECLIENT_DBIP_DESC
Moko\Plugin\System\MokoSuiteClientDBIP
diff --git a/source/packages/plg_system_mokosuiteclient_devtools/mokosuiteclient_devtools.xml b/source/packages/plg_system_mokosuiteclient_devtools/mokosuiteclient_devtools.xml
index 2e6b17e9..3e0e1443 100644
--- a/source/packages/plg_system_mokosuiteclient_devtools/mokosuiteclient_devtools.xml
+++ b/source/packages/plg_system_mokosuiteclient_devtools/mokosuiteclient_devtools.xml
@@ -8,7 +8,7 @@
GPL-3.0-or-later
hello@mokoconsulting.tech
https://mokoconsulting.tech
- 02.44.06
+ 02.46.00
PLG_SYSTEM_MOKOSUITECLIENT_DEVTOOLS_DESC
Moko\Plugin\System\MokoSuiteClientDevTools
diff --git a/source/packages/plg_system_mokosuiteclient_firewall/mokosuiteclient_firewall.xml b/source/packages/plg_system_mokosuiteclient_firewall/mokosuiteclient_firewall.xml
index 36fc6008..0eb230bd 100644
--- a/source/packages/plg_system_mokosuiteclient_firewall/mokosuiteclient_firewall.xml
+++ b/source/packages/plg_system_mokosuiteclient_firewall/mokosuiteclient_firewall.xml
@@ -8,7 +8,7 @@
GPL-3.0-or-later
hello@mokoconsulting.tech
https://mokoconsulting.tech
- 02.44.06
+ 02.46.00
PLG_SYSTEM_MOKOSUITECLIENT_FIREWALL_DESC
Moko\Plugin\System\MokoSuiteClientFirewall
diff --git a/source/packages/plg_system_mokosuiteclient_license/mokosuiteclient_license.xml b/source/packages/plg_system_mokosuiteclient_license/mokosuiteclient_license.xml
index e4452504..f72dcbe9 100644
--- a/source/packages/plg_system_mokosuiteclient_license/mokosuiteclient_license.xml
+++ b/source/packages/plg_system_mokosuiteclient_license/mokosuiteclient_license.xml
@@ -8,7 +8,7 @@
GPL-3.0-or-later
hello@mokoconsulting.tech
https://mokoconsulting.tech
- 02.44.06
+ 02.46.00
PLG_SYSTEM_MOKOSUITECLIENT_LICENSE_DESC
Moko\Plugin\System\MokoSuiteClientLicense
srcserviceslanguage
diff --git a/source/packages/plg_system_mokosuiteclient_monitor/mokosuiteclient_monitor.xml b/source/packages/plg_system_mokosuiteclient_monitor/mokosuiteclient_monitor.xml
index 3116ae85..020f03fe 100644
--- a/source/packages/plg_system_mokosuiteclient_monitor/mokosuiteclient_monitor.xml
+++ b/source/packages/plg_system_mokosuiteclient_monitor/mokosuiteclient_monitor.xml
@@ -8,7 +8,7 @@
GPL-3.0-or-later
hello@mokoconsulting.tech
https://mokoconsulting.tech
- 02.44.06
+ 02.46.00
PLG_SYSTEM_MOKOSUITECLIENT_MONITOR_DESC
Moko\Plugin\System\MokoSuiteClientMonitor
diff --git a/source/packages/plg_system_mokosuiteclient_offline/mokosuiteclient_offline.xml b/source/packages/plg_system_mokosuiteclient_offline/mokosuiteclient_offline.xml
index 5d51d5a4..943a97ec 100644
--- a/source/packages/plg_system_mokosuiteclient_offline/mokosuiteclient_offline.xml
+++ b/source/packages/plg_system_mokosuiteclient_offline/mokosuiteclient_offline.xml
@@ -8,7 +8,7 @@
GPL-3.0-or-later
hello@mokoconsulting.tech
https://mokoconsulting.tech
- 02.44.06
+ 02.46.00
PLG_SYSTEM_MOKOSUITECLIENT_OFFLINE_DESC
Moko\Plugin\System\MokoSuiteClientOffline
diff --git a/source/packages/plg_system_mokosuiteclient_tenant/mokosuiteclient_tenant.xml b/source/packages/plg_system_mokosuiteclient_tenant/mokosuiteclient_tenant.xml
index 4e2d6fc5..fa893589 100644
--- a/source/packages/plg_system_mokosuiteclient_tenant/mokosuiteclient_tenant.xml
+++ b/source/packages/plg_system_mokosuiteclient_tenant/mokosuiteclient_tenant.xml
@@ -8,7 +8,7 @@
GPL-3.0-or-later
hello@mokoconsulting.tech
https://mokoconsulting.tech
- 02.44.06
+ 02.46.00
PLG_SYSTEM_MOKOSUITECLIENT_TENANT_DESC
Moko\Plugin\System\MokoSuiteClientTenant
diff --git a/source/packages/plg_task_mokosuiteclient_tickets/mokosuiteclient_tickets.xml b/source/packages/plg_task_mokosuiteclient_tickets/mokosuiteclient_tickets.xml
index f3ef925c..d6ab1724 100644
--- a/source/packages/plg_task_mokosuiteclient_tickets/mokosuiteclient_tickets.xml
+++ b/source/packages/plg_task_mokosuiteclient_tickets/mokosuiteclient_tickets.xml
@@ -8,7 +8,7 @@
GPL-3.0-or-later
hello@mokoconsulting.tech
https://mokoconsulting.tech
- 02.44.06
+ 02.46.00
Runs scheduled helpdesk automation rules — auto-close resolved tickets, SLA breach escalation, and time-based actions.
Moko\Plugin\Task\MokoSuiteClientTickets
diff --git a/source/packages/plg_task_mokosuiteclientdemo/mokosuiteclientdemo.xml b/source/packages/plg_task_mokosuiteclientdemo/mokosuiteclientdemo.xml
index 435f33e3..f627f7d5 100644
--- a/source/packages/plg_task_mokosuiteclientdemo/mokosuiteclientdemo.xml
+++ b/source/packages/plg_task_mokosuiteclientdemo/mokosuiteclientdemo.xml
@@ -12,7 +12,7 @@
GNU General Public License version 3 or later; see LICENSE
hello@mokoconsulting.tech
https://mokoconsulting.tech
- 02.44.06
+ 02.46.00
PLG_TASK_MOKOSUITECLIENTDEMO_DESC
Moko\Plugin\Task\MokoSuiteClientDemo
diff --git a/source/packages/plg_task_mokosuiteclientdemo/src/Service/DemoResetService.php b/source/packages/plg_task_mokosuiteclientdemo/src/Service/DemoResetService.php
index e95e309a..5d660ff8 100644
--- a/source/packages/plg_task_mokosuiteclientdemo/src/Service/DemoResetService.php
+++ b/source/packages/plg_task_mokosuiteclientdemo/src/Service/DemoResetService.php
@@ -10,7 +10,7 @@
* INGROUP: MokoSuiteClient
* REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteClient
* PATH: /src/packages/plg_system_mokosuiteclient/Service/DemoResetService.php
- * VERSION: 02.44.06
+ * VERSION: 02.46.00
* BRIEF: Content-only snapshot/restore for demo site reset
*/
diff --git a/source/packages/plg_task_mokosuiteclientsync/mokosuiteclientsync.xml b/source/packages/plg_task_mokosuiteclientsync/mokosuiteclientsync.xml
index 80558579..d8c3f0db 100644
--- a/source/packages/plg_task_mokosuiteclientsync/mokosuiteclientsync.xml
+++ b/source/packages/plg_task_mokosuiteclientsync/mokosuiteclientsync.xml
@@ -12,7 +12,7 @@
GNU General Public License version 3 or later; see LICENSE
hello@mokoconsulting.tech
https://mokoconsulting.tech
- 02.44.06
+ 02.46.00
PLG_TASK_MOKOSUITECLIENTSYNC_DESC
Moko\Plugin\Task\MokoSuiteClientSync
diff --git a/source/packages/plg_task_mokosuiteclientsync/src/Service/ContentSyncReceiver.php b/source/packages/plg_task_mokosuiteclientsync/src/Service/ContentSyncReceiver.php
index 5ae45f8f..19944533 100644
--- a/source/packages/plg_task_mokosuiteclientsync/src/Service/ContentSyncReceiver.php
+++ b/source/packages/plg_task_mokosuiteclientsync/src/Service/ContentSyncReceiver.php
@@ -10,7 +10,7 @@
* INGROUP: MokoSuiteClient
* REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteClient
* PATH: /src/packages/plg_system_mokosuiteclient/Service/ContentSyncReceiver.php
- * VERSION: 02.44.06
+ * VERSION: 02.46.00
* BRIEF: Receiver-side content sync — applies incoming payload to local DB
*/
diff --git a/source/packages/plg_task_mokosuiteclientsync/src/Service/ContentSyncService.php b/source/packages/plg_task_mokosuiteclientsync/src/Service/ContentSyncService.php
index b2649f0e..38b8b377 100644
--- a/source/packages/plg_task_mokosuiteclientsync/src/Service/ContentSyncService.php
+++ b/source/packages/plg_task_mokosuiteclientsync/src/Service/ContentSyncService.php
@@ -10,7 +10,7 @@
* INGROUP: MokoSuiteClient
* REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteClient
* PATH: /src/packages/plg_system_mokosuiteclient/Service/ContentSyncService.php
- * VERSION: 02.44.06
+ * VERSION: 02.46.00
* BRIEF: Sender-side content sync — builds payload and pushes to remote sites
*/
diff --git a/source/packages/plg_webservices_mokosuiteclient/mokosuiteclient.xml b/source/packages/plg_webservices_mokosuiteclient/mokosuiteclient.xml
index 814ff44e..ffbe6d26 100644
--- a/source/packages/plg_webservices_mokosuiteclient/mokosuiteclient.xml
+++ b/source/packages/plg_webservices_mokosuiteclient/mokosuiteclient.xml
@@ -7,7 +7,7 @@
GPL-3.0-or-later
hello@mokoconsulting.tech
https://mokoconsulting.tech
- 02.44.06
+ 02.46.00
Joomla Web Services API routes for MokoSuiteClient site management — health checks, cache, updates, backups, and site info.
Moko\Plugin\WebServices\MokoSuiteClient
diff --git a/source/pkg_mokosuiteclient.xml b/source/pkg_mokosuiteclient.xml
index eb59d6bc..cb1ab0ec 100644
--- a/source/pkg_mokosuiteclient.xml
+++ b/source/pkg_mokosuiteclient.xml
@@ -2,7 +2,7 @@
Package - MokoSuiteClient
mokosuiteclient
- 02.44.06
+ 02.46.00
2026-06-02
Moko Consulting
hello@mokoconsulting.tech