File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
web/src/app/WebApp/Installers Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ All notable changes to this project will be documented in this file.
6969- Updated Filegator to 7.9.2
7070- Updated phpMyAdmin to 5.2.21
7171- Updated phpPgAdmin to 7.3.14-hestiacp
72+ - Update MediaWiki to 1.39.2
73+ - Update Prestashop to 8.0.1
7274
7375## [ 1.6.14] - Service release
7476
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.39.1 " ,
13+ "version " => "1.39.2 " ,
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.1 .zip " ,
29+ "src " => "https://releases.wikimedia.org/mediawiki/1.39/mediawiki-1.39.2 .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.1 /. " ), $ this ->getDocRoot ()],
63+ [$ this ->getDocRoot ($ this ->extractsubdir . "/mediawiki-1.39.2 /. " ), $ this ->getDocRoot ()],
6464 $ result ,
6565 );
6666
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class PrestashopSetup extends BaseSetup {
99 "name " => "Prestashop " ,
1010 "group " => "ecommerce " ,
1111 "enabled " => true ,
12- "version " => "1.7.8.7 " ,
12+ "version " => "8.0.1 " ,
1313 "thumbnail " => "prestashop-thumb.png " ,
1414 ];
1515
@@ -27,23 +27,22 @@ class PrestashopSetup extends BaseSetup {
2727 "resources " => [
2828 "archive " => [
2929 "src " =>
30- "https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.7/prestashop_1.7.8.7 .zip " ,
30+ "https://github.com/PrestaShop/PrestaShop/releases/download/8.0.1/prestashop_8.0.1 .zip " ,
3131 ],
3232 ],
3333 "server " => [
3434 "nginx " => [
3535 "template " => "prestashop " ,
3636 ],
3737 "php " => [
38- "supported " => ["7.3 " , "7.4 " ],
38+ "supported " => ["8.0 " , "8.1 " ],
3939 ],
4040 ],
4141 ];
4242
4343 public function install (array $ options = null ): bool {
4444 parent ::install ($ options );
4545 parent ::setup ($ options );
46-
4746 $ this ->appcontext ->archiveExtract (
4847 $ this ->getDocRoot ($ this ->extractsubdir . "/prestashop.zip " ),
4948 $ this ->getDocRoot (),
You can’t perform that action at this time.
0 commit comments