Skip to content

Commit

Permalink
Bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Aug 24, 2020
1 parent e419c62 commit b98cf2c
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ project.properties
# Gulp
/node_modules/

# Package Lock
package-lock.json

# OS X metadata
.DS_Store

Expand Down
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"gulp-uglify": "3.0.2"
},
"preventXssVulnerability": {
"pluginVersion": "0.3.5"
"pluginVersion": "1.0.0"
}
}
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.5
* Version: 1.0.0
* Author: Sami Ahmed Siddiqui
* Author URI: https://www.yasglobal.com/web-design-development/wordpress/prevent-xss-vulnerability/
* License: GPLv3
Expand Down Expand Up @@ -68,7 +68,7 @@ private function setup_constants()
}

if ( ! defined( 'PREVENT_XSS_VULNERABILITY_PLUGIN_VERSION' ) ) {
define( 'PREVENT_XSS_VULNERABILITY_PLUGIN_VERSION', '0.3.5' );
define( 'PREVENT_XSS_VULNERABILITY_PLUGIN_VERSION', '1.0.0' );
}

if ( ! defined( 'PREVENT_XSS_VULNERABILITY_PATH' ) ) {
Expand Down
11 changes: 9 additions & 2 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.2
Stable tag: 0.3.5
Tested up to: 5.5
Stable tag: 1.0.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.0.0 - Aug 24, 20 =

* Enhancements
* Escape array values
* Set headers to prevent caching before redirect
* Applied PHP Standard and removed couple of discouraged methods

= 0.3.5 - May 14, 19 =

* Fixing issue with `update_option`
Expand Down

0 comments on commit b98cf2c

Please sign in to comment.