Skip to content

Commit a8b3e3d

Browse files
authored
Merge branch 'release' into staging/1.4.14
2 parents 322b11d + f4d8b2b commit a8b3e3d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ All notable changes to this project will be documented in this file.
7272
- Fixed UI issues after upgrade jQuery + jQuery UI to last version (#2021 and #2032) + [forum](https://forum.hestiacp.com/t/confusion-about-send-welcome-email-checkbox/4259/11)
7373
- Fixed security issues in caching templates of Nginx when used as Reverse Proxy
7474
- Fixed an issue with deleting multiple mail accounts (#2047)
75+
- Fixed an issue with phpmailer + non latin characters (#2050) thanks @Faymir
76+
- Remove caching template for CraftCMS (#2039) @anvme
7577
- Fixed an issue with phpmailer + non latin characters (#2050) thanks @Faymir
7678
- Fix Unable to load dynamic library 'pdo_mysql.so' after php reinstalling (#2069)
7779

install/upgrade/upgrade.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ UPGRADE_UPDATE_PHPMYADMIN='false'
3232
UPGRADE_UPDATE_ROUNDCUBE='false'
3333

3434
# Update rainloop to the latest version during upgrade
35-
UPGRADE_UPDATE_RAINLOOP='true'
35+
UPGRADE_UPDATE_RAINLOOP='false'
3636

3737
# Update the File Manager or it's configuration file
3838
# UPGRADE_UPDATE_FILEMANAGER: Performs an upgrade/repair install of the File Manager
3939
# UPGRADE_UPDATE_FILEMANAGER_CONFIG: Updates only the configuration file
40-
UPGRADE_UPDATE_FILEMANAGER='true'
40+
UPGRADE_UPDATE_FILEMANAGER='false'
4141
UPGRADE_UPDATE_FILEMANAGER_CONFIG='false'
4242

4343
# Post installation clean-up

0 commit comments

Comments
 (0)