Skip to content

Commit 290dfc4

Browse files
committed
Update versions / Changelog
1 parent eddaa97 commit 290dfc4

File tree

4 files changed

+34
-4
lines changed

4 files changed

+34
-4
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,37 @@ All notable changes to this project will be documented in this file.
44

55
## [1.9.3] - Service release
66

7-
-
7+
### Bug fixes
8+
9+
- Fix deleting snapshot not working #4812
10+
- Fix bulk restore
11+
- Set priority to a lower value for backup process and limit disk speed and upload speed #4853
12+
- Fix sftp homedir staring in /home and not /home/{user} (#4862)
13+
- Temp workaround for Ubuntu 24.04 i18n GUI support (#4857)
14+
- Fix multiple smaller bugs with incremental backups (#4861)
15+
- SFTP get completely disabled in certain setups when enableling it (#4859)
16+
- mysqladmin got renamed on MariaDB systems to mariadb-admin (#4850)
17+
- Update dummy.conf (#4855)
18+
- Avoid warning using pgrep if service name has 15 or more characters (#4851)
19+
- Move v-update-letsencrypt-ssl cron to /var/spool/cron (#4823)
20+
- Update v-add-remote-dns-host (#4837)
21+
- Fix bug in v-add-web-domain-ssl (#4835)
22+
- Fix bug in v-update-user-stats (#4842)
23+
- Fix output v-dump-database (#4831)
24+
- Update configuration.php (#4827)
25+
- Include at as an dependency (#4829)
26+
- Replace is_restart_valid with is_restart_format_valid
27+
- Replaced "echo" with "sed" to avoid "Permission denied" in multiple commands (#4818 #4819 #4817 #4186)
28+
- Admin are unable to add access keys #4799 (#4810)
29+
- Make jail for work sftp by using the binary sftp-server (#4803)
30+
31+
### Quick install apps
32+
33+
- Enable PHP8.4 support for Laravel and Symfony (#4820, #4821)
34+
35+
### Dependencies
36+
37+
- Bump Roundcube version to 1.6.10 (#4813)
838

939
## [1.9.2] - Service release
1040

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ HESTIA_COMMON_DIR="$HESTIA/install/common"
3131
VERBOSE='no'
3232

3333
# Define software versions
34-
HESTIA_INSTALL_VER='1.9.3~alpha'
34+
HESTIA_INSTALL_VER='1.9.3'
3535
# Supported PHP versions
3636
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2" "8.3" "8.4")
3737
# One of the following PHP versions is required for Roundcube / phpmyadmin

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ HESTIA_COMMON_DIR="$HESTIA/install/common"
3131
VERBOSE='no'
3232

3333
# Define software versions
34-
HESTIA_INSTALL_VER='1.9.3~alpha'
34+
HESTIA_INSTALL_VER='1.9.3'
3535
# Supported PHP versions
3636
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2" "8.3" "8.4")
3737
# One of the following PHP versions is required for Roundcube / phpmyadmin

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hestia",
33
"private": true,
4-
"version": "1.9.2",
4+
"version": "1.9.3",
55
"description": "An open-source Linux web server control panel.",
66
"repository": "https://github.com/hestiacp/hestiacp",
77
"license": "GPL-3.0-or-later",

0 commit comments

Comments
 (0)