User Manual
Version 5.1.0
June 28, 2026
- Added one-way markdown → CP sync: a
usermanual/syncconsole command (with--dry-run) that imports amanagedFolderof version-controlled.mdfiles into the manual section, plus optional read-only enforcement of synced pages (readOnlyManaged) and a configurablebodyField. Thanks to Dan Gaidula. (PR #55) - Fixed the default User Manual entry for Structure sections: the base URL now shows the first entry in structure order, rather than the oldest by creation date. Thanks to John Morton. (PR #52)
- Fixed the control panel nav link on sites with a custom
cpTrigger(it no longer hardcodes/admin/). Based on John Morton's report in PR #52. - Fixed the missing-
body-field help message so it renders correctly under Twigstrict_variables(dev mode) instead of throwing. Based on John Morton's change in PR #52.
Version 5.0.4
February 5, 2025
- Adding in ability to add a custom URL segment to the user manual documentation section.
Version 5.0.3
February 5, 2025
- Removing requirement for documentation to have URLs. PR #48
Version 5.0.2
August 6, 2024
- Replacing
addExtensionwithCraft::$app->view->registerTwigExtension(new UserManualTwigExtension);
Version 5.0.1
May 15, 2024
- 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.
Version 5.0.0
April 4, 2024
- 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.
Version 4.0.1
June 20, 2022
- Updating name in Composer so it will update on Packagist
Version 4.0.0
June 20, 2022
- Craft 4 support. Thanks to Chris DuCharme for migrating. PR #29
Version 2.1.2
January 15, 2022
- Forcing an update for the plugin store
Version 2.1.1
November 24, 2021
- Removing fixed positioning from #content within the user manual PR #24
Version 2.0.2
February 27, 2019
Updated
- Forcing new version for deprecation issues
Version 2.0.1
August 24, 2018
Fixed
- Deprecation Issues
Version 2.0.0
August 24, 2018
Added
- Initial Craft 3 release