Skip to content

Commit 2af8f60

Browse files
committed
Retag release to fix version inconsistency
1 parent 5f13bed commit 2af8f60

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
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.1.0
9+
* Version: 1.1.1
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.1.0
8+
* Version: 1.1.1
99
*/
1010

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

lib/dropin.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.1.0
9+
* Version: 1.1.1
1010
*/
1111

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

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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.1.0
6+
Stable tag: 1.1.1
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

@@ -65,6 +65,10 @@ For detailed installation instructions, please read the [standard installation p
6565

6666
== Changelog ==
6767

68+
= 1.1.1 =
69+
70+
* Retag release to fix version inconsistency
71+
6872
= 1.1.0 =
6973

7074
* Fix status message for when DB connection is not SSL enabled

secure-db-connection.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.1
1010
*/
1111

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

0 commit comments

Comments
 (0)