diff --git a/CHANGELOG.md b/CHANGELOG.md index 726ebb54..bf569a84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This file documents all notable changes made to ITFlow. ## [25.12] Stable Release +### Breaking Changes ### +- Existing installs php-xml extension needs to be installed for document creation and editing. + ### Major Changes - Consolidated "Files" and "Documents" into a single section called **Files**. diff --git a/admin/debug.php b/admin/debug.php index f40f7881..c59c1532 100644 --- a/admin/debug.php +++ b/admin/debug.php @@ -52,6 +52,7 @@ $extensions = [ 'php-mbstring' => 'mbstring', 'php-gd' => 'gd', 'php-zip' => 'zip', + 'php-xml' => 'xml', ]; foreach ($extensions as $name => $ext) { @@ -682,7 +683,7 @@ $mysqli->close(); - +