Changeset 3388951
- Timestamp:
- 11/03/2025 02:49:35 PM (5 months ago)
- Location:
- volixta-ssl-security-headers/trunk
- Files:
-
- 3 edited
-
NOTICE.txt (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
volixta-ssl-security-headers.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
volixta-ssl-security-headers/trunk/NOTICE.txt
r3388947 r3388951 1 1 Volixta SSL & Security Headers — Trademark & Licensing Notice 2 Version: 1.0. 72 Version: 1.0.8 3 3 Date: 2025-09-15 4 4 -
volixta-ssl-security-headers/trunk/readme.txt
r3388947 r3388951 1 1 === Volixta SSL & Security Headers === 2 2 Contributors: volixta 3 Tags: s sl, https, security headers, mixed content, redirect3 Tags: security headers, mixed content, ssl, https 4 4 Requires at least: 5.8 5 5 Tested up to: 6.8.3 6 Stable tag: 1.0. 56 Stable tag: 1.0.8 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 115 115 116 116 == Changelog == 117 = 1.0. 7=117 = 1.0.8 = 118 118 * Updated readme.txt 119 119 … … 130 130 131 131 == Upgrade Notice == 132 = 1.0. 7=133 Minor update: improved documentation and compatibility with WordPress 6.8.3.132 = 1.0.8 = 133 Minor update: Updated readme.txt. 134 134 135 135 = 1.0.0 = -
volixta-ssl-security-headers/trunk/volixta-ssl-security-headers.php
r3388947 r3388951 4 4 * Plugin Name: Volixta SSL & Security Headers 5 5 * Description: Activate SSL/HTTPS, apply modern Security Headers (incl. HSTS), fix mixed content, file-permissions audit, — simple & safe. 6 * Version: 1.0. 76 * Version: 1.0.8 7 7 * Author: HELLO SITE LLC 8 8 * Author URI: https://www.agence-hello-site.com/ … … 18 18 if (! defined('ABSPATH')) exit; 19 19 20 define('VOLISSAM_VERSION', '1.0. 7');20 define('VOLISSAM_VERSION', '1.0.8'); 21 21 define('VOLISSAM_MARKER', 'Volixta Security Headers'); 22 22 define('VOLISSAM_REDIRECT_MARKER', 'Volixta HTTPS Redirect');
Note: See TracChangeset
for help on using the changeset viewer.