Skip to content

Releases: live-controls/groups

Version 1.2.5

23 Nov 23:11

Choose a tag to compare

Fixes

  • Removed deprecated check if usergroups are enabled. This is a leftover of the old lifecontrols system.

Version 1.2.4

23 Nov 17:41

Choose a tag to compare

Additions

  • Added clearGroups() method to the HasGroups trait to remove all groups from an user with a single method

Version 1.2.3

23 Nov 17:15

Choose a tag to compare

Fixes

  • Fixed UserGroupHandler.color() function which would throw an exception

Version 1.2.2

23 Nov 17:07

Choose a tag to compare

Fixed

  • Fixed wrong variable spelling

Version 1.2.1

23 Nov 17:05

Choose a tag to compare

Fixes

  • Fixed $darkmodeColor parameter in UserGroupHandler.add() and UserGroupHandler.edit() methods didn't have a default value

Version 1.2

23 Nov 16:15

Choose a tag to compare

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

23 Nov 12:49

Choose a tag to compare

Additions

  • Added darkmode_color to UserGroup model
  • Added color() method to UserGroupHandler class

Version 1.1.2

21 Nov 12:42

Choose a tag to compare

Changes

  • Added isAdmin() method to HasGroup trait

Version 1.1.1

17 Nov 15:41

Choose a tag to compare

Fixes

  • Fixed invalid configuration path
  • Fixed exception in UserGroupHandler::clear() function

Version 1.1

17 Nov 15:22

Choose a tag to compare

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