Releases: WebberZone/contextual-related-posts
v3.4.0-beta1
Changelog
Features:
* Bulk edit posts, pages and custom post types to add the manual relatd posts and/or exclude posts from the related posts list
-
Enhancements/Modifications:
- 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
-
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
Installation
- Download the contextual-related-posts.zip file from this release post
- Visit Plugins in your Admin Area
- Hit the Add New button next to the Plugins heading
- Hit the Upload button next to the Add Plugins heading
- Select the contextual-related-posts.zip that you downloaded and hit Install Now
- In the next screen choose Replace current with uploaded
- This should replace the plugin with the latest version. You can verify this by going back to the Plugins page and checking the version number
Full Changelog: v3.3.4...v3.4.0-beta1
v3.3.4
Release post: https://webberzone.com/blog/contextual-related-posts-v3-3-0/
-
Enhancements/Modifications:
- When displaying the post thumbnail, the Media Handler will first use the image's alt tag set in the Media editor. If alt tag is empty, then it will use the post title as a fallback. Filter
tptn_thumb_use_image_alt
and set it to false to not use the alt tag. Filtertptn_thumb_alt_fallback_post_title
and set it to false to disable the alt tag - Orderby clause modified to ensure compatibility if any other plugin rewrites the WP_Query fields
- When displaying the post thumbnail, the Media Handler will first use the image's alt tag set in the Media editor. If alt tag is empty, then it will use the post title as a fallback. Filter
-
Bug Fixes:
- Fix duplicate display of related posts when using reusable blocks or a plugin that inserts pages
meta_query
argument was ignored
Full Changelog: v3.3.3...v3.3.4
v3.3.4-RC1
Changelog:
-
Enhancements/Modifications:
- When displaying the post thumbnail, the Media Handler will first use the image's alt tag set in the Media editor. If alt tag is empty, then it will use the post title as a fallback. Filter
tptn_thumb_use_image_alt
and set it to false to not use the alt tag. Filtertptn_thumb_alt_fallback_post_title
and set it to false to disable the alt tag
- When displaying the post thumbnail, the Media Handler will first use the image's alt tag set in the Media editor. If alt tag is empty, then it will use the post title as a fallback. Filter
-
Bug Fixes:
- Fix duplicate display of related posts when using reusable blocks or a plugin that inserts pages
Installation
- Download the contextual-related-posts.zip file from this release post
- Visit Plugins in your Admin Area
- Hit the Add New button next to the Plugins heading
- Hit the Upload button next to the Add Plugins heading
- Select the contextual-related-posts.zip that you downloaded and hit Install Now
- In the next screen choose Replace current with uploaded
- This should replace the plugin with the latest version. You can verify this by going back to the Plugins page and checking the version number
Full Changelog: v3.3.4-beta2...v3.3.4-RC1
Version 3.3.4 Beta 2
Changes:
- Fix: Check if either
in_the_loop
oris_main_query
is not true and exit - Fix: Make sure
preg_match
receives a string as a slug - Fix:
wp_img_tag_add_loading_attr
is deprecated in WordPress 6.3
Installation
- Download the contextual-related-posts.zip file from this release post
- Visit Plugins in your Admin Area
- Hit the Add New button next to the Plugins heading
- Hit the Upload button next to the Add Plugins heading
- Select the contextual-related-posts.zip that you downloaded and hit Install Now
- In the next screen choose Replace current with uploaded
- This should replace the plugin with the latest version. You can verify this by going back to the Plugins page and checking the version number
Full Changelog: v3.3.4-beta1...v3.3.4-beta2
Version 3.3.4 Beta 1
Installation
- Download the contextual-related-posts.zip file from this release post
- Visit Plugins in your Admin Area
- Hit the Add New button next to the Plugins heading
- Hit the Upload button next to the Add Plugins heading
- Select the contextual-related-posts.zip that you downloaded and hit Install Now
- In the next screen choose Replace current with uploaded
- This should replace the plugin with the latest version. You can verify this by going back to the Plugins page and checking the version number
Full Changelog: v3.3.3...v3.3.4-beta1
Version 3.3.3
Security fix
Full Changelog: v3.3.2...v3.3.3
Version 3.2.2
Security fix
What's Changed
- Allow postid to be overridden when rendering by @thecodeassassin in #179
New Contributors
- @thecodeassassin made their first contribution in #179
Full Changelog: v3.3.1...v3.3.2
Version 3.3.1
Security fix
Full Changelog: v3.3.0...v3.3.1
Version 3.3.0
Release post: https://webberzone.com/blog/contextual-related-posts-v3-3-0/
-
Features:
- Related posts block allows you to set a custom header above the related posts. Leave blank to get the one from the main settings page.
- New option "Related Meta Keys" under the List Tuning tab. You can enter a comma-separted list of meta keys. Posts that match the same value of the meta key are displayed before the other related posts.
-
Enhancements/modifications:
- If the number of "Manual related posts" is greater than the number of related posts, then the database query is bypassed drastically improving perfomance
- Moved Related Posts Tools page under Tools menu
- Related Posts block is now wrapped in
Disabled
tags to prevent accidental clicking of links in the block editor
-
Bug fixes:
- Thumb width and height defaults to 150 in case the settings are missing
- Setting the style to be text_only didn't enforce no thumbnail
-
Developer:
- New filters:
crp_query_date_query
,crp_query_meta_query
,crp_query_meta_query_relation
- New filters:
Full Changelog: v3.2.3...v3.3.0
Version 3.3.0 Beta 2
Changelog
-
Features:
- Related posts block allows you to set a custom header above the related posts. Leave blank to get the one from the main settings page.
- New option "Related Meta Keys" under the List Tuning tab. You can enter a comma-separted list of meta keys. Posts that match the same value of the meta key are displayed before the other related posts.
-
Enhancements/modifications:
- If the number of "Manual related posts" is greater than the number of related posts, then the database query is bypassed drastically improving perfomance
- Moved Related Posts Tools page under Tools menu
- Related Posts block is now wrapped in
Disabled
tags to prevent accidental clicking of links in the block editor
-
Bug fixes:
- Thumb width and height defaults to 150 in case the settings are missing
- Setting the style to be text_only didn't enforce no thumbnail
-
Developer:
- New filters:
crp_query_date_query
,crp_query_meta_query
,crp_query_meta_query_relation
- New filters:
Full Changelog: v3.2.3...v3.3.0-beta2
Installation
- Download the contextual-related-posts.zip file from this release post
- Visit Plugins in your Admin Area
- Hit the Add New button next to the Plugins heading
- Hit the Upload button next to the Add Plugins heading
- Select the contextual-related-posts.zip that you downloaded and hit Install Now
- In the next screen choose Replace current with uploaded
- This should replace the plugin with the latest version. You can verify this by going back to the Plugins page and checking the version number