Skip to content

Commit 3788ec3

Browse files
authored
Update Prestashop and Media Wiki (hestiacp#3332)
* Media Wiki to 1.39.2 * Upgrade Prestashop to 8.0.1
1 parent 226fd11 commit 3788ec3

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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.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

web/src/app/WebApp/Installers/Prestashop/PrestashopSetup.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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(),

0 commit comments

Comments
 (0)