Prepare for release 4.9.0

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
Isaac Bennetch 2019-06-04 10:45:01 -04:00
parent 5fba017127
commit 519c32bc08
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
4.8.6 (not yet released)
4.9.0 (2019-06-04)
- issue #14478 phpMyAdmin no longer streams the export data
- issue #14514 Tables with SYSTEM VERSIONING show up as views instead of tables
- issue #14515 Values cannot be edited in SYSTEM VERSIONING tables with INVISIBLE timestamps

2
README
View File

@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
Version 4.8.6-dev
Version 4.9.0
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.8.6-dev'
version = '4.9.0'
# 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.8.6-dev');
$this->set('PMA_VERSION', '4.9.0');
/* Major version */
$this->set(
'PMA_MAJOR_VERSION',

View File

@ -1,6 +1,6 @@
{
"name": "phpmyadmin",
"version": "4.8.6-dev",
"version": "4.9.0",
"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/)",