Skip to content

Commit 07de0cb

Browse files
committed
prepare for beta release
Signed-off-by: Andy Miller <rhuk@mac.com>
1 parent 007b168 commit 07de0cb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v1.8.0-beta.29
2+
## 12/27/2025
3+
4+
1. [](#improved)
5+
* Avoid mail in twig content trigger security error
6+
* Don’t do internal grav-based gzip, rely on webserver
7+
* Updated vendor libs
8+
1. [](#bugfix)
9+
* Fix for grav not picking up config + page changes
10+
* Fix for unusual format SVGs
11+
* Fix for nested config changes
12+
* Fix for user editing causing `hashed_password` to be removed
13+
* Fix of setEscaper move in Twig 3.9+
14+
* Fix for broken symlinks
15+
116
# v1.8.0-beta.28
217
## 12/08/2025
318

system/defines.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
// Some standard defines
1111
define('GRAV', true);
12-
define('GRAV_VERSION', '1.8.0-beta.28');
12+
define('GRAV_VERSION', '1.8.0-beta.29');
1313
define('GRAV_SCHEMA', '1.8.0_2025-09-21_0');
1414
define('GRAV_TESTING', true);
1515

0 commit comments

Comments
 (0)