1.14.1 - Rel Tax Custom Order
Rel Tax powered BB posts modules will now honor the order of related posts from the ACF input field. Customizer Custom CSS instant preview works again.
Beaver Builder integrations
View All TagsRel Tax powered BB posts modules will now honor the order of related posts from the ACF input field. Customizer Custom CSS instant preview works again.
This update introduces a new Yoko Options page for admin users, allowing custom CSS injection in the WordPress Admin Dashboard and easier targeting of user roles. It also adds an "Exclude from Typesense" option for search integration, and improves shortcode handling for external styles and scripts in the URLProxy class. Additionally, a bug with Beaver Builder's HeroIcons color selector is fixed, and the CMB2 library is updated to version 2.88.x.
ADDS
role-[ROLE SLUG] call to the WP admin dashboard for easy CSS/JS targetting of specific roles.href attributes on external style tags and src attributes on javascript tags in the URLProxy.php class.FIXES
CHANGES
Improves ICS generator on Add to Calendar BB module and shortcode to have more robust compatibility with Outlook Desktop. Fixes BB iFrame Autoresize module bug that prevented injected CSS from rendering correctly.
FIXES
A maintenance release that fixes a bug that prevented the injected CSS option in the iFrame - Autoresize custom BB module from working. Also adds the Theme Read Me menu for yoko users for themes that have a README.md file. Also automatically adds all custom post types to Code Mana's Typesense plugin.
ADDS
README.md or README.md.php file if it's presents under the Yoko Dashboard admin menu.FIXES
This release adds a content_corral_exclusive_taxonomies filter to allow theme developers to override default "exclusive taxonomy" behavior for Content Corral taxonomies on a per-project basis. Also ships fixes to bugs and missing features in Keen Slider module. Ships initial Yoko Staff SSO and OpenAI agent integration scaffolding for live testing.
FIXES
ADDS
content_corral_exclusive_taxonomies added.REMOVES
This maintenance release adds initial integrations with WP All Import to make it easier to write targetted import scripts. It adds the YokoCo\sideload_file function to make it easier to upload non-image attachments. It fixes a CSS rendering issue with Select2 dropdowns in WP Admin and gracefully handles error in the Core Navigation block "Child Menu" customization caused by the block not having any children. This update also makes it possible to change the label of the Relational Taxonomy of a CPT so that the rendered metaboxes have contextual names (ex for a Person CPT, the rel tax can be called "Authors").
ADDS
pmxi_saved_post_{post_type} action to make it easy to add functions to imports of a specific post type.wp-all-import.php file from the theme if it exists.YokoCo\sideload_file function that mirrors the native WordPress media_sideload_image function, but for any file type.FIXES
CHANGES
Makes admin post search use the relevance orderby parameter to make it easier to find admin content. Fixes bug with Beaver Builder show/hide logic when using the "after" operator. Fixes bug with yoko.yml CPT generator that overwrote the rest_base parameter needlessly.
yoko.yml in which the default rest_base was overwritten unneccessarily causing the Gutenberg editor to not work.Adds "Show Child Pages" option to core WordPress Navigation Gutenberg block to render navigation for heirarchical post types. Fixes bug with Add to Calendar shortcode that miscalculated the duraction of multi-day, full-day events.
FIXES
ADDS
Add to Calendar shortcodes and BeaverBuilder module is compatible with three and two letter timezone strings (ex. EST, ET, CT,etc.). Adds initial integration with Search with Typesense. Fixes the filemtime stat bug by replacing the enqueued script/css version with the Yoko Core plugin version.
FIXES
filemtime bug when checking for the stat on files in the node_modules folder.CHANGES
ADDS
Fixes issue with "Show/Hide" tab not showing on Beaver Builder modules. Adds Aloglia search to core.yokoco.dev and hides the "Edit Site" menu item for non-yoko admins. The menu items are hidden by CSS only and connected to the --yoko-critical-menus-display CSS variable so this can easily be overwritten.
FIXES
ADDS
CHANGES