File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed
Expand file tree Collapse file tree 5 files changed +11
-7
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.3.3] - Service Release
5+ ### Bugfixes
6+ - Improved permission handling.
7+
48## [ 1.3.2] - Service Release
59### Features
610- Added PHP v8.0 support for multiphp environment.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323VERBOSE=' no'
2424
2525# Define software versions
26- HESTIA_INSTALL_VER=' 1.3.2 '
26+ HESTIA_INSTALL_VER=' 1.3.3 '
2727pma_v=' 5.0.4'
2828multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" " 7.4" " 8.0" )
2929fpm_v=" 7.4"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323VERBOSE=' no'
2424
2525# Define software versions
26- HESTIA_INSTALL_VER=' 1.3.2 '
26+ HESTIA_INSTALL_VER=' 1.3.3 '
2727pma_v=' 5.0.4'
2828multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" " 7.4" " 8.0" )
2929fpm_v=" 7.4"
Original file line number Diff line number Diff line change 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='true '
24+ UPGRADE_UPDATE_WEB_TEMPLATES='false '
2525UPGRADE_UPDATE_MAIL_TEMPLATES='false'
2626UPGRADE_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 the File Manager or it's configuration file
3232# UPGRADE_UPDATE_FILEMANAGER: Performs an upgrade/repair install of the File Manager
3333# UPGRADE_UPDATE_FILEMANAGER: Updates only the configuration file
3434UPGRADE_UPDATE_FILEMANAGER='false'
35- UPGRADE_UPDATE_FILEMANAGER_CONFIG='true '
35+ UPGRADE_UPDATE_FILEMANAGER_CONFIG='false '
3636
3737# Post installation clean-up
38- UPGRADE_REBUILD_USERS='false '
38+ UPGRADE_REBUILD_USERS='true '
3939UPGRADE_RESTART_SERVICES='true'
4040
4141#######################################################################################
Original file line number Diff line number Diff line change 11Source: hestia
22Package: hestia
33Priority: optional
4- Version: 1.3.2
4+ Version: 1.3.3
55Section: admin
66Maintainer: HestiaCP <info@hestiacp.com>
77Homepage: https://www.hestiacp.com
You can’t perform that action at this time.
0 commit comments