prepare for beta release

Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
Andy Miller
2025-09-22 10:20:44 -06:00
parent 9116079e97
commit 972ec26035
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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