From a9d154b1b4f27f501ad1ed211d45b270839a47d0 Mon Sep 17 00:00:00 2001 From: hawk__ Date: Sat, 10 Sep 2011 23:41:04 +0000 Subject: [PATCH] Prepare for 1.2.1 stable release git-svn-id: https://plugins.svn.wordpress.org/postgresql-for-wordpress/trunk@436146 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- pg4wp/db.php | 4 ++-- readme.txt | 14 +++++++++++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/pg4wp/db.php b/pg4wp/db.php index 07cf6d4..53334bf 100644 --- a/pg4wp/db.php +++ b/pg4wp/db.php @@ -3,7 +3,7 @@ Plugin Name: PostgreSQL for WordPress (PG4WP) Plugin URI: http://www.hawkix.net Description: PG4WP is a special 'plugin' enabling WordPress to use a PostgreSQL database. -Version: 1.2.0 +Version: 1.2.1 Author: Hawk__ Author URI: http://www.hawkix.net License: GPLv2 or newer. @@ -18,7 +18,7 @@ define('DB_DRIVER', 'pgsql'); // 'pgsql' or 'mysql' are supported for now 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); // If you want to allow insecure configuration (from the author point of view) to work with PG4WP, // change this to true diff --git a/readme.txt b/readme.txt index 426baff..5183c71 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i Tags: database, postgresql, PostgreSQL, postgres, mysql Requires at least: 2.5.1 Tested up to: 3.2.1 -Stable tag: 1.2.0 +Stable tag: 1.2.1 PostgreSQL for WordPress is a special 'plugin' enabling WordPress to be used with a PostgreSQL database. @@ -19,10 +19,12 @@ If you need/wish support for another database, please feel free to contact the a == Installation == -You have to install PG4WP *before* setting up your WordPress installation for things to work properly. +You have to install PG4WP *before* configuring your WordPress installation for things to work properly. This is because the database needs to be up and running before any plugin can be loaded. -1. Unzip the files and put the `pg4wp` directory in your `/wp-content` directory. +1. Place your WordPress files in the right place on your web server. + +1. Unzip the files from PG4WP and put the `pg4wp` directory in your `/wp-content` directory. 1. Copy the `dp.php` from the `pg4wp` directory to `wp-content` @@ -41,6 +43,12 @@ There is no screenshot for this plugin == Changelog == += 1.2.1 = +* Corrected 'ON DUPLICATE KEY ...' handling (was not working at all) +* Modified SQL_CALC_FOUND_ROWS handling for correct paging +* Some conversion handling for WPMU to install correctly (WPMU not working yet though) +* Improved installation/upgrade handling code (better detection of indexes, ADD COLUMN support, ...) + = 1.2.0 = * Error logging is disabled in the distribution * Added a handle for correct counting of users and roles