From 2c0996b3bb942d9852f8a90795f79e56c8c95a40 Mon Sep 17 00:00:00 2001 From: samiahmedsiddiqui Date: Mon, 8 Apr 2019 21:46:27 +0500 Subject: [PATCH] BUmp to v0.3.3 --- admin/class-prevent-xss-vulnerability-self-settings.php | 1 + frontend/class-prevent-xss-vulnerability-frontend.php | 2 +- prevent-xss-vulnerability.php | 2 +- readme.txt | 6 +++++- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/admin/class-prevent-xss-vulnerability-self-settings.php b/admin/class-prevent-xss-vulnerability-self-settings.php index 05dd7ea..5a66bdb 100644 --- a/admin/class-prevent-xss-vulnerability-self-settings.php +++ b/admin/class-prevent-xss-vulnerability-self-settings.php @@ -17,6 +17,7 @@ function __construct() { * * @access private * @since 0.3.0 + * @updated 0.3.3 * * @return void */ diff --git a/frontend/class-prevent-xss-vulnerability-frontend.php b/frontend/class-prevent-xss-vulnerability-frontend.php index dde52c3..41f4950 100644 --- a/frontend/class-prevent-xss-vulnerability-frontend.php +++ b/frontend/class-prevent-xss-vulnerability-frontend.php @@ -204,7 +204,7 @@ public function escape_html() { * * @access public * @since 0.3.0 - * @updated 0.3.1 + * @updated 0.3.3 * * @return void */ diff --git a/prevent-xss-vulnerability.php b/prevent-xss-vulnerability.php index 83e7520..c488c4f 100644 --- a/prevent-xss-vulnerability.php +++ b/prevent-xss-vulnerability.php @@ -3,7 +3,7 @@ * Plugin Name: Prevent XSS Vulnerability * Plugin URI: https://wordpress.org/plugins/prevent-xss-vulnerability/ * Description: Secure your site from the XSS Attack. - * Version: 0.3.2 + * Version: 0.3.3 * Author: Sami Ahmed Siddiqui * Author URI: https://www.yasglobal.com/web-design-development/wordpress/prevent-xss-vulnerability/ * License: GPLv3 diff --git a/readme.txt b/readme.txt index 3f9ba87..a2bebf6 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: sasiddiqui Tags: attack, cross-site scripting, security, vulnerability, xss, self-xss Requires at least: 3.5 Tested up to: 5.1 -Stable tag: 0.3.2 +Stable tag: 0.3.3 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -106,6 +106,10 @@ A. No, this plugin doesn't have any conflict with any plugin. == Changelog == += 0.3.3 - Apr 08, 19 = + + * Added wp_kses to make the warning message secure + = 0.3.2 - Mar 21, 19 = * Added Upgrade Notice above the Self XSS