Skip to content

Releases: bradyvercher/gistpress

3.0.3

24 Nov 18:08
Compare
Choose a tag to compare
  • Temporarily suspend PHP Warnings on invalid tags when processing Gist HTML (#81).

3.0.2

16 Jan 23:42
Compare
Choose a tag to compare
  • 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 and body 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.

2.0.3

17 Apr 15:30
Compare
Choose a tag to compare

Hotfix release that fixes a change in GitHub's JSON response that resulted in style sheet URLs being incorrect.