Plugin Directory

Changeset 3432472


Ignore:
Timestamp:
01/05/2026 07:33:42 AM (3 months ago)
Author:
jsjack74
Message:

Revert to 1.0.0

Location:
boundaryguard-headers/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • boundaryguard-headers/trunk/boundaryguard-headers.php

    r3432468 r3432472  
    33 * Plugin Name: BoundaryGuard Headers
    44 * Description: Automatically enforces critical HTTP Security Headers (HSTS, CSP, XFO, COOP/COEP) to protect against Clickjacking, XSS, and downgrade attacks. Features a dashboard with a Content Security Policy (CSP) builder for easy whitelisting. Achieve an A+ security rating with zero configuration effort.Enforces modern HTTP security headers including CSP, HSTS, COOP and COEP.
    5  * Version:     1.0.1
     5 * Version:     1.0.0
    66 * Author:      Jay Suthar
    77 * Text Domain: boundaryguard-headers
     
    1414if ( ! defined( 'ABSPATH' ) ) exit;
    1515
    16 define( 'BOUNDARYGUARD_HEADERS_VERSION', '1.0.1' );
     16define( 'BOUNDARYGUARD_HEADERS_VERSION', '1.0.0' );
    1717define( 'BOUNDARYGUARD_HEADERS_PLUGIN_NAME', 'boundaryguard-headers' );
    1818define( 'BOUNDARYGUARD_HEADERS_PATH', plugin_dir_path( __FILE__ ) );
  • boundaryguard-headers/trunk/readme.txt

    r3432468 r3432472  
    44Requires at least: 6.0
    55Tested up to: 6.9
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.0
    77Requires PHP: 7.4
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.