Changeset 1805563 for https-redirection
- Timestamp:
- 01/19/2018 07:44:17 AM (8 years ago)
- Location:
- https-redirection/trunk
- Files:
-
- 2 edited
-
https-redirection.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
https-redirection/trunk/https-redirection.php
r1724736 r1805563 6 6 Description: The plugin HTTPS Redirection allows an automatic redirection to the "HTTPS" version/URL of the site. 7 7 Author: Tips and Tricks HQ 8 Version: 1. 78 Version: 1.8 9 9 Author URI: https://www.tipsandtricks-hq.com/ 10 10 License: GPLv2 or later 11 Text Domain: https-redirection 12 Domain Path: /languages/ 11 13 */ 12 14 … … 73 75 $httpsrdrctn_option_defaults = array( 74 76 'https' => 0, 75 'https_domain' => 0,77 'https_domain' => 1, 76 78 'https_pages_array' => array(), 77 79 'force_resources' => 0, -
https-redirection/trunk/readme.txt
r1765645 r1805563 5 5 Requires at least: 3.5 6 6 Tested up to: 4.9 7 Stable tag: 1. 77 Stable tag: 1.8 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 94 94 == Changelog == 95 95 96 = v1.8 = 97 - Apply HTTPS redirection on the whole domain will be the default selected option after plugin install. You an change this option when you actually go to enable the feature. 98 96 99 = v1.7 = 97 100 - Additional options are only accessible when "Enable automatic redirection to the "HTTPS" is enabled.
Note: See TracChangeset
for help on using the changeset viewer.