Update master to 5.0.0-dev
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
parent
6afb0f6587
commit
88022c62e3
@ -1,7 +1,7 @@
|
||||
phpMyAdmin - ChangeLog
|
||||
======================
|
||||
|
||||
4.9.0 (not yet released)
|
||||
5.0.0 (not yet released)
|
||||
|
||||
4.8.1 (not yet released)
|
||||
|
||||
|
||||
2
README
2
README
@ -1,7 +1,7 @@
|
||||
phpMyAdmin - Readme
|
||||
===================
|
||||
|
||||
Version 4.9.0-dev
|
||||
Version 5.0.0-dev
|
||||
|
||||
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.0-dev'
|
||||
version = '5.0.0-dev'
|
||||
# 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.0-dev');
|
||||
$this->set('PMA_VERSION', '5.0.0-dev');
|
||||
/* Major version */
|
||||
$this->set(
|
||||
'PMA_MAJOR_VERSION',
|
||||
|
||||
@ -93,7 +93,7 @@ class ThemeTest extends PmaTestCase
|
||||
$this->object->setPath('./test/classes/_data/gen_version_info');
|
||||
$this->assertTrue($this->object->loadInfo());
|
||||
$this->assertEquals('Test Theme', $this->object->getName());
|
||||
$this->assertEquals('4.9', $this->object->getVersion());
|
||||
$this->assertEquals('5.0', $this->object->getVersion());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Test Theme",
|
||||
"version": "4.9",
|
||||
"version": "5.0",
|
||||
"author": "phpMyAdmin developers",
|
||||
"url": "https://www.phpmyadmin.net/",
|
||||
"supports": ["4.9"]
|
||||
"supports": ["5.0"]
|
||||
}
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "Original",
|
||||
"version": "4.9",
|
||||
"version": "5.0",
|
||||
"description": "Original phpMyAdmin theme",
|
||||
"author": "phpMyAdmin developers",
|
||||
"url": "https://www.phpmyadmin.net/",
|
||||
"supports": ["4.9"]
|
||||
"supports": ["5.0"]
|
||||
}
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "pmahomme",
|
||||
"version": "4.9",
|
||||
"version": "5.0",
|
||||
"description": "Default phpMyAdmin theme",
|
||||
"author": "phpMyAdmin developers",
|
||||
"url": "https://www.phpmyadmin.net/",
|
||||
"supports": ["4.9"]
|
||||
"supports": ["5.0"]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user