Skip to content

Commit 0c07399

Browse files
authored
Merge pull request hestiacp#2154 from hestiacp/staging/1.4.15
Staging/1.4.15
2 parents edd4d58 + 9ab5409 commit 0c07399

File tree

7 files changed

+24
-16
lines changed

7 files changed

+24
-16
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ All notable changes to this project will be documented in this file.
55

66
## Features
77

8+
- Add templates Chevereto #2153 @ManualRechkle
9+
810
### Bugfixes
911

12+
- Fix bug in v-add-sys-ip with netplan active
1013
- Limit access to files/folders that are not required on default /phpmyadmin (*.json, templates, locale, vendor) #2143
14+
- Update translations
15+
- Fix issue with Exim 4.94 and Autoreply #2151
16+
- Fix multiple UI bugs #2415
17+
- Fix link broken link to Documentation #2142
18+
- Improve detection for MariaDB #2141 thanks @gejobj
1119

1220
## [1.4.14] - Service release
1321

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Hestia Control Panel](https://www.hestiacp.com/)
44
==================================================
5-
**Latest stable release:** Version 1.4.14 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md) | [![Build Status](https://drone.hestiacp.com/api/badges/hestiacp/hestiacp/status.svg?ref=refs/heads/main)](https://drone.hestiacp.com/hestiacp/hestiacp) <br>
5+
**Latest stable release:** Version 1.4.15 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md) | [![Build Status](https://drone.hestiacp.com/api/badges/hestiacp/hestiacp/status.svg?ref=refs/heads/main)](https://drone.hestiacp.com/hestiacp/hestiacp) <br>
66

77
**Web:** [www.hestiacp.com](https://www.hestiacp.com/)<br>
88
**Documentation:** [docs.hestiacp.com](https://docs.hestiacp.com/)<br>

func/upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ upgrade_start_backup() {
439439
if [ "$DEBUG_MODE" = "true" ]; then
440440
echo " ---- sshd"
441441
fi
442-
cp -f /etc/ssh/* $HESTIA_BACKUP/conf/ssh/
442+
cp -fr /etc/ssh/* $HESTIA_BACKUP/conf/ssh/
443443
fi
444444
if [ -d "/etc/roundcube" ]; then
445445
if [ "$DEBUG_MODE" = "true" ]; then

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323
VERBOSE='no'
2424

2525
# Define software versions
26-
HESTIA_INSTALL_VER='1.4.15~alpha'
26+
HESTIA_INSTALL_VER='1.4.15'
2727
pma_v='5.1.1'
2828
rc_v="1.4.11"
2929
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0")

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323
VERBOSE='no'
2424

2525
# Define software versions
26-
HESTIA_INSTALL_VER='1.4.15~alpha'
26+
HESTIA_INSTALL_VER='1.4.15'
2727
pma_v='5.1.1'
2828
rc_v="1.4.11"
2929
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0")

install/upgrade/upgrade.conf

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,29 @@
2121
# Update default templates when performing an upgrade
2222
# These flags should be set to true if any changes are made to the template files
2323
# to ensure that they are properly updated on the end-user's system.
24-
UPGRADE_UPDATE_WEB_TEMPLATES='false'
25-
UPGRADE_UPDATE_MAIL_TEMPLATES='false'
26-
UPGRADE_UPDATE_DNS_TEMPLATES='false'
24+
UPGRADE_UPDATE_WEB_TEMPLATES='true'
25+
UPGRADE_UPDATE_MAIL_TEMPLATES='true'
26+
UPGRADE_UPDATE_DNS_TEMPLATES='true'
2727

2828
# Update phpMyAdmin to the latest version during upgrade
29-
UPGRADE_UPDATE_PHPMYADMIN='false'
29+
UPGRADE_UPDATE_PHPMYADMIN='true'
3030

3131
# Update roundcube to the latest version during upgrade
32-
UPGRADE_UPDATE_ROUNDCUBE='false'
32+
UPGRADE_UPDATE_ROUNDCUBE='true'
3333

3434
# Update rainloop to the latest version during upgrade
35-
UPGRADE_UPDATE_RAINLOOP='false'
35+
UPGRADE_UPDATE_RAINLOOP='true'
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='false'
41-
UPGRADE_UPDATE_FILEMANAGER_CONFIG='false'
40+
UPGRADE_UPDATE_FILEMANAGER='true'
41+
UPGRADE_UPDATE_FILEMANAGER_CONFIG='true'
4242

4343
# Post installation clean-up
44-
UPGRADE_REPLACE_KNOWN_KEYS='false'
45-
UPGRADE_REBUILD_USERS='false'
46-
UPGRADE_RESTART_SERVICES='false'
44+
UPGRADE_REPLACE_KNOWN_KEYS='true'
45+
UPGRADE_REBUILD_USERS='true'
46+
UPGRADE_RESTART_SERVICES='true'
4747

4848
#######################################################################################
4949
####### 3rd Party Software Updates #######

src/deb/hestia/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: hestia
22
Package: hestia
33
Priority: optional
4-
Version: 1.4.15~alpha
4+
Version: 1.4.15
55
Section: admin
66
Maintainer: HestiaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

0 commit comments

Comments
 (0)