Skip to content

Commit 2778999

Browse files
committed
prepare for beta release
Signed-off-by: Andy Miller <rhuk@mac.com>
1 parent 114aeba commit 2778999

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
* Regex caching optimization
99
* Gated Debugger `addEvent()` optimization
1010
* Various SafeUpgrade performance optimizations
11+
* Improved Twig Deferred block implementation
1112
1. [](#bugfix)
13+
* Fix various Twig3 deprecated notices
1214
* Fixed slow purge snapshot functionality and test
1315

1416
# v1.8.0-beta.23

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.23');
12+
define('GRAV_VERSION', '1.8.0-beta.24');
1313
define('GRAV_SCHEMA', '1.8.0_2025-09-21_0');
1414
define('GRAV_TESTING', true);
1515

0 commit comments

Comments
 (0)