Skip to content

Commit

Permalink
Bump to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Dec 23, 2024
1 parent 1bfa90f commit b26fad1
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 16 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

This file contains only old changelog. See readme.txt for newer versions.

= 2.0.0 - Jul 14, 21 =

* Bug
* [Unable to execute bulk actions of WooCommerce orders when this plugin is enabled](https://wordpress.org/support/topic/unable-to-execute-bulk-actions-of-woocommerce-orders-when-this-plugin-is-enabled/)
* [Bulk actions dont work (ie bulk delete pages, images)](https://wordpress.org/support/topic/bulk-actions-dont-work-ie-bulk-delete-pages-images/)
* [Facing conflict issue while perform bulk delete option on post](https://wordpress.org/support/topic/facing-conflict-issue-while-perform-bulk-delete-option-on-post/)

* Enhancements
* [Include other/extra parameters](https://github.com/samiahmedsiddiqui/prevent-xss-vulnerability/issues/3)
* Fixed WPCS issues

= 1.0.0 - Aug 24, 20 =

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion includes/class-prevent-xss-vulnerability.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ final class Prevent_XSS_Vulnerability {
*
* @var string
*/
public $version = '2.0.1';
public $version = '2.0.2';

/**
* Class constructor.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prevent-xss-vulnerability",
"description": "Development files for the Prevent XSS Vulnerability plugin.",
"version": "2.0.1",
"version": "2.0.2",
"repository": {
"type": "git",
"url": "https://github.com/samiahmedsiddiqui/prevent-xss-vulnerability.git"
Expand Down
4 changes: 2 additions & 2 deletions prevent-xss-vulnerability.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Prevent XSS Vulnerability
* Plugin URI: https://www.yasglobal.com/web-design-development/wordpress/prevent-xss-vulnerability/
* Description: This WordPress plugin enhances website security by preventing Cross-Site Scripting (XSS) vulnerabilities. It blocks and encodes malicious characters in URLs, escapes HTML in `$_GET` variables, and provides customizable settings for website owners.
* Version: 2.0.1
* Version: 2.0.2
* Requires at least: 3.5
* Requires PHP: 5.6
* Author: Sami Ahmed Siddiqui
Expand All @@ -18,7 +18,7 @@
*/

/**
* Prevent XSS Vulnerability - Secure your website from XSS Attacks
* Prevent XSS Vulnerability - Secure your website from XSS Attacks.
* Copyright (C) 2017-2024, Sami Ahmed Siddiqui <sami.siddiqui@yasglobal.com>
*
* This program is free software: you can redistribute it and/or modify
Expand Down
17 changes: 5 additions & 12 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: sasiddiqui
Tags: attack, cross-site scripting, security, vulnerability, xss
Requires at least: 3.5
Tested up to: 6.7
Stable tag: 2.0.1
Stable tag: 2.0.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -108,21 +108,14 @@ A. While no major conflicts have been reported, it's always a good practice to t

== Changelog ==

= 2.0.1 - Aug 19, 22 =
= 2.0.2 - Dec 23, 24 =

* Bug
* [Please fix Notices for use in WP_DEBUG mode](https://wordpress.org/support/topic/please-fix-notices-for-use-in-wp_debug-mode/)
Fix minor WPCS issues and change text for better understanding.

= 2.0.0 - Jul 14, 21 =
= 2.0.1 - Aug 19, 22 =

* Bug
* [Unable to execute bulk actions of WooCommerce orders when this plugin is enabled](https://wordpress.org/support/topic/unable-to-execute-bulk-actions-of-woocommerce-orders-when-this-plugin-is-enabled/)
* [Bulk actions dont work (ie bulk delete pages, images)](https://wordpress.org/support/topic/bulk-actions-dont-work-ie-bulk-delete-pages-images/)
* [Facing conflict issue while perform bulk delete option on post](https://wordpress.org/support/topic/facing-conflict-issue-while-perform-bulk-delete-option-on-post/)

* Enhancements
* [Include other/extra parameters](https://github.com/samiahmedsiddiqui/prevent-xss-vulnerability/issues/3)
* Fixed WPCS issues
* [Please fix Notices for use in WP_DEBUG mode](https://wordpress.org/support/topic/please-fix-notices-for-use-in-wp_debug-mode/)

= Earlier versions =

Expand Down

0 comments on commit b26fad1

Please sign in to comment.