+++
-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
### Webhook Updates
-
+### LDAP Group Debugging
### Translations
# 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
```
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.
<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>