- Now requires PHP
8.2.0+
. - Now requires Craft
5.0.0+
.
- Add caching mechanism for user groups to assist with performance. (thanks @anchovy).
- Fix an error when running migrations. (thanks @fthues).
- Now requires PHP
8.0.2+
. - Now requires Craft
4.0.0+
.
- Fix an error when running migrations. (thanks @fthues).
- Add ability to query elements using the user group uid.
- Add Craft 2 migration.
{note} The plugin’s package name has changed to
verbb/user-group-field
. User Group Field will need be updated to 2.0 from a terminal, by runningcomposer require verbb/user-group-field && composer remove superbig/craft-usergroupfield
.
- Migration to
verbb/user-group-field
. - Now requires Craft 3.7+.
- Fixed error where user groups was not getting saved (#16)
- Fixed error where it was impossible to remove any previously selected groups (#12)
- Fixed error when no groups was returned
- Fixed Craft constraint. Only works with 3.1 and up.
- Initial release