Skip to content

Commit

Permalink
Changelog #16
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeolaru committed Oct 11, 2024
1 parent 2ee6945 commit 4ab5891
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: pixelgrade, vlad.olaru, babbardel
Tags: category, taxonomy, term, icon, image
Requires at least: 4.9.19
Tested up to: 5.9.0
Tested up to: 6.6.2
Requires PHP: 5.6.40
Stable tag: 1.0.0
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -26,6 +26,12 @@ It is up to you to query and output in your theme using the provided getter func

== Changelog ==

= 1.0.1 =
* Added sanitization for SVG uploads to prevent Cross-Site Scripting (XSS) vulnerabilities.
* Implemented secure file naming for uploaded SVG files by appending a random suffix to filenames.
* Enhanced upload handling to ensure SVG files are sanitized in place without altering the original upload path.
* Improved compatibility with WordPress file upload checks.

= 1.0.0 =
* Ensure compatibility with WordPress 5.9
* Add getter functions for term icon and image.
Expand Down

0 comments on commit 4ab5891

Please sign in to comment.