]> BookStack Code Mirror - website/commitdiff
v22.03 update - Made docs updates and post intro content
authorDan Brown <redacted>
Tue, 29 Mar 2022 11:10:42 +0000 (12:10 +0100)
committerDan Brown <redacted>
Tue, 29 Mar 2022 11:10:42 +0000 (12:10 +0100)
content/blog/bookstack-release-v22-03.md
content/docs/admin/ldap-auth.md
content/docs/admin/updates.md
content/docs/user/wysiwyg-editor.md

index 9beb3cfe961166b90f0d9d1a98035cb563efbc51..988e0e26b735ad20b25e27ce362a9b94329d79d2 100644 (file)
@@ -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
index 67ff33b61e627632fb0a0082bb52264b033189e9..e430c5e5aeaeb0425257cb03534f470f26cb2ca1 100644 (file)
@@ -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
 ```
index 047a2b70e987690e17b7116871153e5337411057..4da4158562eb17c05bf6ce6a79ed1645d018a7dd 100644 (file)
@@ -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.
index bf55cdef7c053e4b71d1a996143ff31f0c506907..895f9ba8fff53c68c377842cf4925ef1c39339d9 100644 (file)
@@ -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>