Description:
This update for phpPgAdmin fixes the following issues:
phpPgAdmin was updated to 7.13.0:
- Add support for Postgres 13
- Add provisional support for Postgres 14
- Upgrade Jquery library to 3.4.1
- Allow users to see group owned databases when using "owned only"
- Fix bug where sorting on selects dumped you to the table screen
- This release drops support for PHP 7.1
- This will be the last release to support PHP 7.2
- Put apache configuration files in separate subpackage.
- use system apache rpm macros
- change ap_docroot from /srv/www/htdocs to /usr/share
if phpPgAdmin.conf for apache was changed by local admin, we will
create a backup and replace the original file with the new version
sorry admins, but you need to apply your changes again
- needed Alias /phpPgAdmin is an enabled APACHE_SERVER_FLAGS default
for more info have a look into /etc/apache2/conf.d/phpPgAdmin.conf
- add phpPgAdmin.http.inc
Version 7.12.1 (December 10, 2019)
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
Version 7.12.0 (September 28, 2019)
Features
* Add Support for PHP 7.x
* Add Support for Postgres 12
* Update Bootstrap to version 3.3.7 (wisekeep)
Bugs
* Fix several issues with CSS files (wisekeep)
* Clean up file permissions (nirgal)
* Fixed Reflected XSS vulnerability (om3rcitak)
* Fixes with sequence visbility and permission handling.
Incompatabilities:
* We no longer support php5 (>= 7.1)
* Change in version numbering system