Changes
- Security fix: Admin panel now restricted to admin role by default (#791) — previously any authenticated user could access
/admin - Bug fix: Resolved fresh install migration error — duplicate column name in
035_user_profiles_data_column.sql(#771) - New config option:
adminAccessRolesincreateSonicJSApp()lets developers customize which roles can access the admin panel
Installation
npm create sonicjs@latest my-appOr update existing project:
npm install @sonicjs-cms/core@2.16.1