Releases: live-controls/groups
Releases · live-controls/groups
Version 1.2.5
Version 1.2.4
Additions
- Added clearGroups() method to the HasGroups trait to remove all groups from an user with a single method
Version 1.2.3
Fixes
- Fixed UserGroupHandler.color() function which would throw an exception
Version 1.2.2
Fixed
- Fixed wrong variable spelling
Version 1.2.1
Fixes
- Fixed $darkmodeColor parameter in UserGroupHandler.add() and UserGroupHandler.edit() methods didn't have a default value
Version 1.2
Changes
- Added darkmode color to Handler methods
Breaking Change in UserGroupHandler::add(), the fourth parameter is now for the darkmode color, not longer for the description
Version 1.1.3
Additions
- Added darkmode_color to UserGroup model
- Added color() method to UserGroupHandler class
Version 1.1.2
Changes
- Added isAdmin() method to HasGroup trait
Version 1.1.1
Fixes
- Fixed invalid configuration path
- Fixed exception in UserGroupHandler::clear() function
Version 1.1
Additions
- Added UserGroupHandler class to handle adding/removing of UserGroups easily by code
- Added livecontrols:creategroups artisan command to create UserGroups with a single command with informations given inside the configuration file.
Changes
- Made UserGroups key unique