Explorar el Código

Update change log and versions

Jaap Marcus hace 3 años
padre
commit
874dd4e004

+ 6 - 0
CHANGELOG.md

@@ -3,11 +3,17 @@ All notable changes to this project will be documented in this file.
 
 
 ## [1.6.8] - Service release 
 ## [1.6.8] - Service release 
 
 
+### Bugfixes
+
 - Force update composer to v2 instead of v1 when no version is provided (#2839 #2777)
 - Force update composer to v2 instead of v1 when no version is provided (#2839 #2777)
 - Fixed an isseu with v-change-web-domain-owner and mail only domains (#2840, #2841)
 - Fixed an isseu with v-change-web-domain-owner and mail only domains (#2840, #2841)
 - Grey out phpmyadmin buttons + add link to docs.hestia.com for support (#2843)
 - Grey out phpmyadmin buttons + add link to docs.hestia.com for support (#2843)
 - Block the use of CNAME records on @ or root records DNS domain (#2838, #2842)
 - Block the use of CNAME records on @ or root records DNS domain (#2838, #2842)
 - Code clean up and remove unused tests and templates (#2829 and #2831)
 - Code clean up and remove unused tests and templates (#2829 and #2831)
+- Fixed an issue where no password was send when a user create a new mail account (#2819 #2815)
+- Fixed an issue with Proxmox LXC and hostnames (#2819 #2048)
+- Improve new email account email send to the user (#2819 #1417)
+- Improve buffers nginx.conf #2796
 
 
 ## [1.6.7] - Service release 
 ## [1.6.7] - Service release 
 
 

+ 1 - 1
install/hst-install-debian.sh

@@ -31,7 +31,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
 VERBOSE='no'
 VERBOSE='no'
 
 
 # Define software versions
 # Define software versions
-HESTIA_INSTALL_VER='1.6.7'
+HESTIA_INSTALL_VER='1.6.8~alpha'
 # Dependencies
 # Dependencies
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1")
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1")
 fpm_v="8.0"
 fpm_v="8.0"

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -31,7 +31,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
 VERBOSE='no'
 VERBOSE='no'
 
 
 # Define software versions
 # Define software versions
-HESTIA_INSTALL_VER='1.6.7'
+HESTIA_INSTALL_VER='1.6.8~alpha'
 # Dependencies
 # Dependencies
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1")
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1")
 fpm_v="8.0"
 fpm_v="8.0"

+ 1 - 1
install/upgrade/manual/install_sieve.sh

@@ -68,7 +68,7 @@ if [ "$HAS_DOVECOT_SIEVE_INSTALLED" = "0" ]; then
     # roundcube install
     # roundcube install
     mkdir -p $RC_CONFIG_DIR/plugins/managesieve
     mkdir -p $RC_CONFIG_DIR/plugins/managesieve
     
     
-    cp -f $HESTIA_COMMON_DIR/roundcube/plugins/config_managesieve.inc.php $RC_CONFIG_DIR/plugins/managesieve/config.inc.php
+    cp -f $HESTIA_INSTALL_DIR/roundcube/plugins/config_managesieve.inc.php $RC_CONFIG_DIR/plugins/managesieve/config.inc.php
         ln -s $RC_CONFIG_DIR/plugins/managesieve/config.inc.php $RC_INSTALL_DIR/plugins/managesieve/config.inc.php
         ln -s $RC_CONFIG_DIR/plugins/managesieve/config.inc.php $RC_INSTALL_DIR/plugins/managesieve/config.inc.php
     
     
     # permission changes
     # permission changes

+ 1 - 1
src/deb/hestia/control

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