diff --git a/config/app.php b/config/app.php index bce581ae4..a8a5e27f6 100644 --- a/config/app.php +++ b/config/app.php @@ -33,7 +33,7 @@ return [ | This tells about aplication current version. | */ - 'version' => 'Community 1.9.4', + 'version' => 'Community 1.9.5', /* |-------------------------------------------------------------------------- | Application Name diff --git a/release-notes.txt b/release-notes.txt index 89340d06e..426f49ae7 100644 --- a/release-notes.txt +++ b/release-notes.txt @@ -21,6 +21,12 @@ | | | || | | || | | || | | || | | || | | || | | || | | | | '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' | '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' +|===================================================== +| v1.9.5 (security hot fixt patch2) +|===================================================== +## Bug Fixed + Github issue #446 regarding CSRF + Enabled CSRF token verification to prevent CSRF attacks |===================================================== | v1.9.4 (security hot fixt patch)