Skip to content

Commit b5fbb21

Browse files
committed
Update changelog + version
1 parent cfbecdd commit b5fbb21

File tree

2 files changed

+59
-1
lines changed

2 files changed

+59
-1
lines changed

CHANGELOG.md

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

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+
462
## [1.6.7] - Service release
563

664
### Bugfixes

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.6.7 | [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.6.8 | [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)