v22.03 update - Made docs updates and post intro content
This commit is contained in:
parent 9104608b38
commit 88f9a8a8ad
4 changed files with 18 additions and 3 deletions
| @ -10,14 +10,17 @@ draft = false | |||
+++ | ||||
| ||||
| ||||
TODO - Update docs and upgrade notes/notices based upon issues. | ||||
Today we release BookStack v22.03 which features some further additions to the WYSIWYG editor | ||||
to align its feature-set with our markdown editor. We also see some changes to the settings | ||||
view and LDAP users get a useful new debugging option. | ||||
| ||||
* [Update instructions](https://www.bookstackapp.com/docs/admin/updates) | ||||
* [GitHub release page](https://github.com/BookStackApp/BookStack/releases/tag/v22.03) | ||||
| ||||
**Upgrade Notices** | ||||
| ||||
- **Info** - Detail. | ||||
- **Webhook Data Changes** - Properties found at the `related_item -> created_by/updated_by/owned_by` path of the webhook data will now be an object instead of an ID integer. If you were using these ids you'd now need to access them within the relevant objects. (For example `related_item.created_by.id`). | ||||
- **Security Releases** - During this last release cycle there was a security update. See the [v22.02.3 blog post](/blog/bookstack-release-v22-02-3/) for more detail. | ||||
| ||||
### Official Support Services & Website Updates | ||||
| ||||
| @ -46,7 +49,7 @@ has been added to the center, mimicking the header style of BookStack itself. | |||
### Webhook Updates | ||||
| ||||
| ||||
| ||||
### LDAP Group Debugging | ||||
| ||||
| ||||
### Translations | ||||
| |
| @ -121,4 +121,8 @@ LDAP_GROUP_ATTRIBUTE="memberOf" | |||
# Note: While this is enabled the "Default Registration Role", editable within the | ||||
# BookStack settings view, will be considered a matched role and assigned to the user. | ||||
LDAP_REMOVE_FROM_GROUPS=false | ||||
| ||||
# If you need to debug the group details coming from your LDAP server, add the below and uncomment (remove the #). | ||||
# Only set this option if debugging since it will block logins and potentially show private details. | ||||
#LDAP_DUMP_USER_GROUPS=true | ||||
``` | ||||
| |
| @ -37,6 +37,10 @@ This is primarily a list of breaking changes & security notices. | |||
Details of updates can be found on [our blog](https://www.bookstackapp.com/blog/) or via | ||||
the [GitHub releases page](https://github.com/BookStackApp/BookStack/releases). | ||||
| ||||
#### Updating to v22.03 or higher | ||||
| ||||
**Webhook Data Changes** - Properties found at the `related_item -> created_by/updated_by/owned_by` path of the webhook data will now be an object instead of an ID integer. If you were using these ids you'd now need to access them within the relevant objects. (For example `related_item.created_by.id`). | ||||
| ||||
#### Updating to v22.02.3 or higher | ||||
| ||||
**Security** - v22.02.3 adds controls to limit external/iframe content on BookStack pages to prevent potential malicious sources being used. See [the added "Iframe Source Control" section on our security page](/docs/admin/security/#iframe-src-control) for more detail regarding the added controls. | ||||
| |
| @ -74,5 +74,9 @@ The following shortcuts are available in the WYSIWYG Editor: | |||
<td><code>Ctrl+9</code> / <code>Cmd+9</code></td> | ||||
<td>Callout <br>(Keep pressing to toggle through styles)</td> | ||||
</tr> | ||||
<tr> | ||||
<td><code>Ctrl+Shift+K</code> / <code>Cmd+Shift+K</code></td> | ||||
<td>Link to BookStack content</td> | ||||
</tr> | ||||
</tbody> | ||||
</table> | ||||
| |
Loading…
Add table
Add a link
Reference in a new issue