Skip to content

Commit

Permalink
Bump to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Mar 21, 2019
1 parent f8dd34b commit 0488da9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 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.1
* Version: 0.3.2
* 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.0' );
define( 'PREVENT_XSS_VULNERABILITY_PLUGIN_VERSION', '0.3.2' );
}
if ( ! defined( 'PREVENT_XSS_VULNERABILITY_PATH' ) ) {
define( 'PREVENT_XSS_VULNERABILITY_PATH', plugin_dir_path( PREVENT_XSS_VULNERABILITY_FILE ) );
Expand Down
14 changes: 12 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Prevent XSS Vulnerability ===
Contributors: sasiddiqui
Tags: attack, cross-site scripting, security, vulnerability, xss
Tags: attack, cross-site scripting, security, vulnerability, xss, self-xss
Requires at least: 3.5
Tested up to: 5.1
Stable tag: 0.3.1
Stable tag: 0.3.2
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.2 - Mar 21, 19 =

* Added Upgrade Notice above the Self XSS

= 0.3.1 - Mar 19, 19 =

* Enhancements
Expand Down Expand Up @@ -133,3 +137,9 @@ A. No, this plugin doesn't have any conflict with any plugin.
= 0.1 - Aug 24, 17 =

* First release on wordpress.org.

== Upgrade Notice ==

= 0.3.2 =
Added Self-XSS Functionality same as Facebook. It needs to be enabled from the Settings page if you like to. If you like to know how it looks a like then please visit on WP Plugins page and check screenshots.

0 comments on commit 0488da9

Please sign in to comment.