From fa53b374ad35d67e4ebc83cd6ca50034ef0e48a9 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Tue, 7 Jan 2020 14:10:45 -0500 Subject: [PATCH] Prepare for version 4.9.4 Signed-off-by: Isaac Bennetch --- ChangeLog | 3 ++- README | 2 +- doc/conf.py | 2 +- libraries/classes/Config.php | 2 +- package.json | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9378de9421..4155b78c20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,9 @@ phpMyAdmin - ChangeLog ====================== -4.9.4 (not yet released) +4.9.4 (2020-01-07) - issue #15724 Fix 2FA was disabled by a bug +- issue [security] Fix SQL injection vulnerability on the user accounts page (PMASA-2020-1) 4.9.3 (2019-12-26) - issue #15570 Fix page contents go underneath of floating menubar in some cases diff --git a/README b/README index 9ce037843c..c436d5f965 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.9.3 +Version 4.9.4 A web interface for MySQL and MariaDB. diff --git a/doc/conf.py b/doc/conf.py index f8073c52cc..253f1d9c7e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,7 +51,7 @@ copyright = u'2012 - 2018, The phpMyAdmin devel team' # built documents. # # The short X.Y version. -version = '4.9.3' +version = '4.9.4' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/classes/Config.php b/libraries/classes/Config.php index 1010ff8431..d609cf1ae5 100644 --- a/libraries/classes/Config.php +++ b/libraries/classes/Config.php @@ -116,7 +116,7 @@ class Config */ public function checkSystem() { - $this->set('PMA_VERSION', '4.9.3'); + $this->set('PMA_VERSION', '4.9.4'); /* Major version */ $this->set( 'PMA_MAJOR_VERSION', diff --git a/package.json b/package.json index 224d07a033..16e4b679f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phpmyadmin", - "version": "4.9.3", + "version": "4.9.4", "description": "A web interface for MySQL and MariaDB", "repository": "https://github.com/phpmyadmin/phpmyadmin.git", "author": "The phpMyAdmin Team (https://www.phpmyadmin.net/team/)",