Skip to content

Releases: WebberZone/contextual-related-posts

v3.4.0-beta1

10 Oct 14:10
Compare
Choose a tag to compare
v3.4.0-beta1 Pre-release
Pre-release

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 use get_crp_posts instead. The function will continue to work but will be removed in a future version

Installation

  1. Download the contextual-related-posts.zip file from this release post
  2. Visit Plugins in your Admin Area
  3. Hit the Add New button next to the Plugins heading
  4. Hit the Upload button next to the Add Plugins heading
  5. Select the contextual-related-posts.zip that you downloaded and hit Install Now
  6. In the next screen choose Replace current with uploaded
  7. 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

25 Aug 18:42
Compare
Choose a tag to compare

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. Filter tptn_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
  • 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

15 Aug 16:15
Compare
Choose a tag to compare
v3.3.4-RC1 Pre-release
Pre-release

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. Filter tptn_thumb_alt_fallback_post_title and set it to false to disable the alt tag
  • Bug Fixes:

    • Fix duplicate display of related posts when using reusable blocks or a plugin that inserts pages

Installation

  1. Download the contextual-related-posts.zip file from this release post
  2. Visit Plugins in your Admin Area
  3. Hit the Add New button next to the Plugins heading
  4. Hit the Upload button next to the Add Plugins heading
  5. Select the contextual-related-posts.zip that you downloaded and hit Install Now
  6. In the next screen choose Replace current with uploaded
  7. 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

13 Aug 19:55
5683081
Compare
Choose a tag to compare
Version 3.3.4 Beta 2 Pre-release
Pre-release

Changes:

  • Fix: Check if either in_the_loop or is_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

  1. Download the contextual-related-posts.zip file from this release post
  2. Visit Plugins in your Admin Area
  3. Hit the Add New button next to the Plugins heading
  4. Hit the Upload button next to the Add Plugins heading
  5. Select the contextual-related-posts.zip that you downloaded and hit Install Now
  6. In the next screen choose Replace current with uploaded
  7. 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

24 Feb 21:32
Compare
Choose a tag to compare
Version 3.3.4 Beta 1 Pre-release
Pre-release

Installation

  1. Download the contextual-related-posts.zip file from this release post
  2. Visit Plugins in your Admin Area
  3. Hit the Add New button next to the Plugins heading
  4. Hit the Upload button next to the Add Plugins heading
  5. Select the contextual-related-posts.zip that you downloaded and hit Install Now
  6. In the next screen choose Replace current with uploaded
  7. 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

22 Feb 15:27
Compare
Choose a tag to compare

Security fix

Full Changelog: v3.3.2...v3.3.3

Version 3.2.2

17 Feb 20:11
Compare
Choose a tag to compare

Security fix

What's Changed

New Contributors

Full Changelog: v3.3.1...v3.3.2

Version 3.3.1

28 Dec 15:58
Compare
Choose a tag to compare

Security fix

Full Changelog: v3.3.0...v3.3.1

Version 3.3.0

19 Nov 12:21
Compare
Choose a tag to compare

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

Full Changelog: v3.2.3...v3.3.0

Version 3.3.0 Beta 2

12 Nov 19:14
Compare
Choose a tag to compare
Version 3.3.0 Beta 2 Pre-release
Pre-release

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

Full Changelog: v3.2.3...v3.3.0-beta2

Installation

  1. Download the contextual-related-posts.zip file from this release post
  2. Visit Plugins in your Admin Area
  3. Hit the Add New button next to the Plugins heading
  4. Hit the Upload button next to the Add Plugins heading
  5. Select the contextual-related-posts.zip that you downloaded and hit Install Now
  6. In the next screen choose Replace current with uploaded
  7. 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