Plugin Directory

Changeset 3388947


Ignore:
Timestamp:
11/03/2025 02:44:04 PM (5 months ago)
Author:
volixta
Message:

Updated readme.txt

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

Legend:

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

    r3388943 r3388947  
    11Volixta SSL & Security Headers — Trademark & Licensing Notice
    2 Version: 1.0.6
     2Version: 1.0.7
    33Date: 2025-09-15
    44
  • volixta-ssl-security-headers/trunk/readme.txt

    r3388943 r3388947  
    115115
    116116== 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 =
    133118* Updated readme.txt
    134119
     
    145130
    146131== Upgrade Notice ==
     132= 1.0.7 =
     133Minor update: improved documentation and compatibility with WordPress 6.8.3.
     134
    147135= 1.0.0 =
    148136Review headers configuration before applying. A backup of `.htaccess` is always created.
  • volixta-ssl-security-headers/trunk/volixta-ssl-security-headers.php

    r3388943 r3388947  
    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.0.6
     6 * Version: 1.0.7
    77 * Author: HELLO SITE LLC
    88 * Author URI: https://www.agence-hello-site.com/
     
    1818if (! defined('ABSPATH')) exit;
    1919
    20 define('VOLISSAM_VERSION', '1.0.6');
     20define('VOLISSAM_VERSION', '1.0.7');
    2121define('VOLISSAM_MARKER', 'Volixta Security Headers');
    2222define('VOLISSAM_REDIRECT_MARKER', 'Volixta HTTPS Redirect');
Note: See TracChangeset for help on using the changeset viewer.