File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 1.7.7] - Service release
6+
7+ ### Bugfixes
8+
9+ - Fix #3588 : Delete issue DNS record (#3589 )
10+ - Tidy notifications copy (#3561 )
11+ - Predefined ipset lists not loading #3552 (#3557 )
12+
13+ ## [ 1.7.6] - Service release
14+
15+ ### Bugfixes
16+
17+ - Fixed Error message "deleted" before shown due to register_shutdown_function (#3548 #3547 )
18+ - Fixed an in issue in humanize_usage_size with number format (#3546 #3547 )
19+ - Fixed rounding issue with humanize_usage_measure (#3540 #3541 )
20+
521## [ 1.7.5] - Service release
622
723### Bugfixes
Original file line number Diff line number Diff line change 44
55<h2 align =" center " >Lightweight and powerful control panel for the modern web</h2 >
66
7- <p align =" center " ><strong >Latest stable release:</strong > Version 1.7.4 | <a href =" https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md " >View Changelog</a ></p >
7+ <p align =" center " ><strong >Latest stable release:</strong > Version 1.7.7 | <a href =" https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md " >View Changelog</a ></p >
88
99<p align =" center " >
1010 <a href="https://www.hestiacp.com/">HestiaCP.com</a> |
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # Hestia Control Panel upgrade script for target version 1.7.7
4+
5+ # ######################################################################################
6+ # ###### Place additional commands below. #######
7+ # ######################################################################################
8+ # ###### upgrade_config_set_value only accepts true or false. #######
9+ # ###### #######
10+ # ###### Pass through information to the end user in case of a issue or problem #######
11+ # ###### #######
12+ # ###### Use add_upgrade_message "My message here" to include a message #######
13+ # ###### in the upgrade notification email. Example: #######
14+ # ###### #######
15+ # ###### add_upgrade_message "My message here" #######
16+ # ###### #######
17+ # ###### You can use \n within the string to create new lines. #######
18+ # ######################################################################################
19+
20+ upgrade_config_set_value ' UPGRADE_UPDATE_WEB_TEMPLATES' ' false'
21+ upgrade_config_set_value ' UPGRADE_UPDATE_DNS_TEMPLATES' ' false'
22+ upgrade_config_set_value ' UPGRADE_UPDATE_MAIL_TEMPLATES' ' false'
23+ upgrade_config_set_value ' UPGRADE_REBUILD_USERS' ' false'
24+ upgrade_config_set_value ' UPGRADE_UPDATE_FILEMANAGER_CONFIG' ' false'
You can’t perform that action at this time.
0 commit comments