1.15.2 - Content Protection Role Display Names
The Content Protection column in the admin post list now shows the proper WordPress role display name instead of a capitalized version of the role slug.
Content Protection improvements
View All TagsThe Content Protection column in the admin post list now shows the proper WordPress role display name instead of a capitalized version of the role slug.
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
allowed-role-[ROLE SLUG] classes to gated posts' body classes for personalization.FIXES
CHANGES
Adds filters to control the inclusion of the Content Protection metabox on different post types and adjust the list of available roles. Adds event URL support in the Add to Calendar Gutenberg block. Fixes [yoko_content] shortcodes bugs that prevented shortcode values from working in blocks. eldest_parent_ types fallback to current post value if it has no parent.
ADDS
yoko_sso_content_restriction_metabox_object_types filter to allow modification of the list of post types that will have the Content Protection metabox.yoko_sso_content_restriction_metabox_roles filter to allow modification of the list of roles available for selection in the Content Protection metabox.eventUrl in the Add to Calendar Gutenberg block.CHANGES
FIXES
eldest_parent_ types in the yoko_content fallback to the current post if parent is 0.Search With Typesense integration including InstantSearch compatibility, full public CPT index, and Typesense server dashboard. Content protection login redirect uses wp_get_referer() to redirect user post login if available. Otherwise falls back to the COOKIE.
ADDS
CHANGES
wp_get_referer() to redirect user post login if available. Otherwise falls back to the COOKIE.Adds in the Typesense Server Dashboard JS code. Decodes excerpt HTML entities before indexing.
ADDS
CHANGES