v4.5.15.16 release
v4.5.15.16 had three bug fixes.
Significant defects addressed
- Corrected an issue preventing correct selection of a content form when that content form is associated with a user itself associated with a site-specific role. For example, the content edit form
Recipeis derived fromArticleand associated with the roleEditor. Adam Braun is anEditor. In this scenario, when Adam Braun started a new asset based onArticle, the defaultArticlecontent edit form appeared instead ofRecipe. - Restored the For Developers tab in an asset's Tools widget for users with the default Full Access role. See "Breaking changes," below.
- Corrected vulnerabilities detected by the OWASP dependency checker.
Breaking changes
- Projects may not not want to expose the Developer tab in an asset's Tools widget for the default role. In such cases, update
missingRolePermissionsto include-developer/info(or-developer/to exclude all developer features from the default role).