Release date: July 2, 2019
- Modular Content: Added shortcodes for easy output in posts, pages, Text Widgets, Text Boxes, and any other text field that runs standard WordPress content filters

- Site Title and Logo: Added linking option to the Site Title settings now accessible from the Content & Display page
- Header Image: Added
thesis_header_image_linkfilter to enable Skins to convey linking options for header images - Post Box, Post List, and Query Box: Moved Schema selector to the editable options accessible from the Content & Display page
- Comment Consent Checkbox: This item is now controlled by a checkbox in the WordPress Admin → Discussion settings rather than a filter
- Added one new Google Font, DM Sans
- Hook sniffing can now be enabled on the front end with the boolean
thesis_hooksfilter - Post Date Box: Date
metaproperties will only appear if a markup Schema is present (helpful for Plugin Schema overrides) - Post Box: Added rotator override filter,
post_box_rotator_override_$hook, and associated hook,post_box_rotator_$hook, where$hookis the Display ID - Nav Menu (WP) Box: Added
thesis_wp_nav_menu_warningfilter to enable Skins to convey a warning message on individual Nav Menu settings pages - Post Box: Added new universal container hooks,
hook_[location]_post_box, where location isbefore,top,bottom, orafter - Post List Box: Added new universal container hooks,
hook_[location]_post_list, where location isbeforeorafter - Post List Box: Added specific
hook_[location]_post_list_item_$hookand universalhook_[location]_post_list_itemlist item hooks, where location istoporbottom - Query Box: Added new universal container hooks,
hook_[location]_query_box, where location isbefore,top,bottom, orafter - Query Box: Added universal
hook_[location]_query_box_itemlist item hooks, where location istoporbottom - Form API: Added optional
readonlyattribute totextinputs - Site Title Box: Fixed output if title is not linked
- Post Date Box: Fixed
titleattribute of the last-modified date - Future updates (2.9+) will not have lingering “update nag” problems
- Constrained tooltip widths to 544px for easier reading and fewer “mistakes” in UI interactions
- Added
thesis_mce_formats_titlefilter to enable “Thesis Content Formats” to be changed to “Focus Content Formats” in the TinyMCE Editor - Legacy hook names for Post Boxes, Post Lists, and Post Content
- Legacy hook names
hook_before_htmlandhook_after_html, replaced withhook_top_bodyandhook_bottom_body