mirror of
https://github.com/getgrav/grav.git
synced 2026-07-06 23:28:14 +02:00
Merge branch 'release/1.1.13' into develop
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# v1.1.13
|
||||
## xx/xx/201x
|
||||
## 01/17/2017
|
||||
|
||||
1. [](#new)
|
||||
* Added new `never_cache_twig` page option in `system.yaml` and frontmatter. Allows dynamic Twig logic in regular and modular Twig templates [#1244](https://github.com/getgrav/grav/pull/1244)
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
// Some standard defines
|
||||
define('GRAV', true);
|
||||
define('GRAV_VERSION', '1.1.12');
|
||||
define('GRAV_VERSION', '1.1.13');
|
||||
define('GRAV_TESTING', false);
|
||||
define('DS', '/');
|
||||
define('GRAV_PHP_MIN', '5.5.9');
|
||||
|
||||
Reference in New Issue
Block a user