Plugin Directory

Changeset 2963706 for simple-https


Ignore:
Timestamp:
09/06/2023 03:06:15 PM (3 years ago)
Author:
neoslab
Message:

Commit new changes

Location:
simple-https/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simple-https/trunk/README.txt

    r2905919 r2963706  
    33Tags: ssl, certificate, redirect, https, ssl fix, htaccess, security, encrypt, force SSL, mixed content, insecure content, secure website, website security, TLS, security, secure socket layers, HSTS
    44Requires at least: 4.9
    5 Tested up to: 6.1.1
    6 Stable tag: 2.2.1
     5Tested up to: 6.3.1
     6Stable tag: 2.2.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2525
    2626== Changelog ==
     27
     28= 2.2.2 (2023-09-06) =
     29* Code revision and optimization
    2730
    2831= 2.2.1 (2023-04-29) =
  • simple-https/trunk/simple-https.php

    r2905919 r2963706  
    1616 * Plugin URI: https://wordpress.org/plugins/simple-https/
    1717 * Description: Correct your SSL/HTTPS issue within few clicks and enable HTTP Strict Transport Security for your website ! You only need to ensure that you already have an SSL certificate installed, and this plugin will do the rest.
    18  * Version: 2.2.1
     18 * Version: 2.2.2
    1919 * Author: Neoslab
    2020 * Author URI: https://neoslab.com
     
    3838 * Rename this for your plugin and update it as you release new versions
    3939*/
    40 define('SIMPLE_HTTPS_VERSION', '2.2.1');
     40define('SIMPLE_HTTPS_VERSION', '2.2.2');
    4141
    4242/**
Note: See TracChangeset for help on using the changeset viewer.