Skip to content

Commit 521dbf8

Browse files
committed
Prepare for 1.4.10 release
1 parent 67a3538 commit 521dbf8

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [Development]
4+
## [1.4.10] - Service release
55

66
### Features
77

@@ -13,7 +13,8 @@ All notable changes to this project will be documented in this file.
1313
- 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)
1414
- Fixed security issues in caching templates of Nginx when used as Reverse Proxy
1515
- Fixed an issue with deleting multiple mail accounts (#2047)
16-
- Fixed an issue with phpmailer + non latin characters (#2050) thanks @Faymir
16+
- Fixed an issue with phpmailer + non latin characters (#2050) thanks @Faymir
17+
- Remove caching template for CraftCMS (#2039) @anvme
1718

1819
## [1.4.9] - Service release
1920

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.10~aplpha'
26+
HESTIA_INSTALL_VER='1.4.10'
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.10~alpha'
26+
HESTIA_INSTALL_VER='1.4.10'
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@
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.
2424
UPGRADE_UPDATE_WEB_TEMPLATES='true'
25-
UPGRADE_UPDATE_MAIL_TEMPLATES='true'
26-
UPGRADE_UPDATE_DNS_TEMPLATES='true'
25+
UPGRADE_UPDATE_MAIL_TEMPLATES='false'
26+
UPGRADE_UPDATE_DNS_TEMPLATES='false'
2727

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

3131
# Update roundcube to the latest version during upgrade
32-
UPGRADE_UPDATE_ROUNDCUBE='true'
32+
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

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.10~alpha
4+
Version: 1.4.10
55
Section: admin
66
Maintainer: HestiaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

0 commit comments

Comments
 (0)