Plugin Directory

Changeset 428368


Ignore:
Timestamp:
08/24/2011 09:29:38 PM (15 years ago)
Author:
hawk__
Message:

Prepare for 1.2.0 stable release

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

Legend:

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

    r418484 r428368  
    44Plugin URI: http://www.hawkix.net
    55Description: PG4WP is a special 'plugin' enabling WordPress to use a PostgreSQL database.
    6 Version: 1.2.0b1
     6Version: 1.2.0
    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

    r425588 r428368  
    11=== PostgreSQL for WordPress (PG4WP) ===
    22Contributors: Hawk__ (http://www.hawkix.net/)
    3 Donate link: http://www.hawkix.net/faire-un-don/
     3Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FPT8RPZGFX7GU
    44Tags: database, postgresql, PostgreSQL, postgres, mysql
    55Requires at least: 2.5.1
    66Tested up to: 3.2.1
    7 Stable tag: 1.1.0
     7Stable tag: 1.2.0
    88
    99PostgreSQL for WordPress is a special 'plugin' enabling WordPress to be used with a PostgreSQL database.
    1010
    1111== Description ==
    12 
    13 Wordpress has always been locked into using mysql as its database storage engine.  There is a good discussion of 'why' [in the codex](http://codex.wordpress.org/Using_Alternative_Databases#Solutions/ "Codex Discussion")
    14 
    15 But some people would like to use some other databases such as PostgreSQL. There are many different motivations behind this, sometimes people already have PostgreSQL on their server and don't want to install MySQL along PostgreSQL, or simply don't like MySQL and prefer using alternatives.
    1612
    1713PostgreSQL for WordPress (PG4WP) gives you the possibility to install and use WordPress with a PostgreSQL database as a backend.
     
    4642== Changelog ==
    4743
    48 - 1.2.0rc =
     44= 1.2.0 =
     45* Error logging is disabled in the distribution
     46* Added a handle for correct counting of users and roles
     47* Added MONTH and YEAR to the 'INTERVAL...' handling code
     48* Removed all ZdMultilang support hacks
     49
     50= 1.2.0rc =
     51* Disabled all ZdMultilang support hacks
    4952* Fixed regressions that caused some Wordpress features to not work properly
    5053* Rewrote database connection handling so Wordpress installation can tell you when you username and password are wrong
Note: See TracChangeset for help on using the changeset viewer.