BREAKING CHANGE
Replace the legacy MythAuth authentication library with CodeIgniter Shield as the single auth provider. This is a breaking change that removes the custom is_superadmin column and moves role management into Shield's group/permission system.
What's Changed
- Membuat fitur bulk import untuk petugas / scanner. by @hex4coder in #203
- Apply security fixes from PR #203 review comments by @Copilot in #204
- feat: migrate authentication system from myth/auth to CodeIgniter Shi… by @mdestafadilah in #206
- BREAKING-CHANGE: Migrate from MythAuth to CodeIgniter Shield by @ikhsan3adi in #209
New Contributors
- @mdestafadilah made their first contribution in #206
Other
- Add multi-role display with color-coded badges in navbar and petugas list
- Redesign sidebar with permission-based menu filtering and section headers for multi-role users
- Update all documentation (MIGRATION_GUIDE, README)
- Bump ci4 to 4.7.3
- Fix docker related files
- Fix here & there
- Fix test
Full Changelog: v1.9.10...v2.0.0