Changeset 2014379 for https-force
- Timestamp:
- 01/17/2019 07:33:21 PM (7 years ago)
- Location:
- https-force/trunk
- Files:
-
- 2 edited
-
https-force.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
https-force/trunk/https-force.php
r1910390 r2014379 104 104 105 105 // 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 } 107 109 108 110 // Take care of Google URLs -
https-force/trunk/readme.txt
r1910396 r2014379 4 4 Tags: https, mixed content, force 5 5 Requires at least: 2.6.0 6 Tested up to: 4.9.77 Stable tag: 1.0. 26 Tested up to: 5.0.3 7 Stable tag: 1.0.3 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 58 58 59 59 == 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 60 63 = 1.0.2 (17/07/18) = 61 64 * Tested and confirmed compatible with WP 4.9.7
Note: See TracChangeset
for help on using the changeset viewer.