Skip to content

Commit ae366a0

Browse files
authored
Release 1.7.4 (hestiacp#3538)
* Update versions * Update translations * Update changelog
1 parent b024c68 commit ae366a0

File tree

20 files changed

+46
-5
lines changed

20 files changed

+46
-5
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,47 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.7.4] - Service release
6+
7+
### Features
8+
9+
- Build JS/CSS Theme on release (#3525)
10+
- Refactor away jQuery
11+
12+
### Bugfixes
13+
14+
- Remove Font Awesome "brands" usage (#3535)
15+
- Make uft8mb4 default charset for databases (#3534)
16+
- Remove extra slash in SSO url (#3533)
17+
- Improve Quick Install App password input (#3530)
18+
- Kill OpenSSL server if its already running before validating SSL certificate (#3505)
19+
- Improve redirect behaviour (#3503)
20+
- Fix: PMA SSO for cp panel template (#3493)
21+
- Fix: Bug in sftp backup (#3489)
22+
- Improve Quick Install App password input (#3530)
23+
- Refactor away on click usage on login pages (#3526)
24+
- Refactor Add/Edit Firewall Rule JS (#3522)
25+
- Build Alpine.js bundle (#3521)
26+
- Improve charts JS (#3519)
27+
- Show spinner when confirming dialog action (#3517)
28+
- Refactor Edit Web JS/remove jQuery (#3513)
29+
- Refactor Add/Edit Database JS (#3511)
30+
- UI updates (#3510)
31+
- Refactor JS (#3508)
32+
- Fix #3318 Remove: decrepitation warning MariaDB (#3465)
33+
- Fix: 3514 Fix UI not matching true value (#3515)
34+
- Refactor form submit JS (#3502)
35+
- Refactor JS (#3500)
36+
- Refactor unlimited input JS (#3495)
37+
- Tidy JS (#3492)
38+
- IPV6 compatible prevent CSRF (#3491)
39+
- Rewrite statistics UI mobile-first (#3490)
40+
- Refactor JS (#3488)
41+
- Add Quota info to the user list (#3487)
42+
- Minor UI updates (#3485)
43+
- Dynamically load Chart.js bundle (#3480)
44+
- Refactor JS to use ES modules (#3476)
45+
546
## [1.7.3] - Service release
647

748
### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<h2 align="center">Lightweight and powerful control panel for the modern web</h2>
66

7-
<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>
7+
<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>
88

99
<p align="center">
1010
<a href="https://www.hestiacp.com/">HestiaCP.com</a> |

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ HESTIA_COMMON_DIR="$HESTIA/install/common"
3232
VERBOSE='no'
3333

3434
# Define software versions
35-
HESTIA_INSTALL_VER='1.7.4~alpha'
35+
HESTIA_INSTALL_VER='1.7.4'
3636
# Dependencies
3737
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2")
3838
fpm_v="8.1"

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ HESTIA_COMMON_DIR="$HESTIA/install/common"
3232
VERBOSE='no'
3333

3434
# Define software versions
35-
HESTIA_INSTALL_VER='1.7.4~alpha'
35+
HESTIA_INSTALL_VER='1.7.4'
3636
# Dependencies
3737
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2")
3838
fpm_v="8.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hestia",
33
"private": true,
4-
"version": "1.7.4~alpha",
4+
"version": "1.7.4",
55
"description": "An open-source Linux web server control panel.",
66
"repository": "https://github.com/hestiacp/hestiacp",
77
"license": "GPL-3.0-or-later",

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.7.4~alpha
4+
Version: 1.7.4
55
Section: admin
66
Maintainer: HestiaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com
13.5 KB
Binary file not shown.
31 Bytes
Binary file not shown.
35 Bytes
Binary file not shown.
30 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)