Skip to content

Releases: samiahmedsiddiqui/prevent-xss-vulnerability

2.1.0 - July 03, 2025

03 Jul 13:18
09df62d
Compare
Choose a tag to compare
  • Key Changes & Improvements:
    • 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).
    • 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.

2.0.2 - Dec 23, 24

23 Dec 12:02
b26fad1
Compare
Choose a tag to compare

Fix minor WPCS issues and change text for better understanding.

2.0.1 - Aug 19, 2022

19 Aug 09:05
d6a13dd
Compare
Choose a tag to compare

2.0.0 - Jul 14, 2021

14 Jul 15:15
7930f9f
Compare
Choose a tag to compare

1.0.0 - Aug 24, 20

24 Aug 17:01
Compare
Choose a tag to compare
  • Enhancements
    • Escape array values
    • Set headers to prevent caching before redirect
    • Applied PHP Standard and removed couple of discouraged methods

0.3.5 - May 11, 2019

14 May 20:15
Compare
Choose a tag to compare

Fixing issue with update_option()

0.3.4 - May 11, 2019

11 May 20:05
Compare
Choose a tag to compare

Added wp_kses to make the textarea messages more secure

0.3.3 - Apr 08, 2019

08 Apr 16:47
Compare
Choose a tag to compare

Added wp_kses() to make the warning message secure

0.3.2 - Mar 21, 2019

21 Mar 07:27
Compare
Choose a tag to compare

Added Upgrade Notice above the Self XSS

0.3.1 - Mar 19, 2019

19 Mar 11:39
Compare
Choose a tag to compare
  • Enhancements
    • Changing function name to be more generic for Self-XSS Functionality