Prepare for version 4.9.4

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
Isaac Bennetch 2020-01-07 14:10:45 -05:00
parent ce10567b74
commit fa53b374ad
5 changed files with 6 additions and 5 deletions

View File

@ -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

2
README
View File

@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
Version 4.9.3
Version 4.9.4
A web interface for MySQL and MariaDB.

View File

@ -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

View File

@ -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',

View File

@ -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 <developers@phpmyadmin.net> (https://www.phpmyadmin.net/team/)",