🔥 HOT: Changeset/ - High Quality

Changeset 1902202


Ignore:
Timestamp:
07/02/2018 01:38:12 AM (7 years ago)
Author:
hypertextranch
Message:

Version bump and readme update

Location:
secure-db-connection/trunk
Files:
5 edited

Legend:

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

    r1754886 r1902202  
    77 * Author URI: http://xyu.io/
    88 * Text Domain: secure-db-connection
    9  * Version: 1.1.4
     9 * Version: 1.1.5
    1010 */
    1111
  • secure-db-connection/trunk/lib/db.php

    r1902178 r1902202  
    66 * Author: Xiao Yu
    77 * Author URI: http://xyu.io/
    8  * Version: 1.1.4
     8 * Version: 1.1.5
    99 */
    1010
  • secure-db-connection/trunk/lib/dropin.php

    r1754886 r1902202  
    77 * Author URI: http://xyu.io/
    88 * Text Domain: secure-db-connection
    9  * Version: 1.1.4
     9 * Version: 1.1.5
    1010 */
    1111
  • secure-db-connection/trunk/readme.txt

    r1902178 r1902202  
    33Tags: db, mysql, secure, encrypted, ssl
    44Requires at least: 3.9
    5 Tested up to: 4.8.2
    6 Stable tag: 1.1.4
     5Tested up to: 4.9.6
     6Stable tag: 1.1.5
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    6666    define( 'MYSQL_CLIENT_FLAGS', MYSQLI_CLIENT_SSL | MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT );
    6767
     68= Example Config =
     69
     70Aside from setting the normal MySQL connection parameters the minimum configs to get SSL connections to the database will look something like this in `wp-config.php`:
     71
     72    define( 'MYSQL_SSL_CA', '/path/to/rds-combined-ca-bundle.pem' );
     73    define( 'MYSQL_CLIENT_FLAGS', MYSQLI_CLIENT_SSL );
     74
    6875== Screenshots ==
    6976
  • secure-db-connection/trunk/secure-db-connection.php

    r1754886 r1902202  
    77 * Author URI: http://xyu.io/
    88 * Text Domain: secure-db-connection
    9  * Version: 1.1.4
     9 * Version: 1.1.5
    1010 */
    1111
Note: See TracChangeset for help on using the changeset viewer.