|
1 | 1 | # Changelog |
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
| 4 | +# Changelog |
| 5 | +All notable changes to this project will be documented in this file. |
| 6 | + |
| 7 | +## [1.6.8] - Service release |
| 8 | + |
| 9 | +### Features |
| 10 | + |
| 11 | +- Update default php settings (#2849 #2635) |
| 12 | + |
| 13 | +### Security |
| 14 | + |
| 15 | +- Fix issue in is_hestia_package (#2889) |
| 16 | + |
| 17 | +### Bugfixes |
| 18 | + |
| 19 | +- Force update composer to v2 instead of v1 when no version is provided (#2839 #2777) |
| 20 | +- Fixed an issue with v-change-web-domain-owner and mail only domains (#2840, #2841) |
| 21 | +- Grey out phpmyadmin buttons + add link to docs.hestia.com for support (#2843) |
| 22 | +- Block the use of CNAME records on @ or root records DNS domain (#2838, #2842) |
| 23 | +- Code clean up and remove unused tests and templates (#2829 and #2831) |
| 24 | +- Fixed an issue where no password was send when a user create a new mail account (#2819 #2815) |
| 25 | +- Fixed an issue with Proxmox LXC and hostnames (#2819 #2048) |
| 26 | +- Improve new email account email send to the user (#2819 #1417) |
| 27 | +- Improve buffers nginx.conf (#2796) |
| 28 | +- Improve Letsencrypt error message (#1804 #2854) |
| 29 | +- Fixed an issue with error logs failed login attempts (#2853) |
| 30 | +- Fixed and issue with saving UTC time zone in Edit server (#2851 #2853) |
| 31 | +- Fixed an issue with sshd not running but still showing up in rare cases (#2850 @manuelserol) |
| 32 | +- Improve error message "Domain already exists" when the "main" domain belonged to an other user (#2848 #2771) |
| 33 | +- Fixed an issue with v-delete-letsencrypt not working when deleting a mail domains SSL (#2878) |
| 34 | +- Fixed an issue with storing B2 Secret key in b2.conf (#2843) |
| 35 | +- Update jail.local with example to add ignore ip (#2856) |
| 36 | +- Add use_temp_path to no to slightly speedup caching (#2855) |
| 37 | +- Fix small php errors (#2863 #2857 @YacineSahli) |
| 38 | +- Fixed an issue API and DNS cluster over multiple servers where username/password and hash where mixed (#2888) |
| 39 | +- Add option to use custom javascript code (#2747) |
| 40 | +- Add "v-rebuild-dns-domains" to sync-dns-cluster options |
| 41 | +- Fixed an issue with Yescript and api (#2899) |
| 42 | +- Add logrotate config for Roundcube (#2868 #2904) |
| 43 | +- Fixed an issue with session files in /tmp/ folder caused by /web/inc/mail-wrapper.php (#2904) |
| 44 | +- Fixed an issue with v-restore-user does not delete old database before restoring causing new tables to remain exists (#2911 #2909) |
| 45 | +- Fixed an issue with deleting mail account does not remove ratelimit for that email account (#2905 #2903) |
| 46 | + |
| 47 | +### Enhancements |
| 48 | + |
| 49 | +- Clean up / decrease size of images, favicons, javascript, css and html (#2879, #2871, #2872, #2873, #2884, #2883, #2879 @AlecRust) |
| 50 | + |
| 51 | +### Dependencies |
| 52 | + |
| 53 | +- Update hestia-nginx to 1.23.1 |
| 54 | +- Update hestia-php to 8.1.9 |
| 55 | +- Update animate.js to 3.0.2 (#2879) |
| 56 | +- Update normalize.css to 3.0.3 (#2875) |
| 57 | +- Update jQuery to 3.6.1 (#2885) |
| 58 | +- Update MediaWiki to 1.38.2 |
| 59 | +- Update PHPmailer to 6.6.4 |
| 60 | +- Update Blackblaze CLI to 3.5.0 |
| 61 | + |
4 | 62 | ## [1.6.7] - Service release |
5 | 63 |
|
6 | 64 | ### Bugfixes |
|
0 commit comments