Skip to content

Commit

Permalink
Merge branch 'update/1.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbushnell committed Oct 13, 2020
2 parents 2f00d6c + 7ed4577 commit 8e18f5e
Show file tree
Hide file tree
Showing 3 changed files with 7 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

## 1.4.0 - 2020-10-13

### Changed
- Isolate permissions now follow Craft's convention to correct issues with multi-site and non-English languages. ([#21](https://github.com/trendyminds/isolate/pull/21))

## 1.3.1 - 2020-06-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": "1.3.1",
"version": "1.4.0",
"keywords": [
"permissions",
"entry permission",
Expand Down
2 changes: 1 addition & 1 deletion src/Isolate.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function (Event $event) {
UserPermissions::class,
UserPermissions::EVENT_REGISTER_PERMISSIONS,
function(RegisterUserPermissionsEvent $event) {
$event->permissions["General"]["accessCp"]["nested"]["accessPlugin-isolate"]["nested"] = [
$event->permissions["Isolate"] = [
'isolate:assign' => [
'label' => 'Assign permissions',
],
Expand Down

0 comments on commit 8e18f5e

Please sign in to comment.