Version 2.1.1
February 20, 2024
Fixed
- Fixes the permission syntax required for granting users Isolate permissions
Version 2.1.0
November 10, 2022
Fixed
- Fixes an issue where structure-based queries return all entries on the site
Changed
- Remove
getStructureEntries()
and make all queries throughgetAllEntries()
.
Version 2.0.0
July 5, 2022
Added
- Support for Craft 4 (Thank you, @timoschwarzer!)
Version 1.4.4
November 10, 2021
Fixed
- Fix error when displaying entries an isolated user has access to when using a Postgres database (#41)
Version 1.4.3
November 16, 2020
Fixed
- Fix case-sensitivity issue on the
sourcePath
when loading the AssetBundle
Version 1.4.2
October 28, 2020
Fixed
- Fix error that occurred if an Isolated user is accessing the control panel homepage and
$segments
contains no array items. (#24)
Version 1.4.1
October 26, 2020
Fixed
- Renamed directory to ensure Composer 2.0 compatibility. (#22). Thanks @brandonkelly!
Version 1.4.0
October 13, 2020
Changed
- Isolate permissions now follow Craft's convention to correct issues with multi-site and non-English languages. (#21)
Version 1.3.1
June 10, 2020
Fixed
- Don't run Isolate event when a user is not signed in or it is invoked via console commands/migrations
Version 1.3.0
June 9, 2020
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
Version 1.2.0
May 13, 2020
Changed
- Replace various custom queries with native Craft queries to ensure better compatibility with future Craft versions
Fixed
- Address Craft 3.2 compatibility issues with drafts/revisions showing up in entry lists
- Correct visual issues with newer version of Craft
Version 1.1.2
May 9, 2019
Fixed
- Redirect users attempting to access the entry listing panel instead of throwing an error. This prevents an exception from being thrown if a user saves an entry and is redirected back to the entry listing area
Version 1.1.1
May 1, 2019
Fixed
- Add another check to determine if a user is attempting to create a new entry versus editing an existing one
Version 1.1.0
April 30, 2019
This version is completely owed to the great work by Benjamin (@N0ps32 on GitHub). Huge props to him and his contribution here!
Changed
Version 1.0.1
March 11, 2019
Changed
- Ensure isolated users are automatically given permissions to use the Isolate dashboard
Version 1.0.0
March 11, 2019
Initial release.