Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbushnell committed Feb 20, 2024
1 parent 5904287 commit f179438
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes for Isolate

## 2.1.1 - 2024-02-20

### Fixed
- Fixes the permission syntax required for granting users Isolate permissions

## 2.1.0 - 2022-11-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "trendyminds/isolate",
"description": "Restrict your Craft CMS users on a per-entry basis",
"type": "craft-plugin",
"version": "2.1.0",
"version": "2.1.1",
"keywords": [
"permissions",
"entry permission",
Expand Down
4 changes: 3 additions & 1 deletion src/Isolate.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ function(RegisterUserPermissionsEvent $event) {
$event->permissions["Isolate"] = [
'heading' => 'Isolate',
'permissions' => [
['label' => 'Assign permissions'],
'isolate:assign' => [
'label' => 'Assign Entries'
],
],
];
}
Expand Down

0 comments on commit f179438

Please sign in to comment.