File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66### Features
77
88- Include DMARC record in DNS record list #1836
9- - Enabled phpMyAdmin Single Sign On support
9+ - Enabled phpMyAdmin Single Sign On support # 1460
1010- Add command to add / delete from API_ALLOWED_IP list (#1904 )
1111
1212### Bugfixes
@@ -22,9 +22,11 @@ All notable changes to this project will be documented in this file.
2222- Keep changes made by /install/upgrade/manual/install_awstats_geopip.sh on update HestiaCP (via Discord)
2323- Refactor/improve PHP and HTML code @s0t (#1860 )
2424- Fixed XSS vulnerability in login page and a few other locations @briansemrau / @numanturle
25- - Delete old session after after session_regenerate_id() @briansemrau
25+ - Delete old session after session_regenerate_id() @briansemrau
2626- Improve error message when domain all ready exists on different account.
27- - Fixed an issue where phpmyadmin did not update when Postgresql was availble.
27+ - Fixed an issue where phpmyadmin did not update when Postgresql was available.
28+ - Webmail clients set to rainloop where not able to create a SSL certificate via LE #1913
29+ - Fixed an issue where plugin-hestia-change-pasword did not change the port on v-change-sys-port (Rainloop) #1895
2830
2931## [ 1.4.2] - Service release
3032
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ source $HESTIA/conf/hestia.conf
3131# Verifications #
3232# ----------------------------------------------------------#
3333
34- check_args ' 2' " $# " ' USER DOMAIN DEBUG'
34+ check_args ' 2' " $# " ' USER DOMAIN [DURATION] [ DEBUG] [RESTART] '
3535is_format_valid ' user' ' domain'
3636is_object_valid ' user' ' USER' " $user "
3737is_object_unsuspended ' user' ' USER' " $user "
You can’t perform that action at this time.
0 commit comments