diff options
author | Robert Treat | 2019-12-09 06:45:24 +0000 |
---|---|---|
committer | Robert Treat | 2019-12-09 06:45:24 +0000 |
commit | 46944bf9bff6642eb8eb26d4fceb211a65deede3 (patch) | |
tree | 0de904fd04c9aedd20be09e7c949be4a98f760d7 | |
parent | b7cf1b61cd87060afadbb51ba625697823ef51ad (diff) |
Update HISTORY and Bump version for 7.12.1REL_7-12-1
-rw-r--r-- | HISTORY | 6 | ||||
-rw-r--r-- | libraries/lib.inc.php | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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'; |