File tree Expand file tree Collapse file tree 6 files changed +39
-4
lines changed
Expand file tree Collapse file tree 6 files changed +39
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 1.5.4] - Service release
5+
6+ ### Features
7+
8+ ### Bugfixes
9+
10+ - Fixed an issue with v-add-sys-phpmailer not updating properly (#2336 )
11+ - Fixed an issue where users where not able to download backups via UI (#2335 )
12+ - Fixed an issue where php8.0 got "rounded" to php8 causing default.tpl falling back to 8.1 (#2340 )
13+ - Fixed an issue with recalculating disk usage (#2341 )
14+
415## [ 1.5.3] - Service release
516
617### Features
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
3131VERBOSE=' no'
3232
3333# Define software versions
34- HESTIA_INSTALL_VER=' 1.5.3'
34+ HESTIA_INSTALL_VER=' 1.5.4'
35+ # Dependencies
3536pma_v=' 5.1.1'
3637rc_v=" 1.5.1"
3738multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" " 7.4" " 8.0" " 8.1" )
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
3131VERBOSE=' no'
3232
3333# Define software versions
34- HESTIA_INSTALL_VER=' 1.5.3'
34+ HESTIA_INSTALL_VER=' 1.5.4'
35+ # Dependencies
3536pma_v=' 5.1.1'
3637rc_v=" 1.5.1"
3738multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" " 7.4" " 8.0" " 8.1" )
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # Hestia Control Panel upgrade script for target version 1.5.3
3+ # Hestia Control Panel upgrade script for target version 1.5.4
44
55# ######################################################################################
66# ###### Place additional commands below. #######
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # Hestia Control Panel upgrade script for target version 1.5.4
4+
5+ # ######################################################################################
6+ # ###### Place additional commands below. #######
7+ # ######################################################################################
8+ # ###### Pass through information to the end user in case of a issue or problem #######
9+ # ###### #######
10+ # ###### Use add_upgrade_message "My message here" to include a message #######
11+ # ###### in the upgrade notification email. Example: #######
12+ # ###### #######
13+ # ###### add_upgrade_message "My message here" #######
14+ # ###### #######
15+ # ###### You can use \n within the string to create new lines. #######
16+ # ######################################################################################
17+
18+ upgrade_config_set_value ' UPGRADE_UPDATE_WEB_TEMPLATES' ' false'
19+ upgrade_config_set_value ' UPGRADE_UPDATE_DNS_TEMPLATES' ' false'
20+ upgrade_config_set_value ' UPGRADE_UPDATE_MAIL_TEMPLATES' ' false'
21+ upgrade_config_set_value ' UPGRADE_REBUILD_USERS' ' true'
22+ upgrade_config_set_value ' UPGRADE_UPDATE_FILEMANAGER_CONFIG' ' false'
Original file line number Diff line number Diff line change 11Source: hestia
22Package: hestia
33Priority: optional
4- Version: 1.5.3
4+ Version: 1.5.4
55Section: admin
66Maintainer: HestiaCP <info@hestiacp.com>
77Homepage: https://www.hestiacp.com
You can’t perform that action at this time.
0 commit comments