Skip to content

Commit

Permalink
Retag release to fix version inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
xyu committed Aug 21, 2016
1 parent 5f13bed commit 2af8f60
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 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.1.0
* Version: 1.1.1
*/

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.1.0
* Version: 1.1.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion lib/dropin.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.1.0
* Version: 1.1.1
*/

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

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

== Changelog ==

= 1.1.1 =

* Retag release to fix version inconsistency

= 1.1.0 =

* Fix status message for when DB connection is not SSL enabled
Expand Down
2 changes: 1 addition & 1 deletion secure-db-connection.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.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down

0 comments on commit 2af8f60

Please sign in to comment.