Skip to content

Commit 2036f78

Browse files
committed
Update version + changelog
1 parent 38abf0a commit 2036f78

File tree

3 files changed

+57
-1
lines changed

3 files changed

+57
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,40 @@ All notable changes to this project will be documented in this file.
1818

1919
### Dependencies
2020

21+
## [1.6.13] - Service release
22+
23+
### Bugfixes
24+
25+
- Fix issue with php8.2-imagick not availble
26+
- Fixed an issue with Letsnecrypt and no mail features enabled (#2930 #2931)
27+
28+
## [1.6.12] - Service release
29+
30+
### Features
31+
32+
- Add support for PHP 8.2
33+
34+
### Bugfixes
35+
36+
- Fixed an issue with Europe/Kyiv not existing in Debian / Ubuntu causing issues with saving (#3031 #2971)
37+
- Fixed an issue with v-backup-user loop when the user is unable to create a temp folder or not enough space (#2923 #3019)
38+
- Fixed an issue with restarting with via api (#1236 #30230)
39+
- Fixed an issue with \*.co.uk and similar domains that does not create a www alias (#1750 and #3030)
40+
- Fixed an issue with enabling mysqld-iptables (#3035 @Krzysiek86 @neto373)
41+
- Add an alias for composer in bash_aliases (#3070 @madito)
42+
- Fix issues with multiple ips and hostname in installers (#3068)
43+
- Fixed an issue with Nginx + Apache2 settup and clearing proxy cache (#3060)
44+
- Update Wordpress to avoid caching of Wordpress Rest API (#3069 @niktest)
45+
- Fixed an issue with firewall and IPset tables shorter then 10 records (#3110 @myrevery)
46+
- Delete rrd database on deleting database host
47+
- Fixed an issue where a user was unable to change database user #3051
48+
- Fixed an issue with unsuspend database user permissions (remote) #3011 #3046
49+
- Fixed an issue with v-add-domain and package doesn't allow mail / web or DNS domains
50+
51+
### Dependencies
52+
53+
- Update PHPmailer to 6.7.1
54+
2155
## [1.6.11] - Service release
2256

2357
### Important

README.md

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

55
<h2 align="center">Lightweight and powerful control panel for the modern web.</h2>
66

7-
<p align="center"><strong>Latest stable release:</strong> Version 1.6.11 | <a href="https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md">View Changelog</a></p>
7+
<p align="center"><strong>Latest stable release:</strong> Version 1.6.13 | <a href="https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md">View Changelog</a></p>
88

99
<p align="center">
1010
<a href="https://www.hestiacp.com/">HestiaCP.com</a> |

install/upgrade/versions/1.6.13.sh

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#!/bin/bash
2+
3+
# Hestia Control Panel upgrade script for target version 1.6.13
4+
5+
#######################################################################################
6+
####### Place additional commands below. #######
7+
#######################################################################################
8+
####### Pass through information to the end user in case of a issue or problem #######
9+
####### #######
10+
####### Use add_upgrade_message "My message here" to include a message #######
11+
####### in the upgrade notification email. Example: #######
12+
####### #######
13+
####### add_upgrade_message "My message here" #######
14+
####### #######
15+
####### You can use \n within the string to create new lines. #######
16+
#######################################################################################
17+
18+
upgrade_config_set_value 'UPGRADE_UPDATE_WEB_TEMPLATES' 'no'
19+
upgrade_config_set_value 'UPGRADE_UPDATE_DNS_TEMPLATES' 'no'
20+
upgrade_config_set_value 'UPGRADE_UPDATE_MAIL_TEMPLATES' 'no'
21+
upgrade_config_set_value 'UPGRADE_REBUILD_USERS' 'no'
22+
upgrade_config_set_value 'UPGRADE_UPDATE_FILEMANAGER_CONFIG' 'false'

0 commit comments

Comments
 (0)