Skip to content

Commit

Permalink
Update readme and tag new version
Browse files Browse the repository at this point in the history
  • Loading branch information
xyu committed Aug 21, 2016
1 parent 3a60a21 commit 5f13bed
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author: Xiao Yu
* Author URI: http://xyu.io/
* Text Domain: secure-db-connection
* Version: 1.0
* Version: 1.1.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion lib/db.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Sets SSL keys and certs for encrypted database connections
* Author: Xiao Yu
* Author URI: http://xyu.io/
* Version: 1.0
* Version: 1.1.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
17 changes: 12 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Contributors: HypertextRanch
Tags: db, mysql, secure, encrypted, ssl
Requires at least: 3.9
Tested up to: 4.6
Stable tag: 1.0
Stable tag: 1.1.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Sets SSL keys and certs for encrypted database connections.
Sets SSL keys and certs for encrypted MySQL database connections.

== Description ==

Expand Down Expand Up @@ -55,16 +55,23 @@ If you are using the MySQL Native Driver and MySQL 5.6 or later `mysqli_real_con

For detailed installation instructions, please read the [standard installation procedure for WordPress plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).

1. Install and activate plugin.
1. Symlink or copy the `db.php` file from the `/wp-content/plugins/secure-db-connection/lib/` directory to the `/wp-content/` directory.
1. Set the relevant defines in your `wp-config.php` file.
1. Install and activate plugin, if the filesystem is writable the Secure DB Connection dropin will be installed for you automatically. If not proceed to step 2
2. Symlink or copy the `db.php` file from the `/wp-content/plugins/secure-db-connection/lib/` directory to the `/wp-content/` directory.
3. Set the relevant defines in your `wp-config.php` file.

== Screenshots ==

1. An at a glance item is added showing the status of the MySQL connection when this plugin is activated. If the connection is encrypted the SSL version and cipher used will also be shown.

== Changelog ==

= 1.1.0 =

* Fix status message for when DB connection is not SSL enabled
* Automatically install and remove db.php dropin on activate / deactivate
* Check and report status of dropin
* Add i18n support

= 1.0 =

* Initial release

0 comments on commit 5f13bed

Please sign in to comment.