Prepare for 1.1.0 release

git-svn-id: https://plugins.svn.wordpress.org/postgresql-for-wordpress/trunk@206745 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
hawk__
2010-02-16 21:33:00 +00:00
parent 84dd9c29d5
commit cd9e4e4148
2 changed files with 5 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ define( 'PG4WP_ROOT', dirname( __FILE__).'/plugins/pg4wp');
define( 'PG4WP_DEBUG', false); define( 'PG4WP_DEBUG', false);
// If you just want to log queries that generate errors, leave PG4WP_DEBUG to "false" // If you just want to log queries that generate errors, leave PG4WP_DEBUG to "false"
// and set this to true // and set this to true
define( 'PG4WP_LOG_ERRORS', true); define( 'PG4WP_LOG_ERRORS', false);
// Logs are put in the pg4wp directory // Logs are put in the pg4wp directory
define( 'PG4WP_LOG', PG4WP_ROOT.'/logs/'); define( 'PG4WP_LOG', PG4WP_ROOT.'/logs/');

View File

@@ -4,7 +4,7 @@ Donate link: http://www.hawkix.net/faire-un-don/
Tags: database, postgresql, PostgreSQL, postgres, mysql Tags: database, postgresql, PostgreSQL, postgres, mysql
Requires at least: 2.5.1 Requires at least: 2.5.1
Tested up to: 2.8.6 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. 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 == == Changelog ==
= 1.1.0 =
* This release is identical to 1.1.0rc4, just has error logging deactivated in the distribution
= 1.1.0rc4 = = 1.1.0rc4 =
* Corrected a typo in permalinks handling * Corrected a typo in permalinks handling