Skip to main content

13 posts tagged with "Gutenberg"

Gutenberg improvements

View All Tags

1.12.2 - Typesense Analytics, AQL Parent Posts Toggle

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

Typesense analytics tracking for non-admins only, env changes disconnect from Typesense servers. Adds Parent posts only toggle to Advanced Query Loop block. PDF Viewer search can be populated through URL.

ADDS

CHANGES

  • [TYPESENSE] Only outputs error_log messages if WP_DEBUG is true.
  • [TYPESENSE] By default, analytics is only tracked for non-admin WP users.
  • [TYPESENSE] Search With Typesense server credentials are removed when the environment changes to prevent unintended indexing from the wrong domain.
  • [PDF VIEWER] PDF Viewer can have search query prepopulated from the domain by adding #search=[SEARCH QUERY] at the end of the PDF attachment media post's URL.

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.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.