From cd9e4e41485ea532c6143c878d722a05c5403286 Mon Sep 17 00:00:00 2001 From: hawk__ Date: Tue, 16 Feb 2010 21:33:00 +0000 Subject: [PATCH] Prepare for 1.1.0 release git-svn-id: https://plugins.svn.wordpress.org/postgresql-for-wordpress/trunk@206745 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- pg4wp/db.php | 2 +- readme.txt | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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