From 501ddbeac3c3ae7c3e89298e3914e583e596a463 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Mon, 14 May 2018 12:07:16 +0200 Subject: [PATCH] Update PageCache.php increment PAGE_CACHE_VERSION, see https://github.com/yiisoft/yii2/commit/bccd260e9c2bb34d3279df1d07bacf14d7b2ee69#commitcomment-27840264 --- framework/filters/PageCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/filters/PageCache.php b/framework/filters/PageCache.php index 4f9e633..75fe19d 100644 --- a/framework/filters/PageCache.php +++ b/framework/filters/PageCache.php @@ -59,7 +59,7 @@ class PageCache extends ActionFilter implements DynamicContentAwareInterface * Page cache version, to detect incompatibilities in cached values when the * data format of the cache changes. */ - const PAGE_CACHE_VERSION = 1; + const PAGE_CACHE_VERSION = 2; /** * @var bool whether the content being cached should be differentiated according to the route.