Plugin Directory

Changeset 2014379 for https-force


Ignore:
Timestamp:
01/17/2019 07:33:21 PM (7 years ago)
Author:
sitzz
Message:

Confirmed compatability with WP 5.0.3

Location:
https-force/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • https-force/trunk/https-force.php

    r1910390 r2014379  
    104104
    105105            // Take care of URLs in text
    106             $buffer = str_replace('http://' . $_SERVER['HTTP_HOST'], 'https://' . $_SERVER['HTTP_HOST'], $buffer);
     106            if (!is_admin()) {
     107                $buffer = str_replace('http://' . $_SERVER['HTTP_HOST'], 'https://' . $_SERVER['HTTP_HOST'], $buffer);
     108            }
    107109
    108110            // Take care of Google URLs
  • https-force/trunk/readme.txt

    r1910396 r2014379  
    44Tags: https, mixed content, force
    55Requires at least: 2.6.0
    6 Tested up to: 4.9.7
    7 Stable tag: 1.0.2
     6Tested up to: 5.0.3
     7Stable tag: 1.0.3
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5858
    5959== Changelog ==
     60= 1.0.3 (17/01/19) =
     61* Tested and confirmed compatible with WP 5.0.3
     62* Added check if requested page is an administrative interface page for certain pattern
    6063= 1.0.2 (17/07/18) =
    6164* Tested and confirmed compatible with WP 4.9.7
Note: See TracChangeset for help on using the changeset viewer.