Prepare for 5.0.4

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
Isaac Bennetch 2020-10-15 13:48:28 -04:00
parent b33589c2fb
commit e2287c7e4d
5 changed files with 7 additions and 5 deletions

View File

@ -1,11 +1,13 @@
phpMyAdmin - ChangeLog
======================
5.0.4 (not yet released)
5.0.4 (2020-10-15)
- issue #16245 Fix failed Zoom search clears existing values
- issue Fixed a PHP error when reporting a particular JS error
- issue #16326 Fixed latitude and longitude swap for geometries in edit mode
- issue #16032 Fix CREATE TABLE not being tracked when auto tracking is enabled
- issue #16397 Fix compatibility problems with older PHP versions (also issue #16399)
- issue #16396 Fix broken two-factor authentication
5.0.3 (2020-10-09)
- issue #15983 Require twig ^2.9

2
README
View File

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

View File

@ -51,7 +51,7 @@ copyright = u'2012 - 2020, The phpMyAdmin devel team'
# built documents.
#
# The short X.Y version.
version = '5.0.4-dev'
version = '5.0.4'
# The full version, including alpha/beta/rc tags.
release = version

View File

@ -113,7 +113,7 @@ class Config
*/
public function checkSystem(): void
{
$this->set('PMA_VERSION', '5.0.4-dev');
$this->set('PMA_VERSION', '5.0.4');
/* Major version */
$this->set(
'PMA_MAJOR_VERSION',

View File

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