Prepare for version 4.9.3
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
parent
ed932e87d6
commit
ed048bd10f
@ -1,7 +1,7 @@
|
||||
phpMyAdmin - ChangeLog
|
||||
======================
|
||||
|
||||
4.9.3 (not yet released)
|
||||
4.9.3 (2019-12-26)
|
||||
- issue #15570 Fix page contents go underneath of floating menubar in some cases
|
||||
- issue #15591 Fix php notice 'Undefined index: foreign_keys_data' on relations view when the user has column access
|
||||
- issue #15592 Fix php warning "error_reporting() has been disabled for security reasons"
|
||||
|
||||
2
README
2
README
@ -1,7 +1,7 @@
|
||||
phpMyAdmin - Readme
|
||||
===================
|
||||
|
||||
Version 4.9.3-dev
|
||||
Version 4.9.3
|
||||
|
||||
A web interface for MySQL and MariaDB.
|
||||
|
||||
|
||||
@ -51,7 +51,7 @@ copyright = u'2012 - 2018, The phpMyAdmin devel team'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '4.9.3-dev'
|
||||
version = '4.9.3'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
||||
@ -116,7 +116,7 @@ class Config
|
||||
*/
|
||||
public function checkSystem()
|
||||
{
|
||||
$this->set('PMA_VERSION', '4.9.3-dev');
|
||||
$this->set('PMA_VERSION', '4.9.3');
|
||||
/* Major version */
|
||||
$this->set(
|
||||
'PMA_MAJOR_VERSION',
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "phpmyadmin",
|
||||
"version": "4.9.3-dev",
|
||||
"version": "4.9.3",
|
||||
"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/)",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user