You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Prepare Release of 1.5.9
* Update translations
* Update versions
* Remove Vesta Filemanger list directory
* Small bugs due to xss changes
* Typo in function name...
* And remove not needed line
* Fix linting error
* Fix mysql error in installer
* Fix error in push to apt script
* Fix multiple more issues
* Consolidate upgrade messages and include version for third party software. (hestiacp#2435)
* Fix bug with $user and escapeshellarg breaking certian features
* Update changelogs
Co-authored-by: Raphael Schneeberger <rs@scit.ch>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,20 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+
## [1.5.9] - Service release
5
+
6
+
### Bugfixes
7
+
8
+
- Fixed multiple XSS vulnerabilities in the web user interface. [CVE-2022-0752](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0752) / [CVE-2022-0753](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0753)
9
+
- Fixed an issues with mariadb.sys user didn't work properly on MariaDB 10.6.x installs #2427
10
+
- Change ipverse.net urls to new format hosted on Github #2429 and forum
11
+
- Allow PTR to be used on domain.com
12
+
13
+
### Dependencies
14
+
15
+
- Update PHPMailer to 6.6.0 (https://github.com/PHPMailer/PHPMailer/releases/tag/v6.6.0)
16
+
- Update Filegator to 7.7.2 (https://github.com/filegator/filegator/releases/tag/v7.7.2)
0 commit comments