Changeset 2963841 for simple-https
- Timestamp:
- 09/06/2023 09:48:16 PM (3 years ago)
- Location:
- simple-https/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
simple-https.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-https/trunk/README.txt
r2963840 r2963841 4 4 Requires at least: 4.9 5 5 Tested up to: 6.3.1 6 Stable tag: 2.2. 16 Stable tag: 2.2.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 25 25 26 26 == Changelog == 27 28 = 2.2.2 (2023-09-06) = 29 * Code revision and optimization 27 30 28 31 = 2.2.1 (2023-04-29) = -
simple-https/trunk/simple-https.php
r2963840 r2963841 16 16 * Plugin URI: https://wordpress.org/plugins/simple-https/ 17 17 * 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. 118 * Version: 2.2.2 19 19 * Author: Neoslab 20 20 * Author URI: https://neoslab.com … … 38 38 * Rename this for your plugin and update it as you release new versions 39 39 */ 40 define('SIMPLE_HTTPS_VERSION', '2.2. 1');40 define('SIMPLE_HTTPS_VERSION', '2.2.2'); 41 41 42 42 /**
Note: See TracChangeset
for help on using the changeset viewer.