Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Bennetch <bennetch@gmail.com>2018-06-21 18:50:09 +0300
committerIsaac Bennetch <bennetch@gmail.com>2018-06-21 18:50:09 +0300
commitd363fa02c6d51efa2ca07fd052cbec0377703293 (patch)
tree9c0ea6e9e9777739df149e21c55a8233aa56d374
parent2867a95523e533ec30fa63149fd18e6cc5e9cc16 (diff)
Prepare for version 4.8.2
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
-rw-r--r--ChangeLog2
-rw-r--r--README2
-rw-r--r--doc/conf.py2
-rw-r--r--libraries/classes/Config.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ffb7f9da5..65cc9cf577 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-4.8.2 (not yet released)
+4.8.2 (2018-06-21)
- issue #14370 WHERE 0 causes Fatal error
- issue #14225 Fix missing index icon
- issue [security] XSS vulnerability in Designer, see PMASA-2018-3
diff --git a/README b/README
index 95de165039..614f90c8c0 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.8.2-dev
+Version 4.8.2
A web interface for MySQL and MariaDB.
diff --git a/doc/conf.py b/doc/conf.py
index 1e302f4386..09b1740027 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -51,7 +51,7 @@ copyright = u'2012 - 2018, The phpMyAdmin devel team'
# built documents.
#
# The short X.Y version.
-version = '4.8.2-dev'
+version = '4.8.2'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/classes/Config.php b/libraries/classes/Config.php
index 6faccb1b77..0c8d6642b0 100644
--- a/libraries/classes/Config.php
+++ b/libraries/classes/Config.php
@@ -116,7 +116,7 @@ class Config
*/
public function checkSystem()
{
- $this->set('PMA_VERSION', '4.8.2-dev');
+ $this->set('PMA_VERSION', '4.8.2');
/* Major version */
$this->set(
'PMA_MAJOR_VERSION',