Skip to main content

8 posts tagged with "Documentation"

Documentation improvements

View All Tags

1.14.0 - Local Time Block, Bug Fixes

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

Adds Local Time Gutenberg block. Adds allowed-role-[ROLE SLUG] classes to gated posts' body classes. Multisite site admins can add SVGs. Local Time Gutenberg block based on the [local_time] shortcode.

ADDS

  • [Local Time Block] Adds the native Gutenberg block "Local Time" to allow times to be converted from one timezone to another and/or to the browser's timezone. Uses the Local Time shortcode to render the block.
  • [Local Time Shortcode Docs] Flushes out the local time shortcode attribute documentation.
  • [Content Gating Role Classes] Adds allowed-role-[ROLE SLUG] classes to gated posts' body classes for personalization.

FIXES

  • **[Multisite] Multisite site admins (not super admins) can now add SVGs. This was added to make it possible for site admins to use The Icon Block Gutenberg block. Without this code, adding SVG icons fails because admins on multisites are not allowed to add unfiltered HTML by default in WordPress.

CHANGES

  • Updates Guzzler composer package to 6.5.8 for compatibility reasons.

1.11.4 - Beaver Builder iFrame, Add to Cal Outlook ICS

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

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

  • [BEAVER BUILDER] Fixes bug in iFrame Autoresize module that prevented injected CSS from rendering.
  • [BEAVER BUILDER] Updates ICS generator in Add to Calendar module to support timezones better.
  • [HIERARCICAL CPT] Removes the "Add Subpage" button on the "Trash" page of edit posts list.

1.11.3 - Permalink Length Limit Option

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

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

  • [OPTION] Adds the Limit Permalink Lengths option to the General options screen to enforce shorter permalinks.
  • [ROW ACTION] Adds Shorten Permalink row action to posts that have a permalink longer than the set limit.
  • [AMS] Adds a standalong SalesForceClient class that will work with the native SalesForce API and hence is applicable to AMS's like Fonteva and Nimble.
  • [CPTSYNC HEALTH] Adds all functions that are currently attached to CPTSync hooks for better visibility.
  • [CPTSYNC] Adds ability to manually reschedule all sync actions from the admin dashboard.
  • [WP2FA] Adds initial integration class with WP2FA with maybe_exclude_user_from_wp2fa method.

1.11.2 - Bug Fixes

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

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

  • [DOCUMENTATION] Renders the active theme's README.md or README.md.php file if it's presents under the Yoko Dashboard admin menu.
  • [INTEGRATIONS] Adds all post types for Code Mana's Typesense Search plugin if detected.

FIXES

  • [BEAVER BUILDER] Fixes custom iFrame module bug that prevented injected CSS from being added to certain iFrames with escaped characters.

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.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.2 Docusaurus Documentation!

· One min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co
Léo Muniz
Senior Full Stack Engineer @ Yoko Co
  1. [NEW FEATURE] New Docusaurus documentation website exists now!
  2. [DOCUMENTATION] Added changelog guidelines.
  3. [BUG FIX] Prevents CPTSync manual sync from syncing incorrect post type.
  4. [IMPROVEMENT] Adds ZZ formatting option to date.format.js and yoko_local_time_to_time_formatted filter for custom formatting overrides.
  5. [NEW FEATURE] Integrates Appsero for plugin usage statistics.