Fictioneer 5.18.1
Small update to fix some issues with the multi-site registration form and login modal not showing up. Also added the option to enable a new caching system for partials, which will save you... about 1 millisecond render time! Only if you do not already use a cache plugin, as you should. Might be extended in the future, but does not seem worth the effort, really.
Please consider supporting me on Ko-fi, Patreon, or via crypto donation if you like the theme.
Release Notes
- Fixed: Registration and activation for multi-sites are now rendered correctly
- Fixed: Enabling the WP login link now also enabled the login button and modal
- New: Added option to cache static partials if no cache plugin is running
- Dev: fictioneer_output_head_meta() is no longer pluggable and hooked into wp_head
- Dev: fictioneer_output_head_critical_scripts() is no longer pluggable and hooked into wp_head
- Dev: Added FICTIONEER_MU_REGISTRATION to detect wp-signup.php and wp-activate.php
- Dev: Replaced fictioneer_add_noindex_to_robots() with wp_robots_no_robots()
- Dev: Removed unused fictioneer_sanitize_args()