Plugin Directory

Changeset 3372640


Ignore:
Timestamp:
10/03/2025 11:44:41 PM (6 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

    r3372636 r3372640  
    11Volixta SSL & Security Headers — Trademark & Licensing Notice
    2 Version: 1.0.4
     2Version: 1.0.5
    33Date: 2025-09-15
    44
  • volixta-ssl-security-headers/trunk/readme.txt

    r3372636 r3372640  
    44Requires at least: 5.8
    55Tested up to: 6.8.3
    6 Stable tag: 1.0.4
     6Stable tag: 1.0.5
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    1919
    2020👉 **Volixta SSL & Security Headers fixes all of these in a few clicks.**
     21Easily **activate SSL**, **force 301 redirects**, repair **mixed content**, and add recommended **WordPress security headers** like HSTS, CSP, and X-Frame-Options.
    2122
    2223---
     
    4243
    4344### 🔎 Typical problems solved
    44 - *“I installed an SSL certificate but Chrome still shows my site as insecure.”* 
    45   → Enable SSL + 301 redirect with Volixta. 
     45- *“How do I activate SSL in WordPress?”* 
     46  → One click in Volixta updates your site to HTTPS safely. 
     47
     48- *“How do I force HTTPS with 301 redirects?”* 
     49  → Volixta inserts a safe `.htaccess` 301 redirect or a PHP fallback. 
    4650
    4751- *“My Site Health report says ‘No security headers detected’.”* 
    48   → Apply recommended headers (HSTS, X-Frame-Options, CSP, etc.) in one click. 
     52  → Apply missing **security headers** (HSTS, CSP, X-Frame-Options, Referrer-Policy, etc.) in one click. 
    4953
    50 - *“After moving to HTTPS, some images/scripts still load over HTTP.”* 
    51   → Run the Mixed Content Scan + Fixer to update them safely. 
     54- *“How can I add WordPress security headers without editing code?”* 
     55  → Use Volixta’s panel to configure and apply headers safely. 
     56
     57- *“After enabling SSL, my site still shows mixed content errors.”* 
     58  → Run the Mixed Content Scan + Fixer to repair unsafe links automatically. 
    5259
    5360- *“I’m on Nginx, so .htaccess doesn’t work.”* 
    54   → Copy/paste the Nginx-ready snippets provided by Volixta
     61  → Copy/paste the Nginx-ready snippets Volixta provides for HTTPS redirects and headers
    5562
    5663---
     
    6875
    6976== Frequently Asked Questions ==
     77
     78= How do I activate SSL in WordPress? = 
     79Open Volixta → click **Activate SSL**. The plugin updates your WordPress and Site URL to use HTTPS, then you can force **301 redirects** to ensure all traffic goes over SSL. 
     80
     81= How do I add security headers in WordPress? = 
     82Go to Volixta → Security Headers panel → select headers (HSTS, CSP, X-Frame-Options, Referrer-Policy, etc.) → click Apply. Volixta safely writes headers to `.htaccess` or provides Nginx snippets.
    7083
    7184= Does it modify .htaccess? =
     
    102115
    103116== Changelog ==
     117= 1.0.5 =
     118* Updated readme.txt
     119
     120= 1.0.4 =
     121* Tested up to: 6.8.3
     122
    104123= 1.0.3 =
    105124* Tested up to: 6.8.3
  • volixta-ssl-security-headers/trunk/volixta-ssl-security-headers.php

    r3372636 r3372640  
    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.4
     6 * Version: 1.0.5
    77 * Author: HELLO SITE LLC
    88 * Author URI: https://www.agence-hello-site.com/
Note: See TracChangeset for help on using the changeset viewer.