Links
Upgrade Notices
- Config - An
APP_KEYvalue now must be set. It should be already set in the vast majority of cases, we just no longer fall back to a default value where unset, and instead error. If you get an error upon access after upgrading, ensure a key is set. You can find guidance here.
Full List of Changes
- Added interface layout system for UI customization, with theme system support. (#6179)
- Added API endpoints for searching within a specific book or chapter. Thanks to @enableservices. (#6182)
- Added a page scroll progress indicator. (#6176, #5932)
- Added ability to easily download API docs as JSON or HTML. (#6198)
- Updated translations with the latest Crowdin changes. (#6225)
- Updated app logo with better accessibility text. (#6171)
- Updated codebase static analysis to PHPStan Level 5. (#6143, #6089)
- Updated config to remove default APP_KEY value. (#6210)
- Updated new WYSIWYG editor with a range of fixes and improvements. (#6207)
- Updated page create/update endpoints to allow a changelog message. (#6162)
- Updated user password changes to require their existing password. (#6181)
- Fixed incorrect LDAP group result handling scenario. (#6088)
- Fixed lack of label text connected to checkboxes for screen readers. Thanks to @MHameed. (#6173)
- Fixed markdown table alignment being removed by page content filtering. (#6167)
- Fixed page content popup being caught in text selection range. (#6214)
- Fixed unexpected error when using an invalid page ID with the API. (#6136)