Browse Source

Update translations (#4630)

* Update changelog

* Update version
Jaap Marcus 1 year ago
parent
commit
4bf798f385

+ 12 - 1
CHANGELOG.md

@@ -16,10 +16,11 @@ All notable changes to this project will be documented in this file.
 - Add support for Directadmin / Cpanel imports ( #4177 #4415 #4426 #4252 #4241)
 - Add support for Increamental Backups via Restic
 - Add support for Triggers in v-add-mail-domain / v-add-delete-mail-domain #4416 (See Docs)
-- Add Joomla Quick Install App (#4433)
+- Add new Quick Install Apps (#4433, #4509, #4327)
 - Add support for Limit CPU and RAM for Each User Using cgroup (#4372 #4325)
 - Add Web terminal (#3859)
 - Improve email account sidebar layout (#4154)
+- Allow Chmod in Filegator #4548
 
 ### Bug fixes
 
@@ -56,12 +57,21 @@ All notable changes to this project will be documented in this file.
 - Corrected path to ssl certs (#4202)
 - Add value to input type text (#4193)
 - Correctly get the session cookie for web terminal (#3969)
+- Fix Bug with 403 errors Letsencrypt (#4622)
+- Update phpmyadmin.inc to improve loading static files
+- Fix issues with mapping ipv4 to ipv6 setups when server is behind proxies with login (#4606)
+- Fix issue with v-change-sys-ip-nat with VSFTPD and systems behind NAT (#4591)
+- Fix issues with IDN domains and Apache2 and PHP (#4583)
+- Improve Owncloud templates (#4572)
+- Improve security Quick Install Apps (#457 #4569 #4568 #4567 #4566 #4565 #4564 #4563)
+- Add hestia-mail to hestia-users group and create hestia-users group on new install #4540 #4531
 
 ### Depencies
 
 - Update hestia-nginx to 1.27.0
 - Update hestia-php to 8.3.9
 - Update Roundcube, Filegator, Snappy mail to the latest version
+- Update Quick Installer apps to latest version (#4594)
 
 ## [1.8.11] - Service release
 
@@ -138,6 +148,7 @@ All notable changes to this project will be documented in this file.
 
 ### Dependencies
 
+- Update phpquoteshellarg to 1.1.0
 - Update Roundcube to 1.6.3
 - Update Blackblaze CLI to 3.10.0
 - Update Phppgadmin to 7.4.16

+ 3 - 3
install/upgrade/upgrade.conf

@@ -50,17 +50,17 @@ pga_v='7.14.6'
 
 # Set version of RoundCube (Webmail) to update during upgrade if not already installed
 # Note: only applies to "non-apt installs >= 1.4.0 or manually phased out"
-rc_v='1.6.8'
+rc_v='1.6.9'
 
 # Set version of SnappyMail (Webmail) to update during upgrade if not already installed
-sm_v='2.36.4'
+sm_v='2.38.2'
 
 # Update the File Manager or it's configuration file
 # Check if Filegator requires an update based on current version and setting below
 # UPGRADE_UPDATE_FILEMANAGER_CONFIG: Updates only the configuration file if changes are made but now new issue has been issued!
 UPGRADE_UPDATE_FILEMANAGER_CONFIG='false'
 # Set version of File manager to update during upgrade if not already installed
-fm_v='7.10.1'
+fm_v='7.11.0'
 
 # Backblaze
 b2_v='3.6.0'

+ 1 - 1
src/deb/hestia/control

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

+ 1 - 1
src/deb/nginx/control

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

+ 1 - 1
src/deb/php/control

@@ -1,7 +1,7 @@
 Source: hestia-php
 Package: hestia-php
 Priority: optional
-Version: 8.3.9
+Version: 8.3.13
 Section: admin
 Maintainer: HestaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com

+ 2 - 2
src/deb/web-terminal/control

@@ -1,12 +1,12 @@
 Source: hestia-web-terminal
 Package: hestia-web-terminal
 Priority: optional
-Version: 1.0.0
+Version: 1.0.1
 Section: admin
 Maintainer: HestiaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com
 Architecture: amd64
-Depends: hestia, nodejs (>= 18.0.0)
+Depends: hestia, nodejs (>= 20.0.0)
 Description: hestia web terminal
  hestia is an open source hosting control panel.
  hestia has a clean and focused interface without the clutter.

+ 1 - 1
src/hst_autocompile.sh

@@ -231,7 +231,7 @@ if [ -e "/etc/redhat-release" ]; then
 else
 	HESTIA_V="${BUILD_VER}_${BUILD_ARCH}"
 fi
-OPENSSL_V='3.3.1'
+OPENSSL_V='3.4.0'
 PCRE_V='10.44'
 ZLIB_V='1.3.1'