Просмотр исходного кода

Release 1.7.3 (#3477)

* Update Changelog / versions

* Update changelog

* Update readme

* Update changelog

* Fix small bug in Install.md

* Use https:// instead
Jaap Marcus 2 лет назад
Родитель
Сommit
97cabed227

+ 30 - 0
CHANGELOG.md

@@ -2,6 +2,36 @@
 
 All notable changes to this project will be documented in this file.
 
+## [1.7.3] - Service release
+
+### Features
+
+- Re-implement RRD charts in Chart.js (#3452)
+- Add JS/CSS build script (#3471)
+
+### Dependencies
+
+- Update hestia-php to 8.2.5
+- Update hestia-nginx to 1.23.4
+
+### Bugfixes
+
+- Fix: named command warning (#3447 #neto737)
+- Fix: Include Cloudflare IPS during install (#3449 #3448)
+- Fix: Bug in upgrade_phppgadmin preventing folder from being created when not exists (#3450)
+- Add warnings to php-fpm templates (#3450)
+- Exim: Never show HELO for authenticated users (#3462 @myvesta)
+- Misleading title "Error" on popup notification when creating manual backup (#3460 #3461)
+- Fix: Do not add a trailing . on DNSKEY #3458
+- Fix toolbar spacing on mobile in some scenarios e.g. Backups page (#3460)
+- Fix: Users can not create a new DNS domain (#3451)
+- Fix: Error message containing html are encode twice (#3473)
+- Fix button width regression (#3474)
+- Remove opacity from modal background (#3460)
+- Refactor add/remove name server javascript ($3468)
+- Refactor "Unlimited" inputs (#3464)
+- Refactor password strength JS (#3459)
+
 ## [1.7.2] - Service release
 
 ### Note

+ 2 - 2
README.md

@@ -4,7 +4,7 @@
 
 <h2 align="center">Lightweight and powerful control panel for the modern web</h2>
 
-<p align="center"><strong>Latest stable release:</strong> Version 1.7.0 | <a href="https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md">View Changelog</a></p>
+<p align="center"><strong>Latest stable release:</strong> Version 1.7.3 | <a href="https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md">View Changelog</a></p>
 
 <p align="center">
 	<a href="https://www.hestiacp.com/">HestiaCP.com</a> |
@@ -97,7 +97,7 @@ You may specify a number of various flags during installation to only install th
 bash hst-install.sh -h
 ```
 
-Alternatively, @gabizz has made available a command-line script generator at <https://gabizz.github.io/hestiacp-scriptline-generator/> which allows you to easily generate the installation command via GUI.
+Alternatively, You can use <https://hestiacp.com/install.html> which allows you to easily generate the installation command via GUI.
 
 ## How to upgrade an existing installation
 

+ 6 - 2
docs/.vitepress/theme/components/InstallOptions.vue

@@ -54,11 +54,15 @@ export default {
 			if (e.target.checked) {
 				let conflicts = e.target.getAttribute("conflicts");
 				if (conflicts) {
-					document.getElementById(conflicts).checked = false;
+					if (document.getElementById(conflicts).checked) {
+						document.getElementById(conflicts).click();
+					}
 				}
 				let depends = e.target.getAttribute("depends");
 				if (depends) {
-					document.getElementById(depends).checked = true;
+					if (!document.getElementById(depends).checked) {
+						document.getElementById(depends).click();
+					}
 				}
 			}
 		},

+ 1 - 1
install/hst-install-debian.sh

@@ -32,7 +32,7 @@ HESTIA_COMMON_DIR="$HESTIA/install/common"
 VERBOSE='no'
 
 # Define software versions
-HESTIA_INSTALL_VER='1.7.3~alpha'
+HESTIA_INSTALL_VER='1.7.3'
 # Dependencies
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2")
 fpm_v="8.1"

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -32,7 +32,7 @@ HESTIA_COMMON_DIR="$HESTIA/install/common"
 VERBOSE='no'
 
 # Define software versions
-HESTIA_INSTALL_VER='1.7.3~alpha'
+HESTIA_INSTALL_VER='1.7.3'
 # Dependencies
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2")
 fpm_v="8.1"

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
 	"name": "hestia",
 	"private": true,
-	"version": "1.7.3~alpha",
+	"version": "1.7.3",
 	"description": "An open-source Linux web server control panel.",
 	"repository": "https://github.com/hestiacp/hestiacp",
 	"license": "GPL-3.0-or-later",

+ 1 - 1
src/deb/hestia/control

@@ -1,7 +1,7 @@
 Source: hestia
 Package: hestia
 Priority: optional
-Version: 1.7.3~alpha
+Version: 1.7.3
 Section: admin
 Maintainer: HestiaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com

+ 1 - 1
src/rpm/hestia/hestia.spec

@@ -2,7 +2,7 @@
 
 Name:           hestia
 Version:        1.7.3
-Release:        1~alpha%{dist}
+Release:        1%{dist}
 Summary:        Hestia Control Panel
 Group:          System Environment/Base
 License:        GPLv3