Skip to content

Releases: trendyminds/isolate

2.1.1

20 Feb 18:46
Compare
Choose a tag to compare

2.1.1 - 2024-02-20

Fixed

  • Fixes the permission syntax required for granting users Isolate permissions

2.1.0

10 Nov 14:56
01cee40
Compare
Choose a tag to compare

2.1.0 - 2022-11-10

Fixed

  • Fixes an issue where structure-based queries return all entries on the site

Changed

  • Remove getStructureEntries() and make all queries through getAllEntries().

1.5.0

10 Nov 14:36
9f2865a
Compare
Choose a tag to compare

1.5.0 - 2022-11-10

Fixed

  • Fixes an issue where structure-based queries return all entries on the site

2.0.0

05 Jul 20:23
Compare
Choose a tag to compare

2.0.0 - 2022-07-05

Added

Support for Craft 4 (Thank you, @timoschwarzer!)

1.4.4

10 Nov 19:54
Compare
Choose a tag to compare

1.4.4 - 2021-11-10

Fixed

  • Fix error when displaying entries an isolated user has access to when using a Postgres database (#41)

1.4.3

16 Nov 20:47
Compare
Choose a tag to compare

1.4.3 - 2020-11-16

Fixed

  • Fix case-sensitivity issue on the sourcePath when loading the AssetBundle

1.4.2

28 Oct 14:38
7a60106
Compare
Choose a tag to compare

1.4.2 - 2020-10-28

Fixed

  • Fix error that occurred if an Isolated user is accessing the control panel homepage and $segments contains no array items. (#24)

1.4.1

27 Oct 02:22
Compare
Choose a tag to compare

1.4.1 - 2020-10-26

Fixed

  • Renamed directory to ensure Composer 2.0 compatibility. (#22). Thanks @brandonkelly!

1.4.0

13 Oct 12:31
Compare
Choose a tag to compare

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)

1.3.1

10 Jun 19:26
2f00d6c
Compare
Choose a tag to compare

Fixed

  • Don't run Isolate event when a user is not signed in or it is invoked via console commands/migrations