Skip to content

Fictioneer 5.35.0

Choose a tag to compare

@Tetrakern Tetrakern released this 09 Mar 16:05
· 13 commits to main since this release

Small update with great impact. Unlisted posts now have a dedicated custom post status, which removes the need for slow meta queries across the theme. This feature isn't used by 99.9-and-then-some percent of all users, so removing the bottleneck is a huge performance gain. Similar issue with the no-chapter flag, which caused so much trouble for nearly no benefit whatsoever.

Rant: WordPress allows you to register custom post statuses. Great. You know what it does not? Show these custom post statuses anywhere in the post editor! That was the very reason I didn't do this from the start and forcing it into the interface, just a small checkbox really, was an absolute pain.

Please consider supporting me on Ko-fi, Patreon, or GitHub Sponsors if you like the theme.

Release Notes

  • Fixed: Contact Form shortcode does not display default button label or form title
  • Fixed: Hover style of in-progress buttons is broken
  • Fixed: Link styles are not applied in the classic editor
  • Fixed: Submenu item colors are sometimes wrong in child themes
  • Changed: Updated Font Awesome to version 7.2
  • Changed: Repurpose no-chapter flag for ePUB rendering only
  • Improved: Replaced unlisted flag with custom post status
  • Improved: Disabled automatic oEmbed exposure of your site