Skip to main content

13 posts tagged with "Content Protection"

Content Protection improvements

View All Tags

1.25.1 - Soft Gate reaches the classic editor, and stops gating logged-in users

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

Version 1.25.1 fixes a Soft Gate bug worth updating for: the gate was showing to logged-in users, so administrators, editors and members were blurred out of their own content. It also brings per-post soft gating to the classic editor and page builders, which 1.25.0 could only do from the block editor.

1.25.0 - Soft Gate, email access links for gated content

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

Version 1.25.0 adds Soft Gate: a cache-friendly alternative to role-based gating that trades a reader's email address for a magic link, without taking the page out of the cache. It ships with a Gravity Forms merge tag, three support commands, and screenshots of every state. Also included: a documented standard for how these docs get written.

1.17.2 - Auto Content Previews & Typesense Improvements

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

Version 1.17.2 introduces the AutoExcerpt class for automatic content preview generation behind content gates, a new Typesense index status admin column for all indexed post types, plus a round of Typesense improvements including a Cloud Dashboard link, WP-CLI PDF link management, taxonomy indexing fixes, and removal of the bundled Typesense dashboard UI.

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.