We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114aeba commit 2778999Copy full SHA for 2778999
CHANGELOG.md
@@ -8,7 +8,9 @@
8
* Regex caching optimization
9
* Gated Debugger `addEvent()` optimization
10
* Various SafeUpgrade performance optimizations
11
+ * Improved Twig Deferred block implementation
12
1. [](#bugfix)
13
+ * Fix various Twig3 deprecated notices
14
* Fixed slow purge snapshot functionality and test
15
16
# v1.8.0-beta.23
system/defines.php
@@ -9,7 +9,7 @@
// Some standard defines
define('GRAV', true);
-define('GRAV_VERSION', '1.8.0-beta.23');
+define('GRAV_VERSION', '1.8.0-beta.24');
define('GRAV_SCHEMA', '1.8.0_2025-09-21_0');
define('GRAV_TESTING', true);
0 commit comments