From 972ec260354736b656bbc7592bfa474735cececf Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Mon, 22 Sep 2025 10:20:44 -0600 Subject: [PATCH] prepare for beta release Signed-off-by: Andy Miller --- CHANGELOG.md | 6 +++--- system/config/system.yaml | 2 +- system/defines.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c23cb050f..786744402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # v1.8.0-beta.5 -## mm/dd/2025 +## 09/22/2025 1. [](#bugfix) * Deferred Extension support in Forked version of Twig 3 - * Fix for cache blowing up when upgrading from 1.7 to 1.8 + * Fix for cache blowing up when upgrading from 1.7 to 1.8 via CLI 1. [](#new) - * Added separate `strict_mode.twig2_compat` and `strict_mode.twig3_compat` toggles to manage auto-escape behaviour and automatic Twig 3 template rewrites during upgrades + * Added separate `strict_mode.twig2_compat` and `strict_mode.twig3_compat` toggles to manage auto-escape behaviour and automatic Twig 3 compatible template rewrites # v1.8.0-beta.4 ## 01/27/2025 diff --git a/system/config/system.yaml b/system/config/system.yaml index c4145df2b..27391bfdf 100644 --- a/system/config/system.yaml +++ b/system/config/system.yaml @@ -231,5 +231,5 @@ flex: strict_mode: yaml_compat: false # Set to true to enable YAML backwards compatibility twig2_compat: false # Set to true to enable deprecated Twig settings (autoescape: false) - twig3_compat: false # Set to true to enable automatic fixes for Twig 3 syntax changes + twig3_compat: true # Set to true to enable automatic fixes for Twig 3 syntax changes blueprint_compat: false # Set to true to enable backward compatible strict support for blueprints diff --git a/system/defines.php b/system/defines.php index 913abd8b4..90bb912af 100644 --- a/system/defines.php +++ b/system/defines.php @@ -9,8 +9,8 @@ // Some standard defines define('GRAV', true); -define('GRAV_VERSION', '1.8.0-beta.4'); -define('GRAV_SCHEMA', '1.7.0_2020-11-20_1'); +define('GRAV_VERSION', '1.8.0-beta.5'); +define('GRAV_SCHEMA', '1.8.0_2025-09-21_0'); define('GRAV_TESTING', true); // PHP minimum requirement