Skip to content

Fictioneer 5.24.4

Latest
Compare
Choose a tag to compare
@Tetrakern Tetrakern released this 30 Sep 11:39
· 180 commits to main since this release

Maintenance update with an extension of developer options (thanks @iniznet). Additionally, a bug that forced all chapter list links into the ?={id} structure has been fixed. While that did not break anything, it was not ideal for search engines. Also, the site logo now has minimum and maximum height settings to improve scaling between desktop and mobile viewports.

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

Release Notes

  • Fixed: Permalinks in chapter lists respect the permalink structure again instead of using the ID
  • Fixed: Self-deleting an account now also removes it from a multisite network (if any)
  • Improved: Self-deleting an account will now reassign all remaining posts to a dummy user
  • Improved: Removed useless backup meta fields for deleted comments
  • New: Split logo height customizer setting into minimum and maximum
  • Dev: Added fictioneer_filter_allowed_chapter_permalinks filter (@iniznet)
  • Dev: Added fictioneer_filter_append_chapter_to_story_statuses filter (@iniznet)
  • Dev: Added fictioneer_filter_get_story_data_indexed_chapter_statuses filter (@iniznet)
  • Dev: Added fictioneer_filter_chapter_nav_buttons_allowed_statuses filter (@iniznet)
  • Dev: Added fictioneer_filter_chapter_subscribe_button_statuses filter (@iniznet)
  • Dev: Added fictioneer_filter_chapter_index_popup_menu_statuses filter (@iniznet)
  • Dev: Added fictioneer_filter_chapter_media_buttons_statuses filter (@iniznet)
  • Dev: Added fictioneer_filter_chapter_list_statuses filter (@iniznet)
  • Dev: Added fictioneer_filter_verify_unpublish_access filter (@iniznet)
  • Dev: Refactored fictioneer_delete_my_account() for efficiency and multisites
  • Dev: Multiple chapter order/view toggles can no longer cancel each other out