Просмотр исходного кода

Bump phpMyAdmin version to 5.0.4

Kristan Kenney 5 лет назад
Родитель
Сommit
91f8c0af9d
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      install/hst-install-debian.sh
  2. 1 1
      install/hst-install-ubuntu.sh
  3. 1 1
      install/upgrade/upgrade.conf

+ 1 - 1
install/hst-install-debian.sh

@@ -24,7 +24,7 @@ VERBOSE='no'
 
 # Define software versions
 HESTIA_INSTALL_VER='1.3.0~rc'
-pma_v='5.0.2'
+pma_v='5.0.4'
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
 fpm_v="7.4"
 mariadb_v="10.5"

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -24,7 +24,7 @@ VERBOSE='no'
 
 # Define software versions
 HESTIA_INSTALL_VER='1.3.0~rc'
-pma_v='5.0.2'
+pma_v='5.0.4'
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
 fpm_v="7.4"
 mariadb_v="10.5"

+ 1 - 1
install/upgrade/upgrade.conf

@@ -43,4 +43,4 @@ UPGRADE_RESTART_SERVICES='true'
 #######################################################################################
 
 # Set version of phpMyAdmin to install during upgrade if not already installed
-pma_v='5.0.2'
+pma_v='5.0.4'