We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b74372 commit 915c564Copy full SHA for 915c564
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 3.0.2 - 2024-01-30
4
+
5
+### Added
6
+- Add caching mechanism for user groups to assist with performance. (thanks @anchovy).
7
8
## 3.0.1 - 2022-08-03
9
10
### Fixed
composer.json
@@ -2,7 +2,7 @@
"name": "verbb/user-group-field",
"description": "Field type that let you select one or more user groups.",
"type": "craft-plugin",
- "version": "3.0.1",
+ "version": "3.0.2",
"keywords": [
"craft",
"cms",
0 commit comments