File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11phpMyAdmin - ChangeLog
22======================
33
4+ 5.3.0 (not yet released)
5+
465.2.0 (not yet released)
57- issue #16521 Upgrade Bootstrap to version 5
68- issue #16521 Drop support for Internet Explorer and others
Original file line number Diff line number Diff line change 11phpMyAdmin - Readme
22===================
33
4- Version 5.2 .0-dev
4+ Version 5.3 .0-dev
55
66A web interface for MySQL and MariaDB.
77
Original file line number Diff line number Diff line change 5151# built documents.
5252#
5353# The short X.Y version.
54- version = '5.2 .0-dev'
54+ version = '5.3 .0-dev'
5555# The full version, including alpha/beta/rc tags.
5656release = version
5757
Original file line number Diff line number Diff line change 1414final class Version
1515{
1616 // The VERSION_SUFFIX constant is defined at libraries/constants.php
17- public const VERSION = '5.2 .0-dev ' . VERSION_SUFFIX ;
18- public const SERIES = '5.2 ' ;
17+ public const VERSION = '5.3 .0-dev ' . VERSION_SUFFIX ;
18+ public const SERIES = '5.3 ' ;
1919 public const MAJOR = 5 ;
20- public const MINOR = 2 ;
20+ public const MINOR = 3 ;
2121 public const PATCH = 0 ;
22- public const ID = 50200 ;
22+ public const ID = 50300 ;
2323 public const PRE_RELEASE_NAME = 'dev ' ;
2424 public const IS_DEV = true ;
2525}
Original file line number Diff line number Diff line change 11{
22 "name" : " phpmyadmin" ,
3- "version" : " 5.2 .0-dev" ,
3+ "version" : " 5.3 .0-dev" ,
44 "description" : " A web interface for MySQL and MariaDB" ,
55 "repository" : " https://github.com/phpmyadmin/phpmyadmin.git" ,
66 "author" : " The phpMyAdmin Team <developers@phpmyadmin.net> (https://www.phpmyadmin.net/team/)" ,
You can’t perform that action at this time.
0 commit comments