Jaap Marcus 1 год назад
Родитель
Сommit
ae290ce314
5 измененных файлов с 13 добавлено и 4 удалено
  1. 9 0
      CHANGELOG.md
  2. 1 1
      install/hst-install-debian.sh
  3. 1 1
      install/hst-install-ubuntu.sh
  4. 1 1
      package-lock.json
  5. 1 1
      src/deb/hestia/control

+ 9 - 0
CHANGELOG.md

@@ -2,6 +2,15 @@
 
 All notable changes to this project will be documented in this file.
 
+## [1.9.2] - Service release
+
+- Backups change owner files to hestiaweb (#4779)
+- PHP-FPM Include missing info (#4766)
+- Fix bug where PHPMyadmin / PHPPGadmin where named phpmyadmin in 1.9.0 if this is the case it will reset to phppgadmin (#4767)
+- Fix warning caused by some old jailed code left (#4751)
+- Fix issues with Filemanger (#4761)
+- Update <www.conf> (#4743)
+
 ## [1.9.1] - Service release
 
 - Fixed an issue with webmail / phpmydmin unavailble

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

@@ -31,7 +31,7 @@ HESTIA_COMMON_DIR="$HESTIA/install/common"
 VERBOSE='no'
 
 # Define software versions
-HESTIA_INSTALL_VER='1.9.1'
+HESTIA_INSTALL_VER='1.9.2'
 # Supported PHP versions
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2" "8.3" "8.4")
 # One of the following PHP versions is required for Roundcube / phpmyadmin

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

@@ -31,7 +31,7 @@ HESTIA_COMMON_DIR="$HESTIA/install/common"
 VERBOSE='no'
 
 # Define software versions
-HESTIA_INSTALL_VER='1.9.1'
+HESTIA_INSTALL_VER='1.9.2'
 # Supported PHP versions
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2" "8.3" "8.4")
 # One of the following PHP versions is required for Roundcube / phpmyadmin

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
 	"name": "hestia",
-	"version": "1.9.1",
+	"version": "1.9.2",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {

+ 1 - 1
src/deb/hestia/control

@@ -1,7 +1,7 @@
 Source: hestia
 Package: hestia
 Priority: optional
-Version: 1.9.1
+Version: 1.9.2
 Section: admin
 Maintainer: HestiaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com