|
1 | 1 | # Changelog |
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
| 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 | + |
4 | 39 | ## [1.5.4] - Service release |
5 | 40 |
|
6 | 41 | ### Features |
|
0 commit comments