Integrated a WordPress plugin Header into db.php
git-svn-id: https://plugins.svn.wordpress.org/postgresql-for-wordpress/trunk@206776 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
14
pg4wp/db.php
14
pg4wp/db.php
@@ -1,9 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/*
|
||||||
* @package PostgreSQL_For_Wordpress
|
Plugin Name: PostgreSQL for WordPress (PG4WP)
|
||||||
* @version $Id$
|
Plugin URI: http://www.hawkix.net
|
||||||
* @author Hawk__, www.hawkix.net
|
Description: PG4WP is a special 'plugin' enabling WordPress to use a PostgreSQL database.
|
||||||
*/
|
Version: 1.1.0
|
||||||
|
Author: Hawk__
|
||||||
|
Author URI: http://www.hawkix.net
|
||||||
|
License: GPLv2 or newer.
|
||||||
|
*/
|
||||||
|
|
||||||
// You can choose the driver to load here
|
// You can choose the driver to load here
|
||||||
define('DB_DRIVER', 'pgsql'); // 'pgsql' or 'mysql' are supported for now
|
define('DB_DRIVER', 'pgsql'); // 'pgsql' or 'mysql' are supported for now
|
||||||
|
@@ -50,6 +50,8 @@ There is no screenshot for this plugin
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
* Added a correct plugin header into db.php to have correct informations shown in WordPress plugin Directory
|
||||||
|
|
||||||
= 1.1.0 =
|
= 1.1.0 =
|
||||||
* This release is identical to 1.1.0rc4, just has error logging deactivated in the distribution
|
* This release is identical to 1.1.0rc4, just has error logging deactivated in the distribution
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user