Skip to content

Commit d8942ef

Browse files
committed
Upgrade phpMyAdmin to 5.1.1
1 parent 2b1ba7f commit d8942ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ VERBOSE='no'
2424

2525
# Define software versions
2626
HESTIA_INSTALL_VER='1.4.3~alpha
27-
pma_v='5.1.0'
27+
pma_v='5.1.1'
2828
rc_v="1.4.11"
2929
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0")
3030
fpm_v="7.4"

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ VERBOSE='no'
2424

2525
# Define software versions
2626
HESTIA_INSTALL_VER='1.4.3~alpha'
27-
pma_v='5.1.0'
27+
pma_v='5.1.1'
2828
rc_v="1.4.11"
2929
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0")
3030
fpm_v="7.4"

install/upgrade/upgrade.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ UPGRADE_RESTART_SERVICES='true'
5050
#######################################################################################
5151

5252
# Set version of phpMyAdmin to install during upgrade if not already installed
53-
pma_v='5.1.0'
53+
pma_v='5.1.1'
5454

5555
# Set version of RoundCube (Webmail) to update during upgrade if not already installed
5656
# Note: only applies to "non-apt installs >= 1.4.0 or manually phased out"

0 commit comments

Comments
 (0)