Plugin Directory

Changeset 3413483


Ignore:
Timestamp:
12/07/2025 12:10:39 PM (4 months ago)
Author:
volixta
Message:

Tested up to 6.9

Location:
volixta-ssl-security-headers/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • volixta-ssl-security-headers/trunk/NOTICE.txt

    r3391996 r3413483  
    11Volixta SSL & Security Headers — Trademark & Licensing Notice
    2 Version: 1.1.0
    3 Date: 2025-09-15
     2Version: 1.1.1
     3Date: 2025-12-07
    44
    55Copyright © 2025 HELLO SITE LLC
  • volixta-ssl-security-headers/trunk/readme.txt

    r3391996 r3413483  
    33Tags: security headers, mixed content, ssl, https
    44Requires at least: 5.8
    5 Tested up to: 6.8
    6 Stable tag: 1.1.0
     5Tested up to: 6.9
     6Stable tag: 1.1.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    115115
    116116== Changelog ==
     117= 1.1.1 – 2025-12-07 =
     118- Tested up to: 6.9
     119
    117120= 1.1.0 – 2025-11-08 =
    118121- Improved code compliance: added PHPCS annotations for dynamic SQL clauses to avoid false warnings.
     
    138141
    139142== Upgrade Notice ==
     143= 1.1.0 =
     144This update improves SSL detection and coding standards compliance. No action required, but review the new HTTPS recommendation notice in the admin panel.
     145
    140146= 1.0.10 =
    141 Minor update: Updated readme.txt.
     147Minor update: updated readme.txt. No action needed.
    142148
    143149= 1.0.0 =
    144 Review headers configuration before applying. A backup of `.htaccess` is always created.
     150Initial release. Review headers configuration before applying. A backup of `.htaccess` is always created.
    145151
    146152---
  • volixta-ssl-security-headers/trunk/volixta-ssl-security-headers.php

    r3391996 r3413483  
    44 * Plugin Name: Volixta SSL & Security Headers
    55 * Description: Activate SSL/HTTPS, apply modern Security Headers (incl. HSTS), fix mixed content, file-permissions audit, — simple & safe.
    6  * Version: 1.1.0
     6 * Version: 1.1.1
    77 * Author: HELLO SITE LLC
    88 * Author URI: https://www.agence-hello-site.com/
     
    1212 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1313 * Requires at least: 5.8
    14  * Tested up to: 6.8
     14 * Tested up to: 6.9
    1515 * Requires PHP: 7.4
    1616 */
     
    1818if (! defined('ABSPATH')) exit;
    1919
    20 define('VOLISSAM_VERSION', '1.1.0');
     20define('VOLISSAM_VERSION', '1.1.1');
    2121define('VOLISSAM_MARKER', 'Volixta Security Headers');
    2222define('VOLISSAM_REDIRECT_MARKER', 'Volixta HTTPS Redirect');
Note: See TracChangeset for help on using the changeset viewer.