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:
12
pg4wp/db.php
12
pg4wp/db.php
@@ -1,8 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* @package PostgreSQL_For_Wordpress
|
||||
* @version $Id$
|
||||
* @author Hawk__, www.hawkix.net
|
||||
/*
|
||||
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.1.0
|
||||
Author: Hawk__
|
||||
Author URI: http://www.hawkix.net
|
||||
License: GPLv2 or newer.
|
||||
*/
|
||||
|
||||
// You can choose the driver to load here
|
||||
|
@@ -50,6 +50,8 @@ There is no screenshot for this plugin
|
||||
|
||||
== Changelog ==
|
||||
|
||||
* Added a correct plugin header into db.php to have correct informations shown in WordPress plugin Directory
|
||||
|
||||
= 1.1.0 =
|
||||
* This release is identical to 1.1.0rc4, just has error logging deactivated in the distribution
|
||||
|
||||
|
Reference in New Issue
Block a user