Plugin Directory

Changeset 546585


Ignore:
Timestamp:
05/20/2012 01:47:51 PM (14 years ago)
Author:
hawk__
Message:

Update files for 1.3.0b1 release

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

Legend:

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

    r436157 r546585  
    44Plugin URI: http://www.hawkix.net
    55Description: PG4WP is a special 'plugin' enabling WordPress to use a PostgreSQL database.
    6 Version: 1.2.2
     6Version: 1.3.0b1
    77Author: Hawk__
    88Author URI: http://www.hawkix.net
  • postgresql-for-wordpress/trunk/readme.txt

    r436152 r546585  
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FPT8RPZGFX7GU
    44Tags: database, postgresql, PostgreSQL, postgres, mysql
    5 Requires at least: 2.5.1
    6 Tested up to: 3.2.1
     5Requires at least: 2.9.1
     6Tested up to: 3.3.2
    77Stable tag: 1.2.2
    88
     
    1717MySQL driver is enclosed, which just does "nothing".
    1818If you need/wish support for another database, please feel free to contact the author, writing a driver is not really hard if you know a bit about SQL and the database you want support for.
     19
     20If you want to use this plugin, you should be aware of the following :
     21- WordPress with PG4WP is expected to be much slower than the original WordPress with MySQL because PG4WP does much SQL rewriting for any page view
     22- Some WordPress plugins should work 'out of the box' but most plugins won't because they would need specific code in PG4WP
     23
     24You shouldn't expect any plugin specific code to be integrated into PG4WP except for plugins shipped with WordPress itself (such as Akismet).
     25PG4WP 2.0 will have a mechanism to add plugin support.
    1926
    2027== Installation ==
     
    4350
    4451== Changelog ==
     52
     53= 1.3.0b1 =
     54* Added support for PostgreSQL 9.1+ (doesn't break compatibility with older versions)
     55* Added support for specifying port in the server host (eg 'localhost:3128') (Patch from convict)
     56* Added a handle for converting CAST(... AS CHAR) to CAST(... AS TEXT) (Problem pointed out by Aart Jan)
     57* Added a filter to remove 'IF NOT EXISTS' for 'CREATE TABLE' queries
     58* Enhancements for WPMU support
    4559
    4660= 1.2.2 =
Note: See TracChangeset for help on using the changeset viewer.