Skip to content

Commit

Permalink
BUmp to v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Apr 8, 2019
1 parent aef2b32 commit 2c0996b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions admin/class-prevent-xss-vulnerability-self-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ function __construct() {
*
* @access private
* @since 0.3.0
* @updated 0.3.3
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion frontend/class-prevent-xss-vulnerability-frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public function escape_html() {
*
* @access public
* @since 0.3.0
* @updated 0.3.1
* @updated 0.3.3
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion 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://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
Expand Down
6 changes: 5 additions & 1 deletion 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, 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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2c0996b

Please sign in to comment.