Releases: RobErskine/Craft-User-Manual
Releases · RobErskine/Craft-User-Manual
5.0.4 - Remove slug requirement, add URI override
- Now uses ID's to pull in documentation entries, so your documentation's entries no longer require URLs, or do they need to be public
- If you override the name of the plugin (to say Admin Guide from User Manual), the url used to stay the same (/admin/usermanual). You can now override this to be a URI segment of your choosing, ie
/admin/admin-guide
if you so choose.
5.0.2
Replacing addExtension
with Craft::$app->view->registerTwigExtension(new UserManualTwigExtension);
5.0.1
- Fixed: Fixed an automatic migration from Craft 4 to Craft 5
- Added: an
enableSidebar
configuration in the admin panel, so if you have a Single you can disable the sidebar navigation without needing to edit yourconfig/usermanual.php
.
5.0.0
- Added: Craft 5 support
- Added: Continued support for Craft 5
- Added: Updates to error / warning messaging when plugin is not configured
- Updated: Styles for improved nesting
- Fixed: Craft header was being removed. This caused issues on smaller displays.
Craft 4 Support
Support for Craft 4. Thanks to @Chris-DuCharme for helping get this ready.
v2.1.0
- bug fixes
- optional sidebar
- snap scrolling between pages
composer 2 naming conventions
Merge pull request #18 from brandonkelly/master Fix UserManualAsset namespace casing
Updating asset handler reference
2.0.3 updating readme with latest releases
Forcing deprecation fixes
v2.0.2 standardizing changelog v numbers