File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
web/src/app/WebApp/Installers/MediaWiki Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class MediaWikiSetup extends BaseSetup {
1111 "name " => "MediaWiki " ,
1212 "group " => "cms " ,
1313 "enabled " => true ,
14- "version " => "1.41.1 " ,
14+ "version " => "1.42.3 " ,
1515 "thumbnail " => "MediaWiki-2020-logo.svg " , //Max size is 300px by 300px
1616 ];
1717
@@ -27,7 +27,7 @@ class MediaWikiSetup extends BaseSetup {
2727 "database " => true ,
2828 "resources " => [
2929 "archive " => [
30- "src " => "https://releases.wikimedia.org/mediawiki/1.41 /mediawiki-1.41.1 .zip " ,
30+ "src " => "https://releases.wikimedia.org/mediawiki/1.42 /mediawiki-1.42.3 .zip " ,
3131 ],
3232 ],
3333 "server " => [
@@ -61,7 +61,7 @@ public function install(array $options = null) {
6161
6262 $ this ->appcontext ->runUser (
6363 "v-copy-fs-directory " ,
64- [$ this ->getDocRoot ($ this ->extractsubdir . "/mediawiki-1.41.1 /. " ), $ this ->getDocRoot ()],
64+ [$ this ->getDocRoot ($ this ->extractsubdir . "/mediawiki-1.42.3 /. " ), $ this ->getDocRoot ()],
6565 $ result ,
6666 );
6767
You can’t perform that action at this time.
0 commit comments