Plugin Directory

Changeset 1493838


Ignore:
Timestamp:
09/10/2016 07:26:07 PM (10 years ago)
Author:
hypertextranch
Message:

Release 1.1.2

  • Only set MySQL SSL opts if secure connections are requested
Location:
secure-db-connection/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • secure-db-connection/trunk/lib/admin.php

    r1480074 r1493838  
    77 * Author URI: http://xyu.io/
    88 * Text Domain: secure-db-connection
    9  * Version: 1.1.1
     9 * Version: 1.1.2
    1010 */
    1111
  • secure-db-connection/trunk/lib/db.php

    r1480074 r1493838  
    66 * Author: Xiao Yu
    77 * Author URI: http://xyu.io/
    8  * Version: 1.1.1
     8 * Version: 1.1.2
    99 */
    1010
     
    7474                    break;
    7575                }
     76            }
     77            if ( MYSQLI_CLIENT_SSL !== ( $client_flags & MYSQLI_CLIENT_SSL ) ) {
     78                $ssl_opts_set = false;
    7679            }
    7780            if ( $ssl_opts_set ) {
  • secure-db-connection/trunk/lib/dropin.php

    r1480074 r1493838  
    77 * Author URI: http://xyu.io/
    88 * Text Domain: secure-db-connection
    9  * Version: 1.1.1
     9 * Version: 1.1.2
    1010 */
    1111
  • secure-db-connection/trunk/readme.txt

    r1480074 r1493838  
    33Tags: db, mysql, secure, encrypted, ssl
    44Requires at least: 3.9
    5 Tested up to: 4.6
    6 Stable tag: 1.1.1
     5Tested up to: 4.6.1
     6Stable tag: 1.1.2
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    6666== Changelog ==
    6767
     68= 1.1.2 =
     69
     70  * Only set MySQL SSL opts if secure connections are requested.
     71
    6872= 1.1.1 =
    6973
  • secure-db-connection/trunk/secure-db-connection.php

    r1480074 r1493838  
    77 * Author URI: http://xyu.io/
    88 * Text Domain: secure-db-connection
    9  * Version: 1.1.1
     9 * Version: 1.1.2
    1010 */
    1111
Note: See TracChangeset for help on using the changeset viewer.