From f2eb84011c421b23161e5e342827da79502eed27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 19 Jun 2017 09:54:03 +0200 Subject: [PATCH] Document when the feature has been added MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- doc/config.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/config.rst b/doc/config.rst index f9ddf630ac..62a63f82cd 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -89,6 +89,10 @@ Basic settings :type: string :default: ``'auto'`` + .. versionadded:: 4.8.0 + + This is supported since phpMyAdmin 4.8.0. + Configure authentication logging destination. Failed (or all, depending on :config:option:`$cfg['AuthLogSuccess']`) authentication attempts will be logged according to this directive: @@ -116,6 +120,10 @@ Basic settings :type: boolean :default: false + .. versionadded:: 4.8.0 + + This is supported since phpMyAdmin 4.8.0. + Whether to log successful authentication attempts into :config:option:`$cfg['AuthLog']`.