-
Fictioneer 5.8.2 Stable
released this
2023-12-01 06:47:28 +08:00 | 2683 commits to main since this release!!ATTENTION!! Hooks, functions, and files have been renamed! If you have used them in a child theme (you would know), please update them accordingly. This was done for internal consistency. Also, the
fictioneer_get_field
function has been removed as it had no longer any benefit.Please consider supporting me on Ko-fi if you like the theme.
Release Notes
- Fixed: The
static-menu-item
CSS class works again in the menu - Fixed: Word count in collections and collection cards should now be accurate
- Fixed: Dealt with
mb_convert_encoding
deprecation warning on PHP 8.2+ - Fixed: ePUB styles for frontmatter have paragraph spacing again
- Fixed: Output buffer does no longer interfere with ePUB downloads
- Fixed: Typo in array key that prevented a collection permission check from working
- Improved: Use related constants for reserved post slug protection
- Improved: Optimized ePUB generator performance
- Added:
fictioneer_get_story_chapters
helper - Added:
fictioneer_get_word_count
helper - Added:
fictioneer_filter_taxonomy_pills_group
filter - Replaced:
fictioneer_get_field
function with nativeget_post_meta
- Renamed:
fictioneer_header
action hook tofictioneer_inner_header
- Renamed:
fictioneer_header_background
function tofictioneer_header_inner_background
- Renamed:
fictioneer_site_header
function tofictioneer_inner_header
- Renamed:
partials/_site-header.php
topartials/_header-inner.php
- Renamed:
partials/_top-header.php
topartials/_header-top.php
- Docs: Added CSS snippet on how to merge the top-header with the navigation
Downloads
- Fixed: The