@@ -3,56 +3,56 @@ All notable changes to this project will be documented in this file.
33
44## [ CURRENT] - Development
55### Features
6- - Add read only/demo mode function if DEMO_MODE is set to yes in hestia.conf.
7- - Add php-imagick module to installer and upgrade scripts.
8- - Add recidive filter function to fail2ban.
9- - Refactored multiphp functionality. Multiphp will be enabled by default on new installations.
10- - Allow admin user to add or remove php versions from webui ( edit/server->"Web Server" page).
6+ - Added read only/demo mode function if DEMO_MODE is set to yes in hestia.conf.
7+ - Added php-imagick module to installer and upgrade scripts.
8+ - Added recidive filter function to fail2ban.
9+ - Refactored MultiPHP functionality. MultiPHP will be enabled by default on new installations.
10+ - Allowed admin user to add or remove PHP versions from webui (edit/server->"Web Server" page).
1111
1212### Bugfixes
13- - Add a detection of web root for add .well-known acme challenge.
14- - Rework Let's Encrypt acme staging to use hestia conform standard.
15- - Fix if condition, use nginx for Let's Encrypt acme request if present.
16- - Rework v-add-sys-ip, remove centos/redhat support and rework conditions.
17- - Enable hsts and force ssl on v-add-letsencrypt-host.
18- - Prevent login action for webmail in list user view.
19- - Remove hardcoded mail in helo data (cosmetic fix).
20- - Fix sftp server validation check, thanks to @dbannik !
21- - Implement warning message for creating web domains under admin user.
22- - v-generate-api-key: Fix wrong quotes used for default keys folder location.
23- - Fix permissions to allow acces for ftp users created in web domains under admin account.
24- - Remove old Vesta Filemanager files completly
13+ - Added a detection of web root for add .well-known ACME challenge.
14+ - Reworked Let's Encrypt ACME staging to use hestia conform standard.
15+ - Fixed if condition, use Nginx for Let's Encrypt ACME request if present.
16+ - Reworked v-add-sys-ip, removed CentOS/Red Hat support and reworked conditions.
17+ - Enabled HSTS and force SSL on v-add-letsencrypt-host.
18+ - Prevented login action for webmail in list user view.
19+ - Removed hardcoded mail in HELO data (cosmetic fix).
20+ - Fixed SFTP server validation check, thanks to @dbannik !
21+ - Implemented warning message for creating web domains under admin user.
22+ - v-generate-api-key: Fixed wrong quotes used for default keys folder location.
23+ - Fixed permissions to allow access for FTP users created in web domains under admin account.
24+ - Removed obsolete Vesta Filemanager files completely.
2525
2626## [ 1.0.4] - 2019-07-09 - Hotfix
2727### Bugfixes
28- - Delay start of services to prevent restart liimit
28+ - Delayed start of services to prevent restart limit.
2929
3030## [ 1.0.3] - 2019-07-09 - Hotfix
3131### Bugfixes
32- - Fix Let's Encrypt Mail SSL permission issue
32+ - Fixed Let's Encrypt Mail SSL permission issue.
3333
3434## [ 1.0.1] - 2019-06-25
3535### Features
36- - Improved support for Let's Encrypt certificate generation
37- - Addition of Let's Encrypt support for Control Panel – see v-add-letsencrypt-host
38- - Enabled use of per-domain SSL certificates for inbound and outbound mail services
39- - Consolidated template structure, removing over 50% duplicate code
40- - Re-organized file system structure for domain configuration files
41- - Added the ability to change release branches through the user interface and command line
42- - Added the ability to update using Git from the command line - see v-sys-update-hestia-git
43- - Implemented support for SFTP chroot jails
36+ - Improved support for Let's Encrypt certificate generation.
37+ - v-add-letsencrypt-host: Added Let's Encrypt support for Control Panel's own SSL.
38+ - Enabled use of per-domain SSL certificates for inbound and outbound mail services.
39+ - Consolidated template structure, removing over 50% duplicate code.
40+ - Re-organised file system structure for domain configuration files.
41+ - Added the ability to change release branches through the user interface and the command line.
42+ - v-sys-update-hestia-git: Added the ability to update using Git from the command line.
43+ - Implemented support for SFTP chroot jails.
4444- A newly redesigned user interface which features:
4545 - A softer color palette which better matches the Hestia Control Panel logo colors.
46- - A consolidated overview of domains and other information
47- - Improved navigation paths to make things easier to find
48- - Improved compatibility when viewing the Control Panel interface from a mobile device
49- - Improved handling of mail domain DNS zone values
50- - Enabled OCSP stapling on SSL-enabled web domains
51- - Enabled support for HTTP Strict Transport Security on SSL-enabled web domains in the system backend– see v-change-web-domain-hsts
52- - Improved logging and console output during new installations and upgrades
46+ - A consolidated overview of domains and other information.
47+ - Improved navigation paths to make things easier to find.
48+ - Improved compatibility when viewing the Control Panel interface from a mobile device.
49+ - Improved handling of mail domain DNS zone values.
50+ - Enabled OCSP stapling on SSL-enabled web domains.
51+ - v-change-web-domain-hsts: Enabled support for HTTP Strict Transport Security (HSTS) on SSL.
52+ - Improved logging and console output during new installations and upgrades.
5353
5454### Bugfixes
55- - Fixed issues with HTTP-to-HTTPS redirecton
55+ - Fixed issues with HTTP-to-HTTPS redirecton.
5656- Fixed an issue where another website would load if browsing to a non-SSL enabled domaing using HTTPS.
5757
5858## [ 1.0.0-190618] - 2019-06-25
@@ -64,7 +64,7 @@ All notable changes to this project will be documented in this file.
6464
6565## [ 0.9.8-28] - 2019-05-16
6666### Features
67- - Implement force ssl function for web domains
67+ - Implemented force SSL function for web domains.
6868
6969### Bugfixes
7070-
0 commit comments