diff --git a/pg4wp/db.php b/pg4wp/db.php index 6b9d2b7..3d01097 100644 --- a/pg4wp/db.php +++ b/pg4wp/db.php @@ -15,7 +15,7 @@ define( 'PG4WP_ROOT', dirname( __FILE__).'/plugins/pg4wp'); define( 'PG4WP_DEBUG', false); // If you just want to log queries that generate errors, leave PG4WP_DEBUG to "false" // and set this to true -define( 'PG4WP_LOG_ERRORS', true); +define( 'PG4WP_LOG_ERRORS', false); // Logs are put in the pg4wp directory define( 'PG4WP_LOG', PG4WP_ROOT.'/logs/'); diff --git a/readme.txt b/readme.txt index 0165031..abd69ce 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: http://www.hawkix.net/faire-un-don/ Tags: database, postgresql, PostgreSQL, postgres, mysql Requires at least: 2.5.1 Tested up to: 2.8.6 -Stable tag: 1.1.0rc4 +Stable tag: 1.1.0 PostgreSQL for WordPress is a special 'plugin' enabling WordPress to be used with a PostgreSQL database. @@ -50,6 +50,9 @@ There is no screenshot for this plugin == Changelog == += 1.1.0 = +* This release is identical to 1.1.0rc4, just has error logging deactivated in the distribution + = 1.1.0rc4 = * Corrected a typo in permalinks handling