mirror of
https://github.com/getgrav/grav.git
synced 2026-05-07 11:35:51 +02:00
Merge tag '1.7.41.2' into develop
Release v1.7.41.2
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# v1.7.41.2
|
||||
## 06/01/2023
|
||||
|
||||
1. [](#improved)
|
||||
* Added the ability to set a configurable 'key' for the Twig Cache Tag: `{% cache 'my-key' 600 %}`
|
||||
1. [](#bugfix)
|
||||
* Fixed an issue with special characters in slug's would cause redirect loops
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
// Some standard defines
|
||||
define('GRAV', true);
|
||||
define('GRAV_VERSION', '1.7.41.1');
|
||||
define('GRAV_VERSION', '1.7.41.2');
|
||||
define('GRAV_SCHEMA', '1.7.0_2020-11-20_1');
|
||||
define('GRAV_TESTING', false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user