Changeset 3413483
- Timestamp:
- 12/07/2025 12:10:39 PM (4 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) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
volixta-ssl-security-headers/trunk/NOTICE.txt
r3391996 r3413483 1 1 Volixta SSL & Security Headers — Trademark & Licensing Notice 2 Version: 1.1. 03 Date: 2025- 09-152 Version: 1.1.1 3 Date: 2025-12-07 4 4 5 5 Copyright © 2025 HELLO SITE LLC -
volixta-ssl-security-headers/trunk/readme.txt
r3391996 r3413483 3 3 Tags: security headers, mixed content, ssl, https 4 4 Requires at least: 5.8 5 Tested up to: 6. 86 Stable tag: 1.1. 05 Tested up to: 6.9 6 Stable tag: 1.1.1 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 115 115 116 116 == Changelog == 117 = 1.1.1 – 2025-12-07 = 118 - Tested up to: 6.9 119 117 120 = 1.1.0 – 2025-11-08 = 118 121 - Improved code compliance: added PHPCS annotations for dynamic SQL clauses to avoid false warnings. … … 138 141 139 142 == Upgrade Notice == 143 = 1.1.0 = 144 This update improves SSL detection and coding standards compliance. No action required, but review the new HTTPS recommendation notice in the admin panel. 145 140 146 = 1.0.10 = 141 Minor update: Updated readme.txt.147 Minor update: updated readme.txt. No action needed. 142 148 143 149 = 1.0.0 = 144 Review headers configuration before applying. A backup of `.htaccess` is always created.150 Initial release. Review headers configuration before applying. A backup of `.htaccess` is always created. 145 151 146 152 --- -
volixta-ssl-security-headers/trunk/volixta-ssl-security-headers.php
r3391996 r3413483 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.1. 06 * Version: 1.1.1 7 7 * Author: HELLO SITE LLC 8 8 * Author URI: https://www.agence-hello-site.com/ … … 12 12 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 13 13 * Requires at least: 5.8 14 * Tested up to: 6. 814 * Tested up to: 6.9 15 15 * Requires PHP: 7.4 16 16 */ … … 18 18 if (! defined('ABSPATH')) exit; 19 19 20 define('VOLISSAM_VERSION', '1.1. 0');20 define('VOLISSAM_VERSION', '1.1.1'); 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.