Plugin Directory

Changeset 3321815


Ignore:
Timestamp:
07/03/2025 01:30:10 PM (9 months ago)
Author:
sasiddiqui
Message:

Fix readme formatting

Location:
prevent-xss-vulnerability
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • prevent-xss-vulnerability/tags/2.1.0/readme.txt

    r3321809 r3321815  
    99
    1010This WordPress plugin boosts your website's security by stopping Cross-Site Scripting (XSS) attacks. It blocks and encodes harmful characters in URLs, safely handles HTML in `$_GET` variables, and offers settings you can customize.
    11 
    1211
    1312== Description ==
     
    4241* Less than Sign `<`
    4342* Greater than Sign `>`
    44 * Grave Accent <code>`</code>
     43* Grave Accent `
    4544* Caret `^`
    4645* Opening Square Bracket `[`
     
    112111=== 2.1.0 - July 03, 2025 ===
    113112
    114   * Key Changes & Improvements:**
     113  * **Key Changes & Improvements:**
    115114    * **Enhanced Console Visibility:** The prominent "Stop!" message now appears in a much larger (48px), bold, red font with a black text shadow to grab immediate attention. The main warning message also uses a larger, more readable font (20px).
    116115    * **Improved Console Grouping:** The entire Self-XSS warning is now grouped within a `console.group('Self-XSS Warning')` block. This keeps all related messages together in the developer console, making the warning stand out and preventing it from getting lost among other console output.
     
    119118
    120119  * For a detailed changelog of earlier versions, please refer to the separate `changelog.txt` file.
    121 ```
  • prevent-xss-vulnerability/trunk/readme.txt

    r3321809 r3321815  
    99
    1010This WordPress plugin boosts your website's security by stopping Cross-Site Scripting (XSS) attacks. It blocks and encodes harmful characters in URLs, safely handles HTML in `$_GET` variables, and offers settings you can customize.
    11 
    1211
    1312== Description ==
     
    4241* Less than Sign `<`
    4342* Greater than Sign `>`
    44 * Grave Accent <code>`</code>
     43* Grave Accent `
    4544* Caret `^`
    4645* Opening Square Bracket `[`
     
    112111=== 2.1.0 - July 03, 2025 ===
    113112
    114   * Key Changes & Improvements:**
     113  * **Key Changes & Improvements:**
    115114    * **Enhanced Console Visibility:** The prominent "Stop!" message now appears in a much larger (48px), bold, red font with a black text shadow to grab immediate attention. The main warning message also uses a larger, more readable font (20px).
    116115    * **Improved Console Grouping:** The entire Self-XSS warning is now grouped within a `console.group('Self-XSS Warning')` block. This keeps all related messages together in the developer console, making the warning stand out and preventing it from getting lost among other console output.
     
    119118
    120119  * For a detailed changelog of earlier versions, please refer to the separate `changelog.txt` file.
    121 ```
Note: See TracChangeset for help on using the changeset viewer.