Skip to content

Commit

Permalink
Update to MW 1.39.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Dec 21, 2024
1 parent 890044f commit 9fee877
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
4 changes: 2 additions & 2 deletions config/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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

/**
Expand Down

0 comments on commit 9fee877

Please sign in to comment.