Links
Upgrade Notices
- Composer Version Requirement Change - Composer v2.0 or greater is now required to install or update BookStack.
- You can check your composer version by running
composer -V
. - You can often update composer by running
sudo composer self-update
- (Or you may be prompted to run
sudo composer self-update --2
).
- (Or you may be prompted to run
- If you're using a system-supplied composer package you may need to first uninstall that (eg.
sudo apt remove composer
) then follow the composer download documentation to get the latest version.- Take notice of the
sudo mv composer.phar /usr/local/bin/composer
command shown in the documentation to install composer globally for easier usage.
- Take notice of the
- You can check your composer version by running
Full List of Changes
This release contains the following fixes and changes:
- Updated development docker environment with xdebug support. Thanks to @Julesdevops. (#3193)
- Updated user creation flow to not persist the user on invitation sending failure. Thanks to @Julesdevops. (#3179, #3174)
- Updated "Recently Updated Pages" view to show update author and date. Thanks to @Julesdevops. (#3177, #3045)
- Updated translations with latest Crowdin changes. (#3158)
- Updated PDF page export image display to help fix image sizing issues again. (#3120)
- Updated "Recently Updated Pages" view to show parent context chain. (#3183)
- Fixed potential errors in revision diff view when multi-byte characters are used. (#3170)
- Fixed duplicate display in image gallery when uploading multiple images at once. (#3160)
- Fixed inaccurate markdown editor cursor position upon sidebar usage. (#3186)