diff --git a/CHANGELOG.md b/CHANGELOG.md index 8302bd961..5529b36c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v1.8.0-beta.29 +# v1.8.0-beta.28 ## 12/08/2025 1. [](#new) @@ -14,11 +14,6 @@ * Added proxy methods to `Twig3CompatibilityLoader` for backwards compatibility with plugins that call loader methods directly (addPath, prependPath, getPaths, etc.) 1. [](#bugfix) * Fixed recovery mode image path for Grav installations in subdirectories - -# v1.8.0-beta.28 -## 12/03/2025 - -1. [](#bugfix) * Fixed backup restriction preventing backups on systems with Grav installed under `/var/www` - Fixes [#4002](https://github.com/getgrav/grav/issues/4002) * Fixed XSS false positives for legitimate HTML tags containing 'on' (caption, button, section) - Fixes [grav-plugin-admin#2472](https://github.com/getgrav/grav-plugin-admin/issues/2472) diff --git a/system/defines.php b/system/defines.php index 8d17f0cee..b32e9922c 100644 --- a/system/defines.php +++ b/system/defines.php @@ -9,7 +9,7 @@ // Some standard defines define('GRAV', true); -define('GRAV_VERSION', '1.8.0-beta.27'); +define('GRAV_VERSION', '1.8.0-beta.28'); define('GRAV_SCHEMA', '1.8.0_2025-09-21_0'); define('GRAV_TESTING', true);