Browse Source

Merge pull request #1891 from jaapmarcus/upgrade-phpmyadmin

Upgrade phpMyAdmin to 5.1.1
Raphael Schneeberger 4 years ago
parent
commit
f5799c88c5
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
 HESTIA_INSTALL_VER='1.4.3~alpha
-pma_v='5.1.0'
+pma_v='5.1.1'
 rc_v="1.4.11"
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0")
 fpm_v="7.4"

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

@@ -24,7 +24,7 @@ VERBOSE='no'
 
 # Define software versions
 HESTIA_INSTALL_VER='1.4.3~alpha'
-pma_v='5.1.0'
+pma_v='5.1.1'
 rc_v="1.4.11"
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0")
 fpm_v="7.4"

+ 1 - 1
install/upgrade/upgrade.conf

@@ -50,7 +50,7 @@ UPGRADE_RESTART_SERVICES='true'
 #######################################################################################
 
 # Set version of phpMyAdmin to install during upgrade if not already installed
-pma_v='5.1.0'
+pma_v='5.1.1'
 
 # Set version of RoundCube (Webmail) to update during upgrade if not already installed
 # Note: only applies to "non-apt installs >= 1.4.0 or manually phased out"