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.38.2 ' ,
14+ 'version ' => '1.38.4 ' ,
1515 'thumbnail ' => 'MediaWiki-2020-logo.svg ' //Max size is 300px by 300px
1616 ];
1717
@@ -27,7 +27,7 @@ class MediaWikiSetup extends BaseSetup
2727 ],
2828 'database ' => true ,
2929 'resources ' => [
30- 'archive ' => [ 'src ' => 'https://releases.wikimedia.org/mediawiki/1.38/mediawiki-1.38.2 .zip ' ],
30+ 'archive ' => [ 'src ' => 'https://releases.wikimedia.org/mediawiki/1.38/mediawiki-1.38.4 .zip ' ],
3131 ],
3232 'server ' => [
3333 'nginx ' => [
@@ -56,7 +56,7 @@ public function install(array $options = null)
5656 $ webDomain = ($ sslEnabled ? "https:// " : "http:// " ) . $ this ->domain ;
5757
5858 $ this ->appcontext ->runUser ('v-copy-fs-directory ' , [
59- $ this ->getDocRoot ($ this ->extractsubdir . "/mediawiki-1.38.2 /. " ),
59+ $ this ->getDocRoot ($ this ->extractsubdir . "/mediawiki-1.38.4 /. " ),
6060 $ this ->getDocRoot ()], $ result );
6161
6262 $ this ->appcontext ->runUser ('v-run-cli-cmd ' , ["/usr/bin/php " .$ options ['php_version ' ],
You can’t perform that action at this time.
0 commit comments