Skip to content

Commit 4bf798f

Browse files
authored
Update translations (hestiacp#4630)
* Update changelog * Update version
1 parent 284c322 commit 4bf798f

File tree

7 files changed

+21
-10
lines changed

7 files changed

+21
-10
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'

src/deb/hestia/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: hestia
22
Package: hestia
33
Priority: optional
4-
Version: 1.9.0~alpha
4+
Version: 1.9.0~beta
55
Section: admin
66
Maintainer: HestiaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

src/deb/nginx/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: hestia-nginx
22
Package: hestia-nginx
33
Priority: optional
4-
Version: 1.27.0
4+
Version: 1.27.2
55
Section: admin
66
Maintainer: HestiaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

src/deb/php/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: hestia-php
22
Package: hestia-php
33
Priority: optional
4-
Version: 8.3.9
4+
Version: 8.3.13
55
Section: admin
66
Maintainer: HestaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

src/deb/web-terminal/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Source: hestia-web-terminal
22
Package: hestia-web-terminal
33
Priority: optional
4-
Version: 1.0.0
4+
Version: 1.0.1
55
Section: admin
66
Maintainer: HestiaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com
88
Architecture: amd64
9-
Depends: hestia, nodejs (>= 18.0.0)
9+
Depends: hestia, nodejs (>= 20.0.0)
1010
Description: hestia web terminal
1111
hestia is an open source hosting control panel.
1212
hestia has a clean and focused interface without the clutter.

src/hst_autocompile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ if [ -e "/etc/redhat-release" ]; then
231231
else
232232
HESTIA_V="${BUILD_VER}_${BUILD_ARCH}"
233233
fi
234-
OPENSSL_V='3.3.1'
234+
OPENSSL_V='3.4.0'
235235
PCRE_V='10.44'
236236
ZLIB_V='1.3.1'
237237

0 commit comments

Comments
 (0)