Plugin Directory

Changeset 436146


Ignore:
Timestamp:
09/10/2011 11:41:04 PM (15 years ago)
Author:
hawk__
Message:

Prepare for 1.2.1 stable release

Location:
postgresql-for-wordpress/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postgresql-for-wordpress/trunk/pg4wp/db.php

    r428371 r436146  
    44Plugin URI: http://www.hawkix.net
    55Description: PG4WP is a special 'plugin' enabling WordPress to use a PostgreSQL database.
    6 Version: 1.2.0
     6Version: 1.2.1
    77Author: Hawk__
    88Author URI: http://www.hawkix.net
     
    1919// If you just want to log queries that generate errors, leave PG4WP_DEBUG to "false"
    2020// and set this to true
    21 define( 'PG4WP_LOG_ERRORS', true);
     21define( 'PG4WP_LOG_ERRORS', false);
    2222
    2323// If you want to allow insecure configuration (from the author point of view) to work with PG4WP,
  • postgresql-for-wordpress/trunk/readme.txt

    r428368 r436146  
    55Requires at least: 2.5.1
    66Tested up to: 3.2.1
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88
    99PostgreSQL for WordPress is a special 'plugin' enabling WordPress to be used with a PostgreSQL database.
     
    2020== Installation ==
    2121
    22 You have to install PG4WP *before* setting up your WordPress installation for things to work properly.
     22You have to install PG4WP *before* configuring your WordPress installation for things to work properly.
    2323This is because the database needs to be up and running before any plugin can be loaded.
    2424
    25 1.  Unzip the files and put the `pg4wp` directory in your `/wp-content` directory.
     251.  Place your WordPress files in the right place on your web server.
     26
     271.  Unzip the files from PG4WP and put the `pg4wp` directory in your `/wp-content` directory.
    2628
    27291.  Copy the `dp.php` from the `pg4wp` directory to `wp-content`
     
    4143
    4244== Changelog ==
     45
     46= 1.2.1 =
     47* Corrected 'ON DUPLICATE KEY ...' handling (was not working at all)
     48* Modified SQL_CALC_FOUND_ROWS handling for correct paging
     49* Some conversion handling for WPMU to install correctly (WPMU not working yet though)
     50* Improved installation/upgrade handling code (better detection of indexes, ADD COLUMN support, ...)
    4351
    4452= 1.2.0 =
Note: See TracChangeset for help on using the changeset viewer.