Skip to content

Commit 417e99c

Browse files
author
Kristan Kenney
committed
Merge branch 'staging/release/v1.3.1' into staging/fixes
2 parents d735424 + bd1eb73 commit 417e99c

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
1515
- Removed unnecessary tooltips from buttons and other elements.
1616
- Fixed incorrect tags which prevented tooltips from being displayed.
1717
- Introduced tooltips to counter items on the Users, Packages, and Statistics pages to help better distinguish statistics.
18+
- Improved the display of items, quotas, and suspended items in the Control Panel navigation header - thanks **@cmstew**!
1819
- Fixed an issue which caused higher than normal CPU usage during an upgrade due to a duplicate condition in the rebuild process.
1920
- Fixed minor spelling inconsistencies in command line script comments and output text.
2021
- Fixed an issue where old configuration files were not cleaned up when moving domains with `v-change-domain-owner`.
@@ -24,9 +25,9 @@ All notable changes to this project will be documented in this file.
2425
- Improved the quality of comment formatting in command line scripts - thanks **@bisubus**!
2526
- Fixed an issue where the logo was not displayed in the File Manager - thanks **@robothemes**!
2627
- Fixed an issue in the Control Panel UI which caused databases and additional FTP accounts to be named incorrectly if manually prefaced with the username.
28+
- Fixed an issue where custom document roots were not saved correctly.
2729
- Improved the visibility of service availability in the Control Panel UI.
2830

29-
3031
## [1.3.0] - Major Release (Feature / Quality Update)
3132
### Features
3233
- Users can now choose to point a domain to a different document root location (similar to domain parking).

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.3.1~alpha'
26+
HESTIA_INSTALL_VER='1.3.1'
2727
pma_v='5.0.4'
2828
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
2929
fpm_v="7.4"

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.3.1~alpha'
26+
HESTIA_INSTALL_VER='1.3.1'
2727
pma_v='5.0.4'
2828
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
2929
fpm_v="7.4"

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

0 commit comments

Comments
 (0)