diff --git a/ChangeLog b/ChangeLog index 191264eeb8..05bd9ad9b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ phpMyAdmin - ChangeLog 4.4.10.0 (not yet released) - bug #4950 Issues in database selection for replication - bug #4951 Trying to save chart as image crashes the browser +- bug #4953 cant drag sql.gz file onto import input 4.4.9.0 (2015-06-04) - bug #4920 relation view doesn't list fields of table in other database diff --git a/js/common.js b/js/common.js index 2b29d93cea..22c38d2c12 100644 --- a/js/common.js +++ b/js/common.js @@ -172,7 +172,7 @@ PMA_DROP_IMPORT = { /** * @var string array, allowed extensions for compressed files */ - allowedCompressedExtensions: ['gzip', 'bzip2', 'zip'], + allowedCompressedExtensions: ['gz', 'bz2', 'zip'], /** * @var obj array to store message returned by import_status.php */