Corporate Sponsors
Project resources:
-- github.com - Official project home
-- Kattare Internet (http://www.kattare.com/) - Hosting the demo server
-- Sourceforge.net - Hosting, Source Package Provider, Legacy project services (Bug/Feature Tracker, mailing lists, code repository)
-
-Ongoing contributors:
-
-- OmniTI ( https://omniti.com ) - sponsors developpment as Robert Treat employer
-
-Feature contributors:
+- Github => Official project home
+Past Feature Sponsors:
- SpikeSource (www.spikesource.com) - Slony support
- Google Summer of Code (http://code.google.com/soc/2006/pgsql/appinfo.html?csaid=DB096D908B948D89) - phpPgAdmin Improvements
- Google Summer of Code (http://code.google.com/soc/2007/postgres/appinfo.html?csaid=E89B3D5E2DC4170A) - Full Text Search in PostgreSQL GUI Tools
- Google Summer of Code (http://code.google.com/p/google-summer-of-code-2010-postgres/downloads/detail?name=Leonardo_Augusto_Sapiras.tar.gz) - Improve phpPgAdmin ergonomy
- Dalibo ( http://dalibo.com ) - sponsored development as Jehan-Guillaume (ioguix) de Rorthais employer
-
+- OmniTI (https://omniti.com ) - sponsored development as Robert Treat employer
phpPgAdmin History
------------------
+Version 7.12.0
+--------------
+
+Released: 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
+* Change in version numbering system
+
Version 5.6
-----------
$appName = 'phpPgAdmin';
// Application version
- $appVersion = '7.x-dev';
+ $appVersion = '7.12.0';
// PostgreSQL and PHP minimum version
$postgresqlMinVer = '7.4';