== Changelog ==

This file contains only old changelog. See readme.txt for newer versions.

= 2.0.2 - Dec 23, 24 =

Fix minor WPCS issues and change text for better understanding.

= 2.0.1 - Aug 19, 22 =

  * Bug
    * [Please fix Notices for use in WP_DEBUG mode](https://wordpress.org/support/topic/please-fix-notices-for-use-in-wp_debug-mode/)

= 2.0.0 - Jul 14, 21 =

  * Bug
    * [Unable to execute bulk actions of WooCommerce orders when this plugin is enabled](https://wordpress.org/support/topic/unable-to-execute-bulk-actions-of-woocommerce-orders-when-this-plugin-is-enabled/)
    * [Bulk actions dont work (ie bulk delete pages, images)](https://wordpress.org/support/topic/bulk-actions-dont-work-ie-bulk-delete-pages-images/)
    * [Facing conflict issue while perform bulk delete option on post](https://wordpress.org/support/topic/facing-conflict-issue-while-perform-bulk-delete-option-on-post/)

  * Enhancements
		* [Include other/extra parameters](https://github.com/samiahmedsiddiqui/prevent-xss-vulnerability/issues/3)
		* Fixed WPCS issues

= 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`

= 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

= 0.3.2 - Mar 21, 19 =

  * Added Upgrade Notice above the Self XSS

= 0.3.1 - Mar 19, 19 =

  * Enhancements
    * Changing function name to be more generic for `Self-XSS` Functionality

= 0.3.0 - Mar 14, 19 =

  * Enhancements
    * Added Self-XSS Functionality
  * Bugs
    * Fixed wrong protocol issue on redirecting URL

= 0.2.1 - Feb 27, 19 =

  * Bugs
    * Used Absolute URL to redirect instead of Relative URL to avoid site redirection issues

= 0.2 - Dec 02, 18 =

  * Enhancements
    * Added Escaped HTML Feature in `$_GET` variable
    * Optimized Function to have better performance

= 0.1 - Aug 24, 17 =

  * First release on wordpress.org.
