Skip to content

Commit 2efce9f

Browse files
committed
Update changelog
1 parent 6b768b3 commit 2efce9f

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ All notable changes to this project will be documented in this file.
1616
- Add support for Directadmin / Cpanel imports ( #4177 #4415 #4426 #4252 #4241)
1717
- Add support for Increamental Backups via Restic
1818
- Add support for Triggers in v-add-mail-domain / v-add-delete-mail-domain #4416 (See Docs)
19-
- Add Joomla Quick Install App (#4433)
19+
- Add new Quick Install Apps (#4433, #4509, #4327)
2020
- Add support for Limit CPU and RAM for Each User Using cgroup (#4372 #4325)
2121
- Add Web terminal (#3859)
2222
- Improve email account sidebar layout (#4154)
23+
- Allow Chmod in Filegator #4548
2324

2425
### Bug fixes
2526

@@ -56,12 +57,21 @@ All notable changes to this project will be documented in this file.
5657
- Corrected path to ssl certs (#4202)
5758
- Add value to input type text (#4193)
5859
- Correctly get the session cookie for web terminal (#3969)
60+
- Fix Bug with 403 errors Letsencrypt (#4622)
61+
- Update phpmyadmin.inc to improve loading static files
62+
- Fix issues with mapping ipv4 to ipv6 setups when server is behind proxies with login (#4606)
63+
- Fix issue with v-change-sys-ip-nat with VSFTPD and systems behind NAT (#4591)
64+
- Fix issues with IDN domains and Apache2 and PHP (#4583)
65+
- Improve Owncloud templates (#4572)
66+
- Improve security Quick Install Apps (#457 #4569 #4568 #4567 #4566 #4565 #4564 #4563)
67+
- Add hestia-mail to hestia-users group and create hestia-users group on new install #4540 #4531
5968

6069
### Depencies
6170

6271
- Update hestia-nginx to 1.27.0
6372
- Update hestia-php to 8.3.9
6473
- Update Roundcube, Filegator, Snappy mail to the latest version
74+
- Update Quick Installer apps to latest version (#4594)
6575

6676
## [1.8.11] - Service release
6777

@@ -138,6 +148,7 @@ All notable changes to this project will be documented in this file.
138148

139149
### Dependencies
140150

151+
- Update phpquoteshellarg to 1.1.0
141152
- Update Roundcube to 1.6.3
142153
- Update Blackblaze CLI to 3.10.0
143154
- Update Phppgadmin to 7.4.16

install/upgrade/upgrade.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ pga_v='7.14.6'
5050

5151
# Set version of RoundCube (Webmail) to update during upgrade if not already installed
5252
# Note: only applies to "non-apt installs >= 1.4.0 or manually phased out"
53-
rc_v='1.6.8'
53+
rc_v='1.6.9'
5454

5555
# Set version of SnappyMail (Webmail) to update during upgrade if not already installed
56-
sm_v='2.36.4'
56+
sm_v='2.38.2'
5757

5858
# Update the File Manager or it's configuration file
5959
# Check if Filegator requires an update based on current version and setting below
6060
# UPGRADE_UPDATE_FILEMANAGER_CONFIG: Updates only the configuration file if changes are made but now new issue has been issued!
6161
UPGRADE_UPDATE_FILEMANAGER_CONFIG='false'
6262
# Set version of File manager to update during upgrade if not already installed
63-
fm_v='7.10.1'
63+
fm_v='7.11.0'
6464

6565
# Backblaze
6666
b2_v='3.6.0'

0 commit comments

Comments
 (0)