Changeset 3388947
- Timestamp:
- 11/03/2025 02:44:04 PM (5 months ago)
- Location:
- volixta-ssl-security-headers/trunk
- Files:
-
- 3 edited
-
NOTICE.txt (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
volixta-ssl-security-headers.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
volixta-ssl-security-headers/trunk/NOTICE.txt
r3388943 r3388947 1 1 Volixta SSL & Security Headers — Trademark & Licensing Notice 2 Version: 1.0. 62 Version: 1.0.7 3 3 Date: 2025-09-15 4 4 -
volixta-ssl-security-headers/trunk/readme.txt
r3388943 r3388947 115 115 116 116 == Changelog == 117 = 1.0.6 = 118 * Updated readme.txt 119 120 = 1.0.5 = 121 * Updated readme.txt 122 123 = 1.0.4 = 124 * Tested up to: 6.8.3 125 126 = 1.0.3 = 127 * Tested up to: 6.8.3 128 129 = 1.0.2 = 130 * Updated readme.txt 131 132 = 1.0.1 = 117 = 1.0.7 = 133 118 * Updated readme.txt 134 119 … … 145 130 146 131 == Upgrade Notice == 132 = 1.0.7 = 133 Minor update: improved documentation and compatibility with WordPress 6.8.3. 134 147 135 = 1.0.0 = 148 136 Review headers configuration before applying. A backup of `.htaccess` is always created. -
volixta-ssl-security-headers/trunk/volixta-ssl-security-headers.php
r3388943 r3388947 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. 66 * Version: 1.0.7 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. 6');20 define('VOLISSAM_VERSION', '1.0.7'); 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.