- Replacing
addExtension
withCraft::$app->view->registerTwigExtension(new UserManualTwigExtension);
- Settings model updated with types and validation rules. (This fix is to help address possible issue in Craft 4 to Craft 5 migration.)
- Added "enabledSideBar" config setting to enable/disable the sidebar on the manual page.
- Error messages moved to translations file to allow for easier translation.
- Craft 5 support.
- Adjusted version number to reflect Craft 5 compatibility.
- Styling updates for the side for User Manual content. Nested lists now have a different style to make them easier to read.
- Added conditional messaging to help provide instructions to the developer when the plugin is installed in a fresh installation of Craft CMS with no sections or entries yet created.
- Added craftMajorVersion() twig function to help style nested lists in Craft 4.
- Updating name in Composer so it will update on Packagist
- Craft 4 support. Thanks to Chris DuCharme for migrating. PR #29
- Forcing an update for the plugin store
- Removing fixed positioning from #content within the user manual PR #24
- Merging PR from JorgeAnzalo for an optional sidebar PR #23
- Merging PR from for a hashed based navigation for long navbars PR #19
- Forcing new version for deprecation issues
- Deprecation Issues
- Initial Craft 3 release