From 9fee877451e37b6b4fcdbff3a0069d29a6cc6c71 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Fri, 20 Dec 2024 21:21:31 -0500 Subject: [PATCH] Update to MW 1.39.11 --- Dockerfile | 2 +- config/LocalSettings.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5f85df5..dad20ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM php:8.1-fpm # Version ENV MEDIAWIKI_MAJOR_VERSION=1.39 -ENV MEDIAWIKI_VERSION=1.39.10 +ENV MEDIAWIKI_VERSION=1.39.11 # System dependencies RUN set -eux; \ diff --git a/config/LocalSettings.php b/config/LocalSettings.php index 0857fde..91d85db 100644 --- a/config/LocalSettings.php +++ b/config/LocalSettings.php @@ -31,8 +31,8 @@ * These cache would need to be invalidated manually if needed. */ // Get the timestamp from https://www.mediawiki.org/wiki/Manual:$wgCacheEpoch and ADD SINGLE QUOTES -$wgCacheEpoch = '20241210023315'; // Page cache - Invalidate when there are HTML changes -$wgThumbnailEpoch = '20241210023315'; // Thumbnail cache - Invalidate when there are thumbanil/image config changes +// $wgCacheEpoch = '20241210023315'; // Page cache - Invalidate when there are HTML changes +// $wgThumbnailEpoch = '20241210023315'; // Thumbnail cache - Invalidate when there are thumbanil/image config changes // $wgExtensionInfoMTime = filemtime( "$IP/LocalSettings.php" ); // Extension cache /**