Changelog
Release post: https://webberzone.com/announcements/contextual-related-posts-v3-6-0/
-
Features:
- [Pro] New block: Contextual Related Posts Featured Image is an advanced featured image block that falls back to the first image, meta key, or a default image if no featured image is set.
- [Pro] Related Posts block now includes:
- Buttons to save and clear default block settings.
- Auto-insertion of default and global settings attributes, with an option to disable this in the List tuning tab.
-
Modifications:
- The "Manual related posts" field in the meta box can now be customized to perform searches without relevance. To disable relevance in searches, use the filter
crp_meta_box_manual_related_relevance
with the following code:add_filter('crp_meta_box_manual_related_relevance', '__return_false');
. - Contextual Related Posts Block's Other attributes moved to Advanced panel.
- Show admin notices when the Style is set to "Rounded Thumbnails", "Rounded Thumbnails with Grid", or "Text Only" in the Settings page. A notice will appear below the affected settings, indicating that these options cannot be modified.
- Updated "Rounded Thumbnails" style's post title line height to 1.1em and removed the padding.
- Updated Freemius SDK to 2.10.1.
- The "Manual related posts" field in the meta box can now be customized to perform searches without relevance. To disable relevance in searches, use the filter
-
Bug fixes:
- Fixed warning message about language files being initiated too early.
Full Changelog: 3.5.5...3.6.0