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
$appName = 'phpPgAdmin';
// Application version
- $appVersion = '7.12.0';
+ $appVersion = '7.12.1';
// PostgreSQL and PHP minimum version
$postgresqlMinVer = '7.4';