Jaap Marcus 1 anno fa
parent
commit
2efce9fe0a
2 ha cambiato i file con 15 aggiunte e 4 eliminazioni
  1. 12 1
      CHANGELOG.md
  2. 3 3
      install/upgrade/upgrade.conf

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