Version 4.0.0
May 12, 2024
Changed
- Now requires PHP
8.2.0+
. - Now requires Craft
5.0.0+
.
Version 3.0.2
January 30, 2024
Added
- Add caching mechanism for user groups to assist with performance. (thanks @anchovy).
Version 3.0.1
August 3, 2022
Fixed
- Fix an error when running migrations. (thanks @fthues).
Version 3.0.0
July 19, 2022
Changed
- Now requires PHP
8.0.2+
. - Now requires Craft
4.0.0+
.
Version 2.0.2
August 3, 2022
Fixed
- Fix an error when running migrations. (thanks @fthues).
Version 2.0.1
July 19, 2022
Added
- Add ability to query elements using the user group uid.
- Add Craft 2 migration.
Version 2.0.0
July 18, 2022
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
.
Changed
- Migration to
verbb/user-group-field
. - Now requires Craft 3.7+.
Version 1.0.4
October 4, 2021
Fixed
- Fixed error where user groups was not getting saved (#16)
Version 1.0.3
July 28, 2020
Fixed
- Fixed error where it was impossible to remove any previously selected groups (#12)
Version 1.0.2
September 10, 2019
Fixed
- Fixed error when no groups was returned
Version 1.0.1
February 25, 2019
Fixed
- Fixed Craft constraint. Only works with 3.1 and up.
Version 1.0.0
February 22, 2019
Added
- Initial release