Skip to content

v1.1.1 - Refactor FAQ collection output rendering

Latest

Choose a tag to compare

@NichlasB NichlasB released this 23 Mar 12:20
· 2 commits to main since this release

What's New in v1.1.1

This release removes unnecessary HTML escaping from FAQ collection output in shortcode and taxonomy templates, allowing more flexible content rendering.

Highlights

  • Removed wp_kses_post() wrapper from FAQ collection echo in shortcode.php
  • Removed wp_kses_post() wrapper from FAQ collection echo in taxonomy template

Changelog

[1.1.1] - 2026-03-23

Changed

  • Removed wp_kses_post() wrapper from FAQ collection output in shortcode and taxonomy templates for more flexible content rendering

Upgrade Notes

No breaking changes in this release.