Releases: bradyvercher/gistpress
Releases · bradyvercher/gistpress
3.0.3
3.0.2
- Sanitized the
id
attribute passed to the[gist]
shortcode. This fixes an XSS vulnerability that could be exploited by untrusted contributors on multi-author sites. Thanks to @cornerpirate for disclosing responsibly. - Added an XML encoding declaration to load Gist content as UTF-8 (#76).
- Removed
DOCTYPE
,html
andbody
elements added by DOMDocument. - Ensured the $gistpress global exists and is an instance of
GistPress
before running (#72). Props @robneu - Added
.editorconfig
file. - Fixed some code standards.
- Updated change log.
- Added Issue and Pull Request templates.
- Move screenshot into
assets-repo
. - Removed / updated author details.
- Updated "Tested up to" to 5.3.