
Jhoose Security Module – Optimizely CMS13 Support
Optimizely has recently released a new version of its Content Management System, CMS 13. This release introduces several significant enhancements:
Visual Builder improves the editorial experience, giving editors greater flexibility and control over page layout and composition.
Content Graph goes beyond a simple replacement for Search & Navigation. It streamlines multi-channel content delivery, introduces modern semantic search capabilities, and enables new features such as integrating external content sources.
Opal for CMS allows editors to access Opal features directly within the CMS, supporting more efficient and intelligent content creation.
The Jhoose Security Module has now been updated to support CMS 13. At the same time, ongoing support for CMS 12 will continue, particularly with the expectation that this version will officially support .NET 10 in the future.
To accommodate both platforms, the module is now distributed as two separate NuGet packages: one targeting CMS 12 and the other for CMS 13. Both packages will continue to receive the same feature updates and bug fixes.
# To install CMS12
dotnet add package Jhoose.Security.Admin
# To install CMS13
dotnet add package Jhoose.Security.Admin13
Please review the README for more information about the security module and its features.