Kristan Kenney 5 лет назад
Родитель
Сommit
1430f43f64
4 измененных файлов с 10 добавлено и 3 удалено
  1. 7 0
      CHANGELOG.md
  2. 1 1
      install/hst-install-debian.sh
  3. 1 1
      install/hst-install-ubuntu.sh
  4. 1 1
      install/upgrade/upgrade.conf

+ 7 - 0
CHANGELOG.md

@@ -2,11 +2,18 @@
 All notable changes to this project will be documented in this file.
 
 ## [1.3.4] - Service Release
+### Features
+- No new features have been introduced in this release.
+
 ### Bugfixes
 - Fixed xss vulnerability in v-add-sys-ip and user history log (thanks **@numanturle**)
 - Fixed remote execution possibility when deleting ssh key (thanks **@numanturle**)
+- Updated phpMyAdmin to v5.1.0
 
 ## [1.3.3] - Service Release
+### Features
+- No new features have been introduced in this release.
+
 ### Bugfixes
 - Improved permission handling.
 

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

@@ -24,7 +24,7 @@ VERBOSE='no'
 
 # Define software versions
 HESTIA_INSTALL_VER='1.3.4~beta'
-pma_v='5.0.4'
+pma_v='5.1.0'
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0")
 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.4~beta'
-pma_v='5.0.4'
+pma_v='5.1.0'
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0")
 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.4'
+pma_v='5.1.0'