mirror of
https://github.com/getgrav/grav.git
synced 2026-02-16 03:28:11 +01:00
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user