diff --git a/ChangeLog b/ChangeLog index 31b871f597..447a34fa46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,7 @@ phpMyAdmin - ChangeLog - issue #13477 Fixed setting input transformations - issue #13552 Fixed IPv4/IPv6 To Binary input transformation - issue #13686 Clicking on column name to trigger sort with an active search leads to logout +- issue #13725 Fixed copying tables with specific PARTITION definition 4.7.4 (2017-08-23) - issue #13415 Remove shadow from the logo diff --git a/composer.json b/composer.json index afc8e67167..d7d70ce941 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "ext-xml": "*", "ext-pcre": "*", "ext-json": "*", - "phpmyadmin/sql-parser": "^4.2.2", + "phpmyadmin/sql-parser": "^4.2.3", "phpmyadmin/motranslator": "^3.0", "phpmyadmin/shapefile": "^2.0", "tecnickcom/tcpdf": "^6.2",