Version 3.4.0
Release post: https://webberzone.com/blog/contextual-related-posts-v3-4-0/
-
Features:
- Bulk edit posts, pages and custom post types to add the manual relatd posts and/or exclude posts from the related posts list
- New argument
include_words
to include posts that match the words in the title and/or content.
-
Enhancements/Modifications:
- The Manual Related Posts field in the meta box allows a user to live search for related posts
- Caching of the entire HTML output is enabled by default. You can disable it in the settings page. This will reduce the number of database queries and improve performance. If you have customised the output, you will need to clear the cache for the changes to take effect. Applies to new installs and when you reset the settings
- The plugin no longer check for pre v2.5 settings key
- The Media Handler will check the title of the image in case the alt tag text is empty before defaulting to the post title
- All the inbuilt styles have been updated for the
a
tags to have:focus-visible
declared for accessibility - The
Heading of posts
setting will now use<h2>
instead of<h3>
for the heading by default
-
Bug Fixes:
- The post cache was not always cleared when a post was updated
-
Deprecated:
get_crp_posts_id
has been completed deprecated and will useget_crp_posts
instead. The function will continue to work but will be removed in a future version
Full Changelog: v3.3.4...v3.4.0