Skip to main content

1.11.1 - Content Corral Enhancements

· One min read
Sarah Lewis
Senior Full Stack Engineer @ Yoko Co
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

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

  • [BEAVER BUILDER] Fixes Keen slider number field type bug.

ADDS

  • [FILTER] content_corral_exclusive_taxonomies added.
  • [BEAVER BUILDER] Adds Keen slider Next/Prev buttons UI option.
  • [BEAVER BUILDER] Adds Keen slider compatibility with ACF galleries and links in captions.
  • [ADMIN] Adds Coding Styles documentation.
  • [ADMIN] Adds initial scaffolding for Yoko Staff SSO.
  • [AI] Adds initial scaffolding for OpenAI agent integration.

REMOVES

  • [PHP] Removes support for PHP8.0.

1.11.0 - Blocks, Hierarchical Posts, and Bugs

· One min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

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

  • [HIERARCHICAL CPT] Adds subpages column to hierarchical post types that aren't pages
  • [HIERARCHICAL CPT] Adds metafield fallback from child to parent for hierarchical post types when meta is looked up but is empty on child
  • [GUTENBERG] Adds "Use Child Pages" option to core navigation block.
  • [GUTENBERG] Adds "Use Parent Title" option to core title block to render parent's title from child page.

FIXES

  • [ADMIN] Simplifies Yoko User detection in admin for better compatibility on multisite.
  • [RELTAX] Fixes bug in which Relational Taxonomies were being registered too late for FacetWP to detect.
  • [SHORTCODES] Fixes bug in HeroIcons shortcode.

1.10.3 - WP All Import Integration

· 2 min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

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

  • [WP ALL IMPORT] Adds pmxi_saved_post_{post_type} action to make it easy to add functions to imports of a specific post type.
  • [WP ALL IMPORT] Automatically require_once the wp-all-import.php file from the theme if it exists.
  • [ADMIN] Adds the YokoCo\sideload_file function that mirrors the native WordPress media_sideload_image function, but for any file type.

FIXES

  • [RELTAX] Fixes the Select2 CSS of a relational taxonomy filter select on the post screen.
  • [BLOCKS] Gracefully handles Core Navigation block "Child Menu" customization when it fails due to a lack of internal blocks.
  • [BEAVER BUILDER] Fixes bug in Heroicons and Keen Slider modules where path to sub files was missing a leading slash.

CHANGES

  • [RELTAX] The target post type meta box has the label of the rel taxonomy instead of the CPT because the taxonomy describes the relationship (ex. author).

1.10.2 - Admin Search Enhancements & Bug Fixes

· One min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co
Sarah Lewis
Senior Full Stack Engineer @ Yoko Co

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.

Enhancements

  • [Admin Search] Orders post type listing search results and menu quick-add searches by relevance.

Fixes

  • [Beaver Builder] Fixes logic in Show/Hide tab when setting show or hide "After" a date.
  • [YOKO YAML] Fixes bug with yoko.yml in which the default rest_base was overwritten unneccessarily causing the Gutenberg editor to not work.

1.10.1 - ACF Post Parent Location Logic

· One min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

Adds the "Post Parent" ACF field location logic option to allow a custom field group to render only on parents or only on child posts of a hierarchical post type.

ADDS

  • [ACF] Adds "Post Parent" location logic to render ACF fields only on child or parent posts.

ACF Post Parent Location Option

1.10.0 - Child Posts Nav Block & Bug Fixes

· One min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

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

  • Fixes issue with Add to Calendar shortcode and Beaver Builder module miscalculating the length of a multi-day, all-day event.

ADDS

  • Adds "Show Child Pages" option to native WP navigation block to render child pages on pages like micro-sites or large events with sophisticated sub-navigation requirements.

1.9.9 - Enhancements and Bug Fixes

· One min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co
Sarah Lewis
Senior Full Stack Engineer @ Yoko Co

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

  • Fixes filemtime bug when checking for the stat on files in the node_modules folder.

CHANGES

  • Add to calendar shortcode and bb module attempt to guess timezone when provided with an abbreviation instead of a fully formed php timezone.
  • Makes changed environment message less scary.

ADDS

  • Initial Search with Typesense integration that allows all public post_types to be indexed.

1.9.8 - Performance and Bug Fixes

· One min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

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

  • [BEAVER BUILDER] Fixes issue in which "Show/Hide" tab wasn't showing up.

ADDS

  • [DOCUMENTATION] Adds Aloglia Search to documentation site.

CHANGES

  • [FULL SITE EDITING] Hides the "Edit Site" menu items for non-yoko admins.

1.9.7 - Performance and Bug Fixes

· 2 min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co
Léo Muniz
Senior Full Stack Engineer @ Yoko Co

Introduces the unpublish post functionality, the content protectection lock in the WP adminbar for posts with protected content, along with an Admin Bar Roles option to configure which roles can see the adminbar on the frontend. Also adds integration configuration with AMS Connect for WP to ensure legacy SSO boilerplates and shortcodes continue to work as normal and a timezone attribute to the [add-to-calendar] shortcode.

Fixes

  1. [ADMIN] Fixes Appsero automatic Opt In function.
  2. [ADMIN] Fixes appearance of "BG Actions" submenu in Yoko Adminbar menu.

Adds

  1. [CONTENT PROTECTION] Adds content protection lock into Admin Bar when the current post is configured to be visible to only specific roles.
  2. [AMS CONNECT] Adds connection between AMS Connect for WP plugin and the Yoko Core content protection.
  3. [OPTIONS] Adds the "Admin Bar Roles" option to control which roles should be able to see the adminbar when they are logged in.
  4. [UNPUBLISH POST] Adds the unpublish post functionality allowing user to schedule a post to be unpublished and set to draft at a specified future time.
  5. [ADD TO CALENDAR] Adds timezone attribute to add to calendar shortcode.
  6. [YOKO LOGGER] Adds the yoko_log_nodate( $message, $type ) function to create log files that do not automatically split into daily logs.

1.9.6 - Yoko Admin

· One min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

This release addresses a number of small bugs and WP admin configuration. The WP Activity Log will now automatically be set to 1 week retention when the site is cloned to a staging environment. Add to Calendar BB module setup video is now included.

  1. [WP ACTIVITY LOG] Retention date set to 1 week when environment change is detected to a local or staging environment.
  2. [BUG FIX] Gracefully handles bug with setting NightlyMaintenance ActionScheduler action before ActionScheduler tables are ready.
  3. [ENV CHANGE] Added yoko_on_env_changed hook that fires only one time when env change is detected.
  4. [ADMIN] Adds Yoko logo to Yoko admin menus and move "BG Actions" into Yoko menu in Adminbar.
  5. [ADD TO CALENDAR] Add to Calendar BB widget reverts back to "Add to Calendar" after selection. Added setup instruction video.