Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Releases: zedzedzed/table-of-contents-plus

2408

14 Aug 01:09
Compare
Choose a tag to compare
  • Released: 14 August 2024
  • Redo XSS issue reported by wpscan

2406

05 Aug 01:34
Compare
Choose a tag to compare
  • Released: 16 June 2024
  • Revert 'Do not output CSS/JS on pages not eligible' introduced in 2402 as it broke some clever edge cases
  • Fixed XSS issue requiring editor or higher privileges for show/hide text (thanks to wpscan)

2402.1

22 Feb 00:35
Compare
Choose a tag to compare
  • Fixed check for shortcode use (#164)

2402

21 Feb 03:15
Compare
Choose a tag to compare
  • Added option to generate TOC in REST requests, disabled by default (props ballpumpe)
  • Composer improvements (props mohjak)
  • Do not output CSS/JS on pages not eligible
  • Update POT translation file
  • Update links to help

2311

07 Nov 02:45
Compare
Choose a tag to compare
  • Bump tested WordPress version to 6.4
  • Do not trigger on REST requests (props steffenster)
  • Update include mechanism in init.php (props maciejmackowiak)

2309

19 Sep 03:05
c1aa6bc
Compare
Choose a tag to compare
  • Bump tested version to 6.3.1
  • Added child_of property to sitemap_pages shortcode (props flagsoft). This lets you output a listing of child pages for a set parent or "current". Property is optional and defaults to all pages.
  • Fixed XSS possibility handling nonce while saving options (thanks to Patchstack)
  • Updated WordPress Coding Standard to 3.0

2302

19 Sep 03:04
10ab4ba
Compare
Choose a tag to compare
  • Added toc_brackets CSS class to square brackets around show/hide text
  • Added a filter to the toc_extract_headings function (props Raymond Radet)
  • Refactor using WordPress-Extra coding standard

2212

16 Dec 10:27
Compare
Choose a tag to compare
  • Bump tested version to 6.1.1
  • When using the TOC+ widget, execute shortcodes beforehand (props endcoreCL)
  • When using the TOC+ widget, abort early when no post for edge cases (props jonas-hoebenreich)
  • Add start property to toc shortcode to override the minimum number of headings needed to display (props woutervanvliet)
  • Add no_numbers property to toc shortcode to disable leading heading indexes (props TedAvery)
  • Fixed XSS vulnerability in toc shortcode, class property (thanks to wpscan)
  • Fixed XSS vulnerabilities in sitemap_pages and sitemap_categories shortcodes, label property

2106

23 Jun 00:19
Compare
Choose a tag to compare
  • Add compatibility with Rank Math SEO
  • Bump tested WordPress version to 5.7
  • Add PHP coding style
  • Adhere to majority of coding tips

2002

09 Feb 05:49
Compare
Choose a tag to compare
  • Fixed encoding when using %PAGE_TITLE% or %PAGE_NAME%
  • Bump tested WordPress version to 5.3
  • Removed all local translations as you can find more up to date ones at translate.wordpress.org
  • Removed translators links from readme