From: Timo Tijhof Date: Sat, 11 Aug 2018 16:31:45 +0000 (+0100) Subject: resourceloader: Increase minification cache version X-Git-Tag: 1.34.0-rc.0~4393^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/%7B%7B%20url_for%28%27vote%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=3d5edf6a09efedb0e445bbfb718fdc92091879e9;p=lhc%2Fweb%2Fwiklou.git resourceloader: Increase minification cache version Follows-up 1f5f6fc204. Bug: T201606 Change-Id: I0b5af067d1d44880c8122343f8e4a1b47e998619 --- diff --git a/includes/resourceloader/ResourceLoader.php b/includes/resourceloader/ResourceLoader.php index 2b25d91d80..98bae24934 100644 --- a/includes/resourceloader/ResourceLoader.php +++ b/includes/resourceloader/ResourceLoader.php @@ -37,7 +37,7 @@ use Wikimedia\WrappedString; */ class ResourceLoader implements LoggerAwareInterface { /** @var int */ - protected static $filterCacheVersion = 7; + protected static $filterCacheVersion = 8; /** @var bool */ protected static $debugMode = null;