Skip to content

Commit 5f13bed

Browse files
committed
Update readme and tag new version
1 parent 3a60a21 commit 5f13bed

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

lib/admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Author: Xiao Yu
77
* Author URI: http://xyu.io/
88
* Text Domain: secure-db-connection
9-
* Version: 1.0
9+
* Version: 1.1.0
1010
*/
1111

1212
if ( ! defined( 'ABSPATH' ) ) {

lib/db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Sets SSL keys and certs for encrypted database connections
66
* Author: Xiao Yu
77
* Author URI: http://xyu.io/
8-
* Version: 1.0
8+
* Version: 1.1.0
99
*/
1010

1111
if ( ! defined( 'ABSPATH' ) ) {

readme.txt

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Contributors: HypertextRanch
33
Tags: db, mysql, secure, encrypted, ssl
44
Requires at least: 3.9
55
Tested up to: 4.6
6-
Stable tag: 1.0
6+
Stable tag: 1.1.0
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

10-
Sets SSL keys and certs for encrypted database connections.
10+
Sets SSL keys and certs for encrypted MySQL database connections.
1111

1212
== Description ==
1313

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

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

58-
1. Install and activate plugin.
59-
1. Symlink or copy the `db.php` file from the `/wp-content/plugins/secure-db-connection/lib/` directory to the `/wp-content/` directory.
60-
1. Set the relevant defines in your `wp-config.php` file.
58+
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
59+
2. Symlink or copy the `db.php` file from the `/wp-content/plugins/secure-db-connection/lib/` directory to the `/wp-content/` directory.
60+
3. Set the relevant defines in your `wp-config.php` file.
6161

6262
== Screenshots ==
6363

6464
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.
6565

6666
== Changelog ==
6767

68+
= 1.1.0 =
69+
70+
* Fix status message for when DB connection is not SSL enabled
71+
* Automatically install and remove db.php dropin on activate / deactivate
72+
* Check and report status of dropin
73+
* Add i18n support
74+
6875
= 1.0 =
6976

7077
* Initial release

0 commit comments

Comments
 (0)