Skip to content

Commit c6e4c27

Browse files
author
Kristan Kenney
committed
Merge branch 'verbump-pma' into staging/release/v1.3.0
2 parents ce866e8 + 91f8c0a commit c6e4c27

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.3.0~rc'
27-
pma_v='5.0.2'
27+
pma_v='5.0.4'
2828
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
2929
fpm_v="7.4"
3030
mariadb_v="10.5"

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.3.0~rc'
27-
pma_v='5.0.2'
27+
pma_v='5.0.4'
2828
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
2929
fpm_v="7.4"
3030
mariadb_v="10.5"

install/upgrade/upgrade.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ UPGRADE_RESTART_SERVICES='true'
4343
#######################################################################################
4444

4545
# Set version of phpMyAdmin to install during upgrade if not already installed
46-
pma_v='5.0.2'
46+
pma_v='5.0.4'

0 commit comments

Comments
 (0)