chore: bump version to v1.2.1

This commit is contained in:
dyzulk
2026-01-19 10:04:47 +07:00
parent a0e8c097f7
commit 9cee55c05a
12 changed files with 33 additions and 17 deletions

View File

@@ -39,6 +39,10 @@ $router->group(['middleware' => 'router.valid'], function($router) {
// Temporary Test Route
$router->get('/test-alert', [HomeController::class, 'testAlert']);
// Plugin Language Route - DEPRECATED
// Plugins now handle their own routing via Hooks::addAction('router_init')
// -----------------------------------------------------------------------------
// Protected Admin Routes (Requires Auth)