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
- OSOE-818: Upgrade to Orchard Core 2.0 by @sarahelsaig in #131
- OSOE-402: Adapting to UI testing logging changes by @Piedone in #132
- OSOE-402: Branch references by @dministro in #133
- OSOE-917: Update vulnerable NuGet packages by @Piedone in #134
- OSOE-903: Update to Orchard Core 2.1.0,
AddAdministratorRoleToUsersWithRole
maintenance instead ofAddSiteOwnerPermissionToRole
by @Piedone in #135
Full Changelog: v8.0.0...v9.0.0