You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Model Customization: Added support for custom model classes (File, Folder, Tag, MediaAttachment) via the MediaManagerPlugin.
Database Prefix Support: Full support for database table prefixes by replacing hardcoded table names with dynamic ones in all raw SQL queries and relationships.
Fixed
Fixed 72 PHPStan errors to improve code quality and type safety.
Resolved hardcoded table name issues in recursive CTE folder calculations.
Changed
Updated documentation to reflect model customization and prefix support.