From: Robert Treat Date: Mon, 9 Dec 2019 06:45:24 +0000 (-0500) Subject: Update HISTORY and Bump version for 7.12.1 X-Git-Tag: REL_7-12-1^0 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=46944bf9bff6642eb8eb26d4fceb211a65deede3;p=phppgadmin.git Update HISTORY and Bump version for 7.12.1 --- diff --git a/HISTORY b/HISTORY index efcb3dce..55e64379 100644 --- a/HISTORY +++ b/HISTORY @@ -4,10 +4,16 @@ phpPgAdmin History Version 7.12.1 -------------- +Features: +* Add support for granting USAGE on sequences +* Update French translation + Bugs: +* Fix issues with OID removal in Postgres 12+ * Remove broken tree branch from table/view browse option * Properly escape identifiers when browsing tables/views/schemas * Fix truncation of long multibyte strings +* Clean up a number of misspellings and typos from codespell report Incompatabilities: * Require mbstring module support in PHP diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 80c62a10..206c5938 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -16,7 +16,7 @@ $appName = 'phpPgAdmin'; // Application version - $appVersion = '7.12.0'; + $appVersion = '7.12.1'; // PostgreSQL and PHP minimum version $postgresqlMinVer = '7.4';