diff --git a/config/app.php b/config/app.php index b99621370..bce581ae4 100644 --- a/config/app.php +++ b/config/app.php @@ -33,7 +33,7 @@ return [ | This tells about aplication current version. | */ - 'version' => 'Community 1.9.3', + 'version' => 'Community 1.9.4', /* |-------------------------------------------------------------------------- | Application Name @@ -42,7 +42,7 @@ return [ | This Applocation name is used for installation and update checking | */ - 'name' => 'Faveo Helpdesk Pro', + 'name' => 'Faveo Helpdesk Community', /* |-------------------------------------------------------------------------- | Application URL diff --git a/release-notes.txt b/release-notes.txt index 787eaaced..89340d06e 100644 --- a/release-notes.txt +++ b/release-notes.txt @@ -1,3 +1,34 @@ + .----------------. .----------------. .----------------. .----------------. .----------------. +| .--------------. || .--------------. || .--------------. || .--------------. || .--------------. | +| | _________ | || | __ | || | ____ ____ | || | _________ | || | ____ | | +| | |_ ___ | | || | / \ | || ||_ _| |_ _| | || | |_ ___ | | || | .' `. | | +| | | |_ \_| | || | / /\ \ | || | \ \ / / | || | | |_ \_| | || | / .--. \ | | +| | | _| | || | / ____ \ | || | \ \ / / | || | | _| _ | || | | | | | | | +| | _| |_ | || | _/ / \ \_ | || | \ ' / | || | _| |___/ | | || | \ `--' / | | +| | |_____| | || ||____| |____|| || | \_/ | || | |_________| | || | `.____.' | | +| | | || | | || | | || | | || | | | +| '--------------' || '--------------' || '--------------' || '--------------' || '--------------' | + '----------------' '----------------' '----------------' '----------------' '----------------' + + .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. +| .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. | +| | ____ ____ | || | _________ | || | _____ | || | ______ | || | ________ | || | _________ | || | _______ | || | ___ ____ | | +| | |_ || _| | || | |_ ___ | | || | |_ _| | || | |_ __ \ | || | |_ ___ `. | || | |_ ___ | | || | / ___ | | || | |_ ||_ _| | | +| | | |__| | | || | | |_ \_| | || | | | | || | | |__) | | || | | | `. \ | || | | |_ \_| | || | | (__ \_| | || | | |_/ / | | +| | | __ | | || | | _| _ | || | | | _ | || | | ___/ | || | | | | | | || | | _| _ | || | '.___`-. | || | | __'. | | +| | _| | | |_ | || | _| |___/ | | || | _| |__/ | | || | _| |_ | || | _| |___.' / | || | _| |___/ | | || | |`\____) | | || | _| | \ \_ | | +| | |____||____| | || | |_________| | || | |________| | || | |_____| | || | |________.' | || | |_________| | || | |_______.' | || | |____||____| | | +| | | || | | || | | || | | || | | || | | || | | || | | | +| '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' | + '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' + +|===================================================== +| v1.9.4 (security hot fixt patch) +|===================================================== +## Bug Fixed + Github issue #446 regarding CSRF + Enabled CSRF token verification to prevent CSRF attacks + |===================================================== | v1.9.3 (hot fix)