Skip to content

v9.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 12:38
· 19 commits to dev since this release

Note on removal of AddSiteOwnerPermissionToRole

Orchard Core 2.1 deprecates the Site Owner permission. To adopt to this, we had to remove the AddSiteOwnerPermissionToRole feature from the Lombiq.Hosting.Tenants.Maintenance module completely. There's a new AddAdministratorRoleToUsersWithRole feature in place of it, which serves the same goal: as the name suggests, it adds the Administrator role to users with the configured role.

To migrate, you just have to enable the AddAdministratorRoleToUsersWithRole feature instead of AddSiteOwnerPermissionToRole and change the appsettings configuration key from AddSiteOwnerPermissionToRole to AddAdministratorRoleToUsersWithRole too.

What's Changed

Full Changelog: v8.0.0...v9.0.0