]> BookStack Code Mirror - website/commitdiff
Checked over rest of changes for next release
authorDan Brown <redacted>
Thu, 9 May 2024 19:36:26 +0000 (20:36 +0100)
committerDan Brown <redacted>
Thu, 9 May 2024 19:36:26 +0000 (20:36 +0100)
content/docs/admin/pdf-rendering.md
content/docs/admin/updating-php.md

index ae1477066b3397c4b50ffbb77462377e44dc1499..e02d45a4677c1265843b5aa57fcf979f62234745 100644 (file)
@@ -55,7 +55,7 @@ Below you can find some examples using this for specific PDF generation options.
 
 **Warning:** This is option is not considered secure due to potential filesystem/network access.
 
-This option uses [weasyprint](https://doc.courtbouillon.org/weasyprint/stable/) to generate PDF exports.
+This example uses [weasyprint](https://doc.courtbouillon.org/weasyprint/stable/) to generate PDF exports.
 
 ```bash
 EXPORT_PDF_COMMAND="weasyprint {input_html_path} {output_pdf_path}"
@@ -65,7 +65,7 @@ EXPORT_PDF_COMMAND="weasyprint {input_html_path} {output_pdf_path}"
 
 ### Using wkhtmltopdf
 
-**Note:** As of BookStack v24.05 this option is not considered deprecated, due to the diminishing support of wkhtmltopdf.
+**Note:** As of BookStack v24.05 this option is considered deprecated, due to the diminishing support of wkhtmltopdf.
 You can instead use the more flexible [PDF Export Command](#pdf-export-command) option detailed above.
 
 Pre-compiled binaries for wkhtmltopdf can be found on the downloads page of [their website](http://wkhtmltopdf.org/downloads.html).
index 39b31fe0883d4b2f2b6aeac5dc9cedecf24f064d..f9043a2ea7d923b2ff4510f776c7fb41de35a4e7 100644 (file)
@@ -4,7 +4,7 @@ date = "2024-05-08"
 type = "admin-doc"
 +++
 
-While we try to ensure a fairly slow, steady and stable path for BookStack updates, requirements do change
+While we try to ensure a fairly steady & stable path for BookStack updates, requirements do change
 as software develops & moves on. In particular, the minimum required version of PHP will increase
 about once per year. Every so often we also may require a new minimum version of composer to be used
 for BookStack. This page details the common steps required to update these both.
@@ -19,7 +19,7 @@ You can usually check your installed PHP version by running `php -v` but in some
 <details>
 <summary>Updating to PHP 8.3 on most Debian & Ubuntu based systems using Apache</summary>
 
-The commands below provide an example of how PHP can be updated to the latest version (8.3) on most Debian & Ubuntu based systems
+The commands below provide an example of how PHP can be updated to the PHP 8.3 on most Debian & Ubuntu based systems
 that are running PHP via Apache using mod-php.
 
 **Warnings:**