Skip to content

Commit 1e3d584

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 5311288 commit 1e3d584

File tree

4 files changed

+554
-61
lines changed

4 files changed

+554
-61
lines changed

config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'charset' => 'UTF-8',
2727
// Asset version for cache busting (increment when JS/CSS files change)
2828
// Format: major.minor.patch (e.g., 1.0.0, 1.0.1, 1.1.0, 2.0.0)
29-
'asset_version' => '3.4.3',
29+
'asset_version' => '4.1.0', // Fixed: Tree only refreshes on modifications (create/delete/rename), not on read-only navigation
3030
],
3131

3232
// ============================================================================

editor.png

85.8 KB
Loading

0 commit comments

Comments
 (0)