File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for Isolate
2
2
3
+ ## 2.1.1 - 2024-02-20
4
+
5
+ ### Fixed
6
+ - Fixes the permission syntax required for granting users Isolate permissions
7
+
3
8
## 2.1.0 - 2022-11-10
4
9
5
10
### Fixed
Original file line number Diff line number Diff line change 2
2
"name" : " trendyminds/isolate" ,
3
3
"description" : " Restrict your Craft CMS users on a per-entry basis" ,
4
4
"type" : " craft-plugin" ,
5
- "version" : " 2.1.0 " ,
5
+ "version" : " 2.1.1 " ,
6
6
"keywords" : [
7
7
" permissions" ,
8
8
" entry permission" ,
Original file line number Diff line number Diff line change @@ -110,7 +110,9 @@ function(RegisterUserPermissionsEvent $event) {
110
110
$ event ->permissions ["Isolate " ] = [
111
111
'heading ' => 'Isolate ' ,
112
112
'permissions ' => [
113
- ['label ' => 'Assign permissions ' ],
113
+ 'isolate:assign ' => [
114
+ 'label ' => 'Assign Entries '
115
+ ],
114
116
],
115
117
];
116
118
}
You can’t perform that action at this time.
0 commit comments