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 b81a176 commit 5faf54dCopy full SHA for 5faf54d
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 3.0.1 - 2022-08-03
4
+
5
+### Fixed
6
+- Fix an error when running migrations. (thanks @fthues).
7
8
## 3.0.0 - 2022-07-19
9
10
### Changed
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.0",
+ "version": "3.0.1",
"keywords": [
"craft",
"cms",
0 commit comments