Prepare for 4.7.6 release
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
parent
1737e8f036
commit
b58d0b5ae9
@ -1,7 +1,7 @@
|
||||
phpMyAdmin - ChangeLog
|
||||
======================
|
||||
|
||||
4.7.6 (not yet released)
|
||||
4.7.6 (2017-11-29)
|
||||
- issue #13517 Fixed check all interaction with filtering
|
||||
- issue #13803 Add SJIS-win to default list of allowed charsets
|
||||
- issue #13436 Improve detection that MySQL server needs SSL connection
|
||||
|
||||
2
README
2
README
@ -1,7 +1,7 @@
|
||||
phpMyAdmin - Readme
|
||||
===================
|
||||
|
||||
Version 4.7.6-dev
|
||||
Version 4.7.6
|
||||
|
||||
A web interface for MySQL and MariaDB.
|
||||
|
||||
|
||||
@ -51,7 +51,7 @@ copyright = u'2012 - 2017, The phpMyAdmin devel team'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '4.7.6-dev'
|
||||
version = '4.7.6'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
||||
@ -103,7 +103,7 @@ class Config
|
||||
*/
|
||||
public function checkSystem()
|
||||
{
|
||||
$this->set('PMA_VERSION', '4.7.6-dev');
|
||||
$this->set('PMA_VERSION', '4.7.6');
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user