]> BookStack Code Mirror - website/commitdiff
Made updates for v23.06.1 release, and other bits
authorDan Brown <redacted>
Wed, 5 Jul 2023 12:01:46 +0000 (13:01 +0100)
committerDan Brown <redacted>
Wed, 5 Jul 2023 12:01:46 +0000 (13:01 +0100)
- Updated sponsors block
- Made changes for email docs, and update notes to suit
- Tweaked donate page wording to be up-to-date

content/blog/bookstack-release-v23-06.md
content/docs/admin/email-webhooks.md
content/docs/admin/updates.md
content/donate/_index.md
themes/bookstack/layouts/index.html

index a70f5b7da103194accb60af9936254c64f5478b0..775e702aa27903468a095895dc8d928e524cbdf0 100644 (file)
@@ -18,7 +18,7 @@ while also providing a revamp to the image manager among many other fixes and im
 
 **Upgrade Notices**
 
 
 **Upgrade Notices**
 
-- **Email Configuration** - If you've configured mail with `MAIL_ENCRYPTION=ssl` it's advised to test sending (via the button in "Settings > Maintenance") after updating to v23.06 since support for SSL has been dropped for email sending, but we instead now force TLS to be required when this option is set.
+- **Email Configuration** - If you've configured mail with `MAIL_ENCRYPTION=ssl` it's advised to test sending (via the button in "Settings > Maintenance") after updating to v23.06 since support for SSL has been dropped for email sending, but we instead now force TLS to be required when this option is set. - *Edit: Further changes were made to this [in v23.06.1](/docs/admin/updates/#updating-to-v23061-or-higher)*
 - **Font Customization** - The technique for customizing fonts has changed to be simpler, less fragile and more flexible. If customizing fonts it's advised to update to the new method as shown in our updated documentation on [changing fonts](/docs/admin/visual-customisation/#changing-fonts).
 - **Guest User Account** - Previously custom roles could be given to the "Guest" user account but permissions for those roles would not fully apply. That's been changed in v23.06 so additional role permissions fully apply but, as a precaution to prevent unexpected additional
 grant of permissions upon upgrade, any additional roles assigned to the "Guest" user will be removed upon update migration. If needed, simply re-assign any desired custom guest user roles after updating.
 - **Font Customization** - The technique for customizing fonts has changed to be simpler, less fragile and more flexible. If customizing fonts it's advised to update to the new method as shown in our updated documentation on [changing fonts](/docs/admin/visual-customisation/#changing-fonts).
 - **Guest User Account** - Previously custom roles could be given to the "Guest" user account but permissions for those roles would not fully apply. That's been changed in v23.06 so additional role permissions fully apply but, as a precaution to prevent unexpected additional
 grant of permissions upon upgrade, any additional roles assigned to the "Guest" user will be removed upon update migration. If needed, simply re-assign any desired custom guest user roles after updating.
index 561c054c144e79e811c1ecba3610adc505614619..8787b3c43229a5254dda17ac21f0032597e19a4d 100644 (file)
@@ -34,10 +34,10 @@ MAIL_PORT=587
 
 # Connection encryption to use
 # Valid values are: tls, null
 
 # Connection encryption to use
 # Valid values are: tls, null
-# Using 'tls' forces TLS to be used.
-# Using 'null' will not force TLS but STARTTLS will still 
-# be attempted if announced as supported by your SMTP server.
-# Using port 465 above will also force connections to be via TLS.
+# Using 'tls' will require either TLS or STARTTLS to be used.
+# When using 'null' STARTTLS will still be attempted if announced
+# as supported by your SMTP server.
+# Using port 465 above will force connections to be via TLS.
 MAIL_ENCRYPTION=tls
 
 # Authentication details for your SMTP service
 MAIL_ENCRYPTION=tls
 
 # Authentication details for your SMTP service
index 4beb77c43ba5d6ef7ca00ad0e2c7c7dcc08c2d90..59b291bb2f04c144d7ab1997a34c45c636f20722 100644 (file)
@@ -41,9 +41,13 @@ 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).
 
 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 v23.06.1 or higher
+
+**Email Configuration (TLS)** - Due to issues experienced in v23.06, `MAIL_ENCRYPTION=ssl` or `MAIL_ENCRYPTION=tls` will now simply ensure that TLS or STARTTLS are used, rather than forcing full TLS to be used. Our [email documentation](https://www.bookstackapp.com/docs/admin/email-webhooks/) has been updated to reflect this.
+
 #### Updating to v23.06 or higher
 
 #### Updating to v23.06 or higher
 
-**Email Configuration** - If you've configured mail with `MAIL_ENCRYPTION=ssl` it's advised to test sending (via the button in "Settings > Maintenance") after updating to v23.06 since support for SSL has been dropped for email sending, but we instead now force TLS to be required when this option is set.
+**Email Configuration** - If you've configured mail with `MAIL_ENCRYPTION=ssl` it's advised to test sending (via the button in "Settings > Maintenance") after updating to v23.06 since support for SSL has been dropped for email sending, but we instead now force TLS to be required when this option is set.  - *Note - this was amended further in v23.06.1 [(see above)](#updating-to-v23061-or-higher)*
 
 **Font Customization** - The technique for customizing fonts has changed to be simpler, less fragile and more flexible. If customizing fonts it's advised to update to the new method as shown in our updated documentation on [changing fonts](/docs/admin/visual-customisation/#changing-fonts).
 
 
 **Font Customization** - The technique for customizing fonts has changed to be simpler, less fragile and more flexible. If customizing fonts it's advised to update to the new method as shown in our updated documentation on [changing fonts](/docs/admin/visual-customisation/#changing-fonts).
 
index 9ecc95cfeefdba2ba3fdb4b240445009d2b8977a..140c0c6ee62a54f6c7f37d4ffda4bf5198e15a58 100644 (file)
@@ -14,7 +14,7 @@ Donations provide financial support to keep time & focus on the project to help
 Currently, donations can be provided directly to the creator of BookStack in a couple of different ways:
 
 - [GitHub Sponsors](https://github.com/sponsors/ssddanbrown) - Requires GitHub account.
 Currently, donations can be provided directly to the creator of BookStack in a couple of different ways:
 
 - [GitHub Sponsors](https://github.com/sponsors/ssddanbrown) - Requires GitHub account.
-- [Ko-fi](https://ko-fi.com/ssddanbrown) - Supports payment via PayPal or by card.
+- [Ko-fi](https://ko-fi.com/ssddanbrown) - Supports payment via PayPal or by card (Stripe).
 
 
 #### How are donations used?
 
 
 #### How are donations used?
@@ -31,7 +31,7 @@ Donations are an appreciated bonus and can be a straight-forward way to support
 #### Do I receive anything for my donation?
 
 Apart from our gratitude, there are no material rewards for donations unless stated within our donation options.
 #### Do I receive anything for my donation?
 
 Apart from our gratitude, there are no material rewards for donations unless stated within our donation options.
-For example, some of the GitHub monthly sponsor options offer public display of a company's sponsorship on our website and GitHub repo.
+For example, some of the monthly sponsor options offer public display of a company's sponsorship on our website and GitHub repo.
 
 If you could benefit from receiving assured technical support, our [support plans](/support) offer a way to support the project while gaining such support benefits.
 
 
 If you could benefit from receiving assured technical support, our [support plans](/support) offer a way to support the project while gaining such support benefits.
 
index 7def68e94d4c50a96ca369425999085af9a86f3b..b2dfd33e020664e6787706dbfdb65c8c3d0392c2 100644 (file)
                                                Note: Listed services are not tested, vetted nor supported by the official BookStack project in any manner. <br>
                                                <br>
                                                <a target="_blank" href="https://github.com/sponsors/ssddanbrown">View all sponsors &raquo;</a>
                                                Note: Listed services are not tested, vetted nor supported by the official BookStack project in any manner. <br>
                                                <br>
                                                <a target="_blank" href="https://github.com/sponsors/ssddanbrown">View all sponsors &raquo;</a>
+                                               <br>
+                                               <a href="/donate/">View donate & sponsor options &raquo;</a>
                                        </p>
                                </div>
                                <div class="col-sm-8 text-center">
                                        <p><br></p>
                                        </p>
                                </div>
                                <div class="col-sm-8 text-center">
                                        <p><br></p>
-                                       <h5>Our Silver Sponsors</h5>
+                                       <h5>Our Silver Sponsor</h5>
 
                                        <div class="sponsor-list">
 
                                                <a href="https://www.diagrams.net/" target="_blank">
                                                        <img width="400" src="/images/sponsors/diagramsnet.png" alt="Diagrams.net logo">
                                                </a>
 
                                        <div class="sponsor-list">
 
                                                <a href="https://www.diagrams.net/" target="_blank">
                                                        <img width="400" src="/images/sponsors/diagramsnet.png" alt="Diagrams.net logo">
                                                </a>
-                                               <a href="https://cloudabove.com/hosting" target="_blank">
-                                                       <img height="100" src="/images/sponsors/cloudabove.png" alt="Cloudabove logo">
-                                               </a>
 
                                        </div>
 
                                        <p><br></p>
 
 
                                        </div>
 
                                        <p><br></p>
 
-                                       <h5>Our Bronze Sponsor</h5>
+                                       <h5>Our Bronze Sponsors</h5>
 
                                        <div class="sponsor-list">
                                                
 
                                        <div class="sponsor-list">