Browse Source

Merge branch 'verbump-pma' into staging/release/v1.3.0

Kristan Kenney 5 years ago
parent
commit
c6e4c27341
3 changed files with 3 additions and 3 deletions
  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
 # Define software versions
 HESTIA_INSTALL_VER='1.3.0~rc'
 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")
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
 fpm_v="7.4"
 fpm_v="7.4"
 mariadb_v="10.5"
 mariadb_v="10.5"

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

@@ -24,7 +24,7 @@ VERBOSE='no'
 
 
 # Define software versions
 # Define software versions
 HESTIA_INSTALL_VER='1.3.0~rc'
 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")
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
 fpm_v="7.4"
 fpm_v="7.4"
 mariadb_v="10.5"
 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
 # Set version of phpMyAdmin to install during upgrade if not already installed
-pma_v='5.0.2'
+pma_v='5.0.4'