Plugin Directory

Changeset 1058126

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

Merge latest updates from Github.

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

Legend:

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

    r1044680 r1058126  
    171171     */
    172172    public function handle_report_uri() {
    173         // Only works for a logged in user
    174         if ( ! is_user_logged_in() ) {
     173        //
     174        if ( ! ) ) {
    175175            return;
    176176        }
  • https-mixed-content-detector/trunk/https-mixed-content-detector.php

    r1044680 r1058126  
    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.0.
     6 * Version:        1.0..
    77 * Author:         Zack Tollman
    88 * Author URI:     https://www.tollmanz.com
     
    2525     * @var   string    The semantically versioned plugin version number.
    2626     */
    27     var $version = '1.0.0';
     27    var $version = '1.0.';
    2828
    2929    /**
  • https-mixed-content-detector/trunk/readme.txt

    r1044680 r1058126  
    44Requires at least: 4.0.1
    55Tested up to: trunk
    6 Stable tag: 1.0.0
     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.0 =
    4144* Initial release
     
    4346== Upgrade Notice ==
    4447
     48
     49
     50
    4551= 1.0.0 =
    4652Initial release
Note: See TracChangeset for help on using the changeset viewer.