Browse Source

Update changelog

+ Improve v-add-fastcgi error message
Jaap Marcus 4 years ago
parent
commit
c5309c142b
2 changed files with 6 additions and 4 deletions
  1. 5 3
      CHANGELOG.md
  2. 1 1
      bin/v-add-fastcgi-cache

+ 5 - 3
CHANGELOG.md

@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
 ### Features
 
 - Include DMARC record in DNS record list #1836
-- Enabled phpMyAdmin Single Sign On support
+- Enabled phpMyAdmin Single Sign On support #1460
 - Add command to add / delete from API_ALLOWED_IP list (#1904)
 
 ### Bugfixes
@@ -22,9 +22,11 @@ All notable changes to this project will be documented in this file.
 - Keep changes made by /install/upgrade/manual/install_awstats_geopip.sh on update HestiaCP (via Discord)
 - Refactor/improve PHP and HTML code @s0t (#1860)
 - Fixed XSS vulnerability in login page and a few other locations @briansemrau / @numanturle
-- Delete old session after after session_regenerate_id() @briansemrau
+- Delete old session after session_regenerate_id() @briansemrau
 - Improve error message when domain all ready exists on different account.
-- Fixed an issue where phpmyadmin did not update when Postgresql was availble.
+- Fixed an issue where phpmyadmin did not update when Postgresql was available.
+- Webmail clients set to rainloop where not able to create a SSL certificate via LE #1913
+- Fixed an issue where plugin-hestia-change-pasword did not change the port on v-change-sys-port (Rainloop) #1895
 
 ## [1.4.2] - Service release
 

+ 1 - 1
bin/v-add-fastcgi-cache

@@ -31,7 +31,7 @@ source $HESTIA/conf/hestia.conf
 #                    Verifications                         #
 #----------------------------------------------------------#
 
-check_args '2' "$#" 'USER DOMAIN DEBUG'
+check_args '2' "$#" 'USER DOMAIN [DURATION] [DEBUG] [RESTART]'
 is_format_valid 'user' 'domain'
 is_object_valid 'user' 'USER' "$user"
 is_object_unsuspended 'user' 'USER' "$user"