All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fix locale select
- Add PHP 8.4 support & tests
- [Fix] Locale is not displayed on the user page
- Fix Unable to create a user without a group on MySQL (Fix #1273)
- Fix issue when a Group Administrator without the
create_user_field
permission creates a new user, the new user SHOULD inherit the admin's group (Fix #1256)
- Drop PHP 8.1 support, add PHP 8.3 support
- Update to Laravel 10
- Update to PHPUnit 10
- Test against MariaDB #1238
- Update FontAwesome 6 references
- Fix editing a role permissions erase all permissions - Fix #1240
- Update success message when admin resets password for a user - Fix #852
- Update cache clearing action.
- [Exceptions] Update exception inheritance.