File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
web/src/app/WebApp/Installers/MediaWiki Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class MediaWikiSetup extends BaseSetup {
1010 "name " => "MediaWiki " ,
1111 "group " => "cms " ,
1212 "enabled " => true ,
13- "version " => "1.38.4 " ,
13+ "version " => "1.39.0 " ,
1414 "thumbnail " => "MediaWiki-2020-logo.svg " , //Max size is 300px by 300px
1515 ];
1616
@@ -26,15 +26,15 @@ class MediaWikiSetup extends BaseSetup {
2626 "database " => true ,
2727 "resources " => [
2828 "archive " => [
29- "src " => "https://releases.wikimedia.org/mediawiki/1.38 /mediawiki-1.38.4 .zip " ,
29+ "src " => "https://releases.wikimedia.org/mediawiki/1.39 /mediawiki-1.39.0 .zip " ,
3030 ],
3131 ],
3232 "server " => [
3333 "nginx " => [
3434 "template " => "default " ,
3535 ],
3636 "php " => [
37- "supported " => ["7.3 " , "7.4 " ],
37+ "supported " => ["7.4 " , "8.0 " ],
3838 ],
3939 ],
4040 ];
@@ -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.38.4 /. " ), $ this ->getDocRoot ()],
63+ [$ this ->getDocRoot ($ this ->extractsubdir . "/mediawiki-1.39.0 /. " ), $ this ->getDocRoot ()],
6464 $ result ,
6565 );
6666
You can’t perform that action at this time.
0 commit comments