diff --git a/assets/css/about-plugins-2.0.1.min.css b/assets/css/about-plugins-2.0.2.min.css similarity index 100% rename from assets/css/about-plugins-2.0.1.min.css rename to assets/css/about-plugins-2.0.2.min.css diff --git a/assets/css/admin-style-2.0.1.min.css b/assets/css/admin-style-2.0.2.min.css similarity index 100% rename from assets/css/admin-style-2.0.1.min.css rename to assets/css/admin-style-2.0.2.min.css diff --git a/assets/js/script-2.0.1.min.js b/assets/js/script-2.0.2.min.js similarity index 100% rename from assets/js/script-2.0.1.min.js rename to assets/js/script-2.0.2.min.js diff --git a/changelog.txt b/changelog.txt index d9f1a77..acb49a8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/includes/class-prevent-xss-vulnerability.php b/includes/class-prevent-xss-vulnerability.php index 58cbb62..0c172fe 100644 --- a/includes/class-prevent-xss-vulnerability.php +++ b/includes/class-prevent-xss-vulnerability.php @@ -18,7 +18,7 @@ final class Prevent_XSS_Vulnerability { * * @var string */ - public $version = '2.0.1'; + public $version = '2.0.2'; /** * Class constructor. diff --git a/package.json b/package.json index 5525a2f..84c0bab 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/prevent-xss-vulnerability.php b/prevent-xss-vulnerability.php index 165c589..a1be6be 100644 --- a/prevent-xss-vulnerability.php +++ b/prevent-xss-vulnerability.php @@ -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 @@ -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 * * This program is free software: you can redistribute it and/or modify diff --git a/readme.txt b/readme.txt index 2e3c59a..9e9d953 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 =