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:
authorMarc Delisle <marc@infomarc.info>2014-12-05 18:09:07 +0300
committerMarc Delisle <marc@infomarc.info>2014-12-05 18:09:07 +0300
commitb4b2f8787d472b55546d736dbd65557db105cbc8 (patch)
tree250a73bf390b6d90227c26da89739560efd386d4
parentdc81ab1b3b08b1b67a17f6a96a2a93901fe9ac89 (diff)
4.3.0 releaseRELEASE_4_3_0
Signed-off-by: Marc Delisle <marc@infomarc.info>
-rw-r--r--ChangeLog2
-rw-r--r--README2
-rw-r--r--doc/conf.py2
-rw-r--r--libraries/Config.class.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 6415252bab..b68e48dea8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-4.3.0.0 (not yet released)
+4.3.0.0 (2014-12-05)
+ rfe #1502 Smart sorting for int keys
+ rfe #1521 Confirmation message when dropping user(s)
+ rfe #1518 Confirm dialog on accidentally leaving a page
diff --git a/README b/README
index 9f90d4fa68..f0ec7c3374 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.3.0-rc2
+Version 4.3.0
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index 1afb5b68ac..dcf4e107ec 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -51,7 +51,7 @@ copyright = u'2012 - 2014, The phpMyAdmin devel team'
# built documents.
#
# The short X.Y version.
-version = '4.3.0-rc2'
+version = '4.3.0'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 6ec4fec658..c91c5fd9f6 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -114,7 +114,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '4.3.0-rc2');
+ $this->set('PMA_VERSION', '4.3.0');
/**
* @deprecated
*/