jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/381581 )

Change subject: Bump $wgResourceLoaderStorageVersion
......................................................................


Bump $wgResourceLoaderStorageVersion

Bug: T176884
Change-Id: I3aca5a1760efa1ce07814078f7e430ef01cd8219
---
M wmf-config/CommonSettings.php
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Krinkle: Looks good to me, but someone else must approve
  Catrope: Looks good to me, approved
  jenkins-bot: Verified
  Zoranzoki21: Looks good to me, but someone else must approve



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 62a5a80..62cfa4e 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -296,7 +296,8 @@
 // Cache version key for ResourceLoader client-side module store
 // - Bumped to fix breakage due to old /static/$branchName/ urls still
 // being cached after the switch to /w/static.php (T134368).
-$wgResourceLoaderStorageVersion .= '-2';
+// - Bumped to fix broken SVG embedding being cached (T176884)
+$wgResourceLoaderStorageVersion .= '-3';
 
 $wgCacheDirectory = '/tmp/mw-cache-' . $wmgVersionNumber;
 $wgGitInfoCacheDirectory = "$IP/cache/gitinfo";

-- 
To view, visit https://gerrit.wikimedia.org/r/381581
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I3aca5a1760efa1ce07814078f7e430ef01cd8219
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: Urbanecm <[email protected]>
Gerrit-Reviewer: Zoranzoki21 <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to