mirror of
https://github.com/hestiacp/hestiacp.git
synced 2025-02-06 09:45:30 +00:00
Update changelog and versions
All checks were successful
All checks were successful
This commit is contained in:
parent
660fa43dc0
commit
ae290ce314
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hestia",
|
||||
"version": "1.9.1",
|
||||
"version": "1.9.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user