There are always more bugs and unreasonable requests, aren’t there? This update introduces additional fixes and a few quality-of-life improvements. Most notably, you can now assign and append chapters via bulk edit — though perhaps avoid doing 500 at a time! Use at your own peril. Additionally, there is a new shortcode to display styled tags in specific ways and a new parameter for existing shortcodes.
Please consider supporting me on Ko-fi, Patreon, or GitHub Sponsors if you like the theme.
Release Notes
- Fixed: The non-AJAX comment moderation menu is empty
- Fixed: The site logo is sometimes misaligned in Firefox
- Fixed: The article cards section is missing the default top margin
- Fixed: The floating suggestion button is rendered even if commenting is disabled
- Fixed: The new markers of Follow items do not vanish if marked read
- Fixed: Completion checkmarks cannot be toggled on story cards
- Fixed: The completion checkmark is not properly set on story pages
- Fixed: The Patreon tier data in the OAuth hooks is always empty
- Fixed: Newly published stories are missing the thumbnail in Discord embeds
- Improved: Updated descriptions for the sidebar options for better clarity
- Improved: Boosted performance of bulk edits for theme meta fields
- Improved: Let lightbox loader vanish after 1 second in case of transparencies
- Improved: The Latest Chapters shortcode now includes standalone chapters
- New: Added bulk edit for the chapter story field (admin/editor only)
- New: Added fictioneer_terms shortcode
- New: Added post_status parameter to content shortcodes
- New: Added option to redirect scheduled chapters to story or home (instead of 404)
- Dev: Updated Font Awesome to 6.7.2
- Dev: Updated SortableJS to 1.15.6
- Dev: Refactored bulk edit implementation with bulk_edit_posts hook
- Dev: Extended fictioneer_filter_list_chapter_prefix filter with the $chapter_id and $context params
- Dev: Added fictioneer_filter_list_chapter_title_row filter
- Dev: Added fictioneer_filter_patreon_tier_unlock filter
- Dev: Added fictioneer_filter_rss_main_query_args filter
- Dev: Added fictioneer_filter_rss_story_query_args filter
- Dev: Added fictioneer_filter_shortcode_terms_query_args filter
- Dev: Added fictioneer_expired_post_password action
- Dev: Added post status CSS modifier class to shortcode outputs
- Dev: The patreon_tiers array in the fictioneer_after_oauth_user arguments now uses the Tier IDs as keys
- Dev: Added patreon_membership to the fictioneer_after_oauth_user arguments
- Dev: Removed the deprecated is_follower attribute from the Patreon membership data
- Dev: Refactored fictioneer_post_story_to_discord back to save_post hook