Merge tag '1.7.41.2' into develop

Release v1.7.41.2
This commit is contained in:
Andy Miller
2023-06-01 15:19:12 -06:00
2 changed files with 3 additions and 1 deletions

View File

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

View File

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