Skip to content

Commit

Permalink
Merge pull request #15 from trendyminds/1.3.0
Browse files Browse the repository at this point in the history
1.3.0
  • Loading branch information
aaronbushnell authored Jun 9, 2020
2 parents d3b2d93 + 83d5df7 commit a9d68ba
Show file tree
Hide file tree
Showing 9 changed files with 5,076 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes for Isolate

## 1.3.0 - 2020-06-09

### Changed
- Isolate 1.3.0 now requires Craft 3.2+

### Fixed
- Submitting a draft as an isolated user automatically adds the entry as one of your "isolated" entries

### Added
- User drafts now show up below on an isolated user's dashboard

## 1.2.0 - 2020-05-13

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Restriction is handled two ways:

## Requirements

This plugin requires Craft CMS 3.0.0-beta.23 or later.
This plugin requires Craft CMS 3.2 or later.

## Installation

Expand Down
4 changes: 2 additions & 2 deletions 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.2.0",
"version": "1.3.0",
"keywords": [
"permissions",
"entry permission",
Expand All @@ -25,7 +25,7 @@
}
],
"require": {
"craftcms/cms": "^3.0.0-RC1"
"craftcms/cms": "^3.2"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit a9d68ba

Please sign in to comment.