From cbf2cb0a2c536098847472b54fb87af311fc5860 Mon Sep 17 00:00:00 2001 From: Manish Verma Date: Mon, 15 May 2017 16:32:24 +0530 Subject: [PATCH] release updates --- config/app.php | 2 +- release-notes.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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)