Skip to content

Commit c5309c1

Browse files
committed
Update changelog
+ Improve v-add-fastcgi error message
1 parent 67c97b2 commit c5309c1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

bin/v-add-fastcgi-cache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]'
3535
is_format_valid 'user' 'domain'
3636
is_object_valid 'user' 'USER' "$user"
3737
is_object_unsuspended 'user' 'USER' "$user"

0 commit comments

Comments
 (0)