Plugin Directory

Changeset 1805563 for https-redirection


Ignore:
Timestamp:
01/19/2018 07:44:17 AM (8 years ago)
Author:
mra13
Message:

Apply HTTPS redirection on the whole domain will be the default selected option after plugin install.

Location:
https-redirection/trunk
Files:
2 edited

Legend:

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

    r1724736 r1805563  
    66  Description: The plugin HTTPS Redirection allows an automatic redirection to the "HTTPS" version/URL of the site.
    77  Author: Tips and Tricks HQ
    8   Version: 1.7
     8  Version: 1.8
    99  Author URI: https://www.tipsandtricks-hq.com/
    1010  License: GPLv2 or later
     11  Text Domain: https-redirection
     12  Domain Path: /languages/
    1113 */
    1214
     
    7375    $httpsrdrctn_option_defaults = array(
    7476        'https' => 0,
    75         'https_domain' => 0,
     77        'https_domain' => 1,
    7678        'https_pages_array' => array(),
    7779        'force_resources' => 0,
  • https-redirection/trunk/readme.txt

    r1765645 r1805563  
    55Requires at least: 3.5
    66Tested up to: 4.9
    7 Stable tag: 1.7
     7Stable tag: 1.8
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9494== Changelog ==
    9595
     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
    9699= v1.7 =
    97100- Additional options are only accessible when "Enable automatic redirection to the "HTTPS" is enabled.
Note: See TracChangeset for help on using the changeset viewer.