Skip to content

Commit

Permalink
Bump to v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed May 11, 2019
1 parent 0043cbb commit 9fd172d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
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://wordpress.org/plugins/prevent-xss-vulnerability/
* Description: Secure your site from the XSS Attack.
* Version: 0.3.3
* Version: 0.3.4
* Author: Sami Ahmed Siddiqui
* Author URI: https://www.yasglobal.com/web-design-development/wordpress/prevent-xss-vulnerability/
* License: GPLv3
Expand Down Expand Up @@ -61,7 +61,7 @@ private function setup_constants() {
define( 'PREVENT_XSS_VULNERABILITY_FILE', __FILE__ );
}
if ( ! defined( 'PREVENT_XSS_VULNERABILITY_PLUGIN_VERSION' ) ) {
define( 'PREVENT_XSS_VULNERABILITY_PLUGIN_VERSION', '0.3.2' );
define( 'PREVENT_XSS_VULNERABILITY_PLUGIN_VERSION', '0.3.4' );
}
if ( ! defined( 'PREVENT_XSS_VULNERABILITY_PATH' ) ) {
define( 'PREVENT_XSS_VULNERABILITY_PATH', plugin_dir_path( PREVENT_XSS_VULNERABILITY_FILE ) );
Expand Down
11 changes: 7 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
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.3
Tested up to: 5.2
Stable tag: 0.3.4
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -106,9 +106,13 @@ A. No, this plugin doesn't have any conflict with any plugin.

== Changelog ==

= 0.3.4 - May 11, 19 =

* Added `wp_kses` to make the textarea messages more secure

= 0.3.3 - Apr 08, 19 =

* Added wp_kses to make the warning message secure
* Added `wp_kses` to make the warning message secure

= 0.3.2 - Mar 21, 19 =

Expand All @@ -131,7 +135,6 @@ A. No, this plugin doesn't have any conflict with any plugin.
* Bugs
* Used Absolute URL to redirect instead of Relative URL to avoid site redirecting issues


= 0.2 - Dec 02, 18 =

* Enhancements
Expand Down

0 comments on commit 9fd172d

Please sign in to comment.