Mark PPA release 7.12.0
authorRobert Treat <rob@xzilla.net>
Sat, 28 Sep 2019 21:05:30 +0000 (17:05 -0400)
committerRobert Treat <xzilla@users.noreply.github.com>
Sat, 28 Sep 2019 21:12:12 +0000 (17:12 -0400)
Update HISTORY and clean up CREDITS file for new release.

CREDITS
HISTORY
libraries/lib.inc.php

diff --git a/CREDITS b/CREDITS
index b823ebc24fa2a16e3414bd39597c65e1bdbb8660..d905698d0ad12ee48fbb4412d0ebb8b1af7ce8df 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -90,19 +90,12 @@ Third Party Libraries
 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 
diff --git a/HISTORY b/HISTORY
index e1e490b4d0b2ac24c69a486aee0f6b29c61ced80..3080c109465f872e8830f29e4c2dc0e9ac39e04d 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,26 @@
 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
 -----------
 
index 66edf8e990e5e21571fe3e377a832fbb8d016802..4494680da8c0666850251483da1ded2c91ef2bed 100644 (file)
@@ -16,7 +16,7 @@
        $appName = 'phpPgAdmin';
 
        // Application version
-       $appVersion = '7.x-dev';
+       $appVersion = '7.12.0';
 
        // PostgreSQL and PHP minimum version
        $postgresqlMinVer = '7.4';