Skip to content

Commit 2583203

Browse files
authored
Release of 1.5.5 (hestiacp#2380)
* Update Filegator + Dependencies for Filegator * Add /bin/ to command * Add checks in installer for existing Hestia install * Upgrade PHPMyadmin version * Update versions * Update translations en, de, hu, nl, ru, uk and zh-tw * Update readme * Adjust version in installer and force update templates * Include SFTP adapter again
1 parent 25c7553 commit 2583203

File tree

16 files changed

+871
-782
lines changed

16 files changed

+871
-782
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [1.5.5] - Service release
5+
6+
### Features
7+
8+
- Improve default php-fpm.conf files. (#2318, #2343)
9+
- Notify user when a suspended user tries to login (#2310, #2345)
10+
- Allow setting default web install templates for Quick install (#2344) (https://github.com/hestiacp/hestia-quick-install)
11+
- Improve security how apt keys are downloaded #2299 (https://blog.cloudflare.com/dont-use-apt-key/)
12+
- Allow users to set system php version in Web GUI (#2357)
13+
- Added a link to the firewall in list services (#2371) @fra81
14+
15+
### Changes
16+
17+
- Modify template warning #2346
18+
- Removed 127.0.0.1 from the default accepted ip list api. (#2325)
19+
- Update translations
20+
21+
### Bugfixes
22+
23+
- Update CSS to prevent wrapping in email info box (#2353) @chriscapisce
24+
- Remove unwanted debug information regarding PhpMyAdmin SSO causing emails to be send to administrator
25+
- Allow the use of 8 name servers for DNS templates (Gmail, Zoho and Office 365) (#2369, #2370)
26+
- Fixed an issue where databases where not able to backup if it required custom settings
27+
- Allow users to edit default.pkg again. On new installs the default admin user will get assigned a new system.pkg (#2365)
28+
- Disable enabling PMA SSO when Api was disabled + Added link to FAQ for frequently asked questions. (#2365)
29+
- Remove error_reporting(null) and allow all errors to be logged in /var/log/hestia/nginx-error.log (#2365)
30+
- Fixed an issue where value "Allow suspended wasn't saved" (#2356, #2355)
31+
- Fixed and issue where AUTH_USER and AUTH_HASH was not present and there for during rebuild caused issues with Nginx (#2350, #2355)
32+
33+
### Dependencies
34+
35+
- Update PHPmyadmin to 5.1.2 (https://www.phpmyadmin.net/files/5.1.2/)
36+
- Update Filegator to 7.7.1 (https://github.com/filegator/filegator/releases/tag/v7.7.1)
37+
- Update B2CLI to 3.2.0 (https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v3.2.0) (#2349) @ptrinh
38+
439
## [1.5.4] - Service release
540

641
### Features

README.md

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

33
[Hestia Control Panel](https://www.hestiacp.com/)
44
==================================================
5-
**Latest stable release:** Version 1.5.4 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md) | [![Build Status](https://drone.hestiacp.com/api/badges/hestiacp/hestiacp/status.svg?ref=refs/heads/main)](https://drone.hestiacp.com/hestiacp/hestiacp) <br>
5+
**Latest stable release:** Version 1.5.5 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md) | [![Build Status](https://drone.hestiacp.com/api/badges/hestiacp/hestiacp/status.svg?ref=refs/heads/main)](https://drone.hestiacp.com/hestiacp/hestiacp) <br>
66

77
**Web:** [www.hestiacp.com](https://www.hestiacp.com/)<br>
88
**Documentation:** [docs.hestiacp.com](https://docs.hestiacp.com/)<br>

0 commit comments

Comments
 (0)