Skip to content

Releases: WebberZone/contextual-related-posts

Version 3.0.5

07 Feb 11:04
Compare
Choose a tag to compare

Release post: https://webberzone.com/blog/contextual-related-posts-v3-0-0/

  • Bug fix:
    • Certain posts would trigger a "SHOW TABLES LIKE" error
    • Forced .crp_related figure margin to 0

Version 3.0.4

30 Jan 14:00
Compare
Choose a tag to compare

Release post: https://webberzone.com/blog/contextual-related-posts-v3-0-0/

  • Enhancement/Modifications:
    • include_cat_ids and exclude_categories will also accept custom taxonomy term_taxonomy_ids
    • Thumbnail's img tag is wrapped in <figure>
    • Remove extra checking for exclude_categories in get_crp
    • Optimise deleting of cache entries when updating a post - post saving should be significantly faster

Version 3.0.3

10 Jan 19:38
Compare
Choose a tag to compare

Release post: https://webberzone.com/blog/contextual-related-posts-v3-0-0/

  • Enhancement/Modifications:

    • Grid style minimum width is now decided by the width of the thumbnail and long words are wrapped
  • Bug fixes:

    • Selecting No style created a 404 error
    • Fixed issue with $attachment_id not being declared in some cases

Version 3.0.2

09 Jan 16:53
Compare
Choose a tag to compare
  • Bug fixes:
    • Fixed issue where Related Posts newer than was set to 0 caused no posts to display
    • Use the original arguments when setting the cache key for CRP_Query
    • Selecting "Blank Output" didn't work

Version 3.0.1

08 Jan 11:16
Compare
Choose a tag to compare
  • Bug fixes:
    • Fixed issue with help tab that broke some sites

Version 3.0.0

08 Jan 09:20
Compare
Choose a tag to compare

Release post: https://webberzone.com/blog/contextual-related-posts-v3-0-0/

  • Features:

    • New CRP_Query class for fetching related posts. This replaces get_crp_posts_id() which will be deprecated in a future version
    • CRP Thumbnails now include the loading="lazy" attribute added in WordPress 5.5
    • New parameter more_link_text that can be passed to get_crp() which holds the "read more". Recommended option to customize the more link text using the filter crp_excerpt_more_link_text or the more link element using crp_excerpt_more_link
    • Three new styles: "Masonry" (like Pinterest), "Grid" and "Rounded thumbnails with CSS grid". Might not work with older browsers
    • Imported settings of Related Posts by Categories and Tags. That plugin is now deprecated with this release.
  • Enhancement/Modifications:

    • If WPML or PolyLang are active, get_crp_posts_id() and CRP_Query will return the translated set of post IDs and external processing is no longer needed
    • Use wp_img_tag_add_srcset_and_sizes_attr() to generate srcset and sizes attributes. The original code to display the srcset and sizes attributes will continue to be used
    • Improved caching with inbuilt expiry. Use CRP_CACHE_TIME in your wp-config.php to set how long the cache should be set for. Default is one month
    • CRP_MAX_WORDS has been reduced to 100
    • Dropped the need for FULLTEXT index on post_content which should save some database space
    • Deprecated the following filters: get_crp_posts_id, crp_posts_now_date, crp_posts_from_date, crp_posts_fields, crp_posts_join, crp_posts_where, crp_posts_groupby, crp_posts_having, crp_posts_orderby, crp_posts_limits, get_crp_posts_id_short_circuit
  • Bug fixes:

    • In the settings page, only built-in taxonomies were being incorrectly displayed
    • If "before list item" is empty, then the output was blanked out
    • Settings help has been fixed
    • crp_get_option would return an incorrect value if $crp_settings global variable was not set

Version 2.9.4

23 Sep 10:47
Compare
Choose a tag to compare

Release post: https://webberzone.com/blog/contextual-related-posts-v2-9-3/

  • Bugs:
    • Fixed nonce verification not always done in Import/Export interface. Thanks to Lenon Leite

Version 2.9.3

15 Jun 08:57
Compare
Choose a tag to compare

Release post: https://webberzone.com/blog/contextual-related-posts-v2-9-3/

  • Features:

    • New constant CRP_VERSION to hold the current version of the plugin
    • New setting to delete FULLTEXT indices on deactivation
  • Enhancements:

    • Added the $args attribute to the filters in main-query.php

Version 2.9.2

08 May 11:09
Compare
Choose a tag to compare

Release post: https://webberzone.com/blog/contextual-related-posts-v2-9-0/

Bug fixes:
* Password protected posts will no longer show the excerpt

Version 2.9.1

26 Apr 18:35
Compare
Choose a tag to compare

Release post: https://webberzone.com/blog/contextual-related-posts-v2-9-0/

  • Bug fixes:
    • Custom CSS box was not saved when saving settings