BookStack v25.02.4
Links
Full List of Changes
This release contains the following fixes and changes:
- Updated PHP dependency package versions to fix compatibility issue on systems with recent libxml versions (eg. Arch Linux).
This release contains the following fixes and changes:
This release contains the following fixes and changes:
This release contains the following fixes and changes:
This release contains the following fixes and changes:
download-vendor command.
public/ folder within an active theme folder will now be exposed for public access. If for some reason you already have such a folder that you don't want exposed, rename it before upgrading.
This release contains the following fixes and changes:
This release contains the following fixes and changes:
BookStack v24.10.2 has been released.
This is a security release to address a vulnerability in our dependencies where specifically formatted requests could be used to manipulate application configuration in environments where a certain PHP option (register_argc_argv) is enabled. This is not an option that's typically enabled in production web-serving environments, but it's advised to update where uncertain.
This release contains the following fixes and changes:
BookStack v24.05.4 has been released.
This is a security release to address issues found in LDAP group syncing, where in certain scenarios a user could be matched to extra roles incorrectly, and an issue with content visibility in "book-show" API responses which would not have permissions applied properly.
Upgrade is strongly advised for instances where LDAP authentication is used with group syncing, or where the REST API is used to fetch contents of books ("books-read" endpoint).
Thanks to Linus Nagel and their team at WorkSimple GmbH for reporting this API vulnerability.
This release contains the following fixes and changes:
This release contains the following fixes and changes:
BookStack v24.05.1 has been released.
This is a security release that adds extra rate-limiting to some forms that are accessible without authentication, while also implementing changes to prevent methods that could be used to indicate if specific user emails exist in the system.
Upgrade is advised for instances accessible on the public web.
align attributes. (#5011)
WKHTMLTOPDF option is now considered deprecated, with the alternative being the newly added EXPORT_PDF_COMMAND which is detailed in our documentation here. The WKHTMLTOPDF option will though remain supported for a number of feature releases though to avoid unexpected breaking changes.LDAP_USER_FILTER BookStack option now uses {user} as a placeholder instead of ${user} by default. The older ${user} placeholder format is still supported but you may want to use the new format instead. This should not cause any issues on existing instances, unless {user} was used as a literal part of your user filter which would be very unlikely.
This release contains the following fixes and changes:
This release contains the following fixes and changes:
This release contains the following fixes and changes:
AUTH_PRE_REGISTER logical theme event. (#4833)
BookStack v23.12.3 has been released.
This is a security release that addresses a vulnerability in PDF generation that could be exploited to perform blind server-side-request forgery.
Upgrade is advised where untrusted users have permission to create/edit/update page content in your instance.