1.13.6 - Sets CMB2 to version 2.11.x
Fixes conflict with CMB2 version 2.4.x by setting CMB2 version to 2.11.x
FIXES
- [CMB2] Sets CMB2 to version 2.11.x due to bug with version 2.4.x
WP Admin improvements
View All TagsFixes conflict with CMB2 version 2.4.x by setting CMB2 version to 2.11.x
FIXES
Fixes conflict with CMB2 version 2.88.x by reverting it back to 2.4.x. Also fixes issue with Admin CSS only rendering for Yoko Users. Admin CSS now renders for all admin dashboard loads.
FIXES
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
Adds the "Child Post Options" metabox to child posts of Yoko Hierarchical Post types to enable page omission from parent menus and changing menu label if title is too long. Fixes bug with Superscript and Subscript buttons not working.
ADDS
FIXES
Reveals the superscript and subscript buttons in the TinyMCE and adds shortcuts for each. Superscript -> Command + Shift + . and Subscript -> Command + Shift + ,.
ADDS
superscript and subscript buttons in the TinyMCE and adds shortcuts for each.Adds a simple to use logging function for writing to post specific logs along with the metabox to display them if a log file exists. Adds yoko-user-role-[USER ROLE] classes to the body tag to power content personalization. CPTSync writes sync log entries to individual record post logs by default.
ADDS
Post Log metabox to any post that has a log file associated with it. Doesn't render if no log file is detected.

yoko-user-role-[USER ROLE] body classes to handle low-level content personalization.CHANGES
Add the ability to limit permalink length. Adds the ability to shorten long permalinks that predate the addition of this feature. Adds CPT Sync Health Dashboard hook functions and reschedule actions button. Adds standalone SalesForceClient. Adds WP2FA integration class with maybe_exclude_user_from_wp2fa method.
ADDS
Shorten Permalink row action to posts that have a permalink longer than the set limit.SalesForceClient class that will work with the native SalesForce API and hence is applicable to AMS's like Fonteva and Nimble.CPTSync hooks for better visibility.WP2FA with maybe_exclude_user_from_wp2fa method.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 release introduces customizations of Hierarchical Posts to make them easier to manage including via extensions to the native Navigation and Post Title block to make it easy to create sub-menus with FSE. Also fixes bugs with Yoko User detection in the admin dashboard, relational taxonomy compatibility with FacetWP and the HeroIcon shortcode.
ADDS
FIXES
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