Skip to content

Commit 52d978f

Browse files
authored
MediaWikiSetup.php: Use version 1.39.1 (hestiacp#3168)
Version 1.39.1 is released on 22nd of December. See this thread for more information: https://lists.wikimedia.org/hyperkitty/list/mediawiki-l@lists.wikimedia.org/thread/UEMW64LVEH3BEXCJV43CVS6XPYURKWU3/ Follows-up: hestiacp#3132
1 parent f8ac2ec commit 52d978f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/src/app/WebApp/Installers/MediaWiki/MediaWikiSetup.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class MediaWikiSetup extends BaseSetup {
1010
"name" => "MediaWiki",
1111
"group" => "cms",
1212
"enabled" => true,
13-
"version" => "1.39.0",
13+
"version" => "1.39.1",
1414
"thumbnail" => "MediaWiki-2020-logo.svg", //Max size is 300px by 300px
1515
];
1616

@@ -26,7 +26,7 @@ class MediaWikiSetup extends BaseSetup {
2626
"database" => true,
2727
"resources" => [
2828
"archive" => [
29-
"src" => "https://releases.wikimedia.org/mediawiki/1.39/mediawiki-1.39.0.zip",
29+
"src" => "https://releases.wikimedia.org/mediawiki/1.39/mediawiki-1.39.1.zip",
3030
],
3131
],
3232
"server" => [
@@ -60,7 +60,7 @@ public function install(array $options = null) {
6060

6161
$this->appcontext->runUser(
6262
"v-copy-fs-directory",
63-
[$this->getDocRoot($this->extractsubdir . "/mediawiki-1.39.0/."), $this->getDocRoot()],
63+
[$this->getDocRoot($this->extractsubdir . "/mediawiki-1.39.1/."), $this->getDocRoot()],
6464
$result,
6565
);
6666

0 commit comments

Comments
 (0)