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

Release 1.7.4 (#3538)

* Update versions

* Update translations

* Update changelog
Jaap Marcus 2 лет назад
Родитель
Сommit
ae366a0a28

+ 41 - 0
CHANGELOG.md

@@ -2,6 +2,47 @@
 
 All notable changes to this project will be documented in this file.
 
+## [1.7.4] - Service release
+
+### Features
+
+- Build JS/CSS Theme on release (#3525)
+- Refactor away jQuery
+
+### Bugfixes
+
+- Remove Font Awesome "brands" usage (#3535)
+- Make uft8mb4 default charset for databases (#3534)
+- Remove extra slash in SSO url (#3533)
+- Improve Quick Install App password input (#3530)
+- Kill OpenSSL server if its already running before validating SSL certificate (#3505)
+- Improve redirect behaviour (#3503)
+- Fix: PMA SSO for cp panel template (#3493)
+- Fix: Bug in sftp backup (#3489)
+- Improve Quick Install App password input (#3530)
+- Refactor away on click usage on login pages (#3526)
+- Refactor Add/Edit Firewall Rule JS (#3522)
+- Build Alpine.js bundle (#3521)
+- Improve charts JS (#3519)
+- Show spinner when confirming dialog action (#3517)
+- Refactor Edit Web JS/remove jQuery (#3513)
+- Refactor Add/Edit Database JS (#3511)
+- UI updates (#3510)
+- Refactor JS (#3508)
+- Fix #3318 Remove: decrepitation warning MariaDB (#3465)
+- Fix: 3514 Fix UI not matching true value (#3515)
+- Refactor form submit JS (#3502)
+- Refactor JS (#3500)
+- Refactor unlimited input JS (#3495)
+- Tidy JS (#3492)
+- IPV6 compatible prevent CSRF (#3491)
+- Rewrite statistics UI mobile-first (#3490)
+- Refactor JS (#3488)
+- Add Quota info to the user list (#3487)
+- Minor UI updates (#3485)
+- Dynamically load Chart.js bundle (#3480)
+- Refactor JS to use ES modules (#3476)
+
 ## [1.7.3] - Service release
 
 ### Features

+ 1 - 1
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.3 | <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.4 | <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> |

+ 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.4~alpha'
+HESTIA_INSTALL_VER='1.7.4'
 # 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.4~alpha'
+HESTIA_INSTALL_VER='1.7.4'
 # 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.4~alpha",
+	"version": "1.7.4",
 	"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.4~alpha
+Version: 1.7.4
 Section: admin
 Maintainer: HestiaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com

BIN
web/locale/bn/LC_MESSAGES/hestiacp.mo


BIN
web/locale/de/LC_MESSAGES/hestiacp.mo


BIN
web/locale/en/LC_MESSAGES/hestiacp.mo


BIN
web/locale/hu/LC_MESSAGES/hestiacp.mo


BIN
web/locale/it/LC_MESSAGES/hestiacp.mo


BIN
web/locale/ka/LC_MESSAGES/hestiacp.mo


BIN
web/locale/nl/LC_MESSAGES/hestiacp.mo


BIN
web/locale/pl/LC_MESSAGES/hestiacp.mo


BIN
web/locale/pt-br/LC_MESSAGES/hestiacp.mo


BIN
web/locale/pt/LC_MESSAGES/hestiacp.mo


BIN
web/locale/ru/LC_MESSAGES/hestiacp.mo


BIN
web/locale/uk/LC_MESSAGES/hestiacp.mo


BIN
web/locale/zh-cn/LC_MESSAGES/hestiacp.mo


BIN
web/locale/zh-tw/LC_MESSAGES/hestiacp.mo