-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchangelog.txt
64 lines (40 loc) · 1.84 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
== Changelog ==
This file contains only old changelog. See readme.txt for newer versions.
= 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.