prepare for beta release

Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
Andy Miller
2025-12-08 20:46:53 -07:00
parent 306f33f4ae
commit 7a6b8a90d4
2 changed files with 2 additions and 7 deletions

View File

@@ -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)

View File

@@ -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);