Skip to content
Permalink
Browse files Browse the repository at this point in the history
Release 5.0.4
  • Loading branch information
ioguix committed Mar 22, 2012
1 parent c98023b commit e92a003
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions HISTORY
Expand Up @@ -2,6 +2,24 @@ phpPgAdmin History
------------------


Version 5.0.4
-------------

Released: 22th March 2012

Bug fixes.

* Fix #3468882 "UPDATE single row with varchar key: empty where clause", reported by "Dirk Kraemer"
* Fix XSS in function.php, reported by Mateusz Goik
* Fix bug where renaming a tablespace was leading to an error
* Fix a bug where clicking to "Show all schemas" on schema privilege page leads back to the latest tab used in database level
* Fix a bug when executing a query from the history
* Fix bad confirmation message when droping an autovacuum table setup
* Fix bug #3429633 '"Back" link from "Browse" leads to error'
* Fix a PHP warning when Slony conf parameters are not set
* Show cancel/kill actions in process page only if role is a superuser
* Some more small code cleanup and fixes.

Version 5.0.3
-------------

Expand Down
2 changes: 1 addition & 1 deletion libraries/lib.inc.php
Expand Up @@ -16,7 +16,7 @@
$appName = 'phpPgAdmin';

// Application version
$appVersion = '5.0.3';
$appVersion = '5.0.4';

// PostgreSQL and PHP minimum version
$postgresqlMinVer = '7.4';
Expand Down

0 comments on commit e92a003

Please sign in to comment.