Plugin Directory

Changeset 1058132

Timestamp:
01/02/2015 03:37:29 AM (10 years ago)
Author:
tollmanz
Message:

Port updates from Github.

Location:
https-mixed-content-detector/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • https-mixed-content-detector/trunk/config.php

    r1044680 r1058132  
    1313 */
    1414if ( ! defined( 'MCD_POLICY' ) ) {
    15     define( 'MCD_POLICY', 'default-src https:; report-uri ' . MCD_REPORT_URI );
     15    define( 'MCD_POLICY', . MCD_REPORT_URI );
    1616}
    1717
  • https-mixed-content-detector/trunk/https-mixed-content-detector.php

    r1058126 r1058132  
    44 * Plugin URI:     https://github.com/tollmanz/wordpress-https-mixed-content-detector
    55 * Description:    A tool for proactively detecting mixed content issues in TLS enabled WordPress websites.
    6  * Version:        1.0.1.
     6 * Version:        1.0.
    77 * Author:         Zack Tollman
    88 * Author URI:     https://www.tollmanz.com
  • https-mixed-content-detector/trunk/readme.txt

    r1058126 r1058132  
    44Requires at least: 4.0.1
    55Tested up to: trunk
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3838== Changelog ==
    3939
     40
     41
     42
    4043= 1.0.1 =
    4144* Limit logging to work only for admins
     
    4649== Upgrade Notice ==
    4750
     51
     52
     53
    4854= 1.0.1 =
    4955Limit logging to work only for admins
Note: See TracChangeset for help on using the changeset viewer.